messages from 2022-05-01 11:57:38 to 2022-05-23 03:56:44 UTC [more...]
[syzbot] KASAN: use-after-free Read in corrupted (4)
2022-05-23 3:56 UTC (2+ messages)
[PATCH v7 00/25] Rust support
2022-05-23 2:01 UTC (3+ messages)
` [PATCH v7 20/25] docs: add Rust documentation
` [PATCH v7 21/25] Kbuild: add Rust support
[PATCH] fixup! kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
2022-05-22 22:35 UTC (2+ messages)
[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
2022-05-22 22:34 UTC (18+ messages)
` [PATCH v6 01/10] modpost: extract symbol versions from *.cmd files
` [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v6 03/10] kbuild: stop merging *.symversions
` [PATCH v6 04/10] genksyms: adjust the output format to modpost
` [PATCH v6 05/10] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v6 06/10] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v6 07/10] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v6 08/10] kbuild: make *.mod "
` [PATCH v6 09/10] kbuild: add cmd_and_savecmd macro
` [PATCH v6 10/10] kbuild: rebuild multi-object modules when objtool is updated
[Bug Report] - kselftest build fails if output directory is first level sub-directory
2022-05-22 17:15 UTC (2+ messages)
[RFC PATCH] kbuild: Add an option to enable -O1 and speed-up compilation time
2022-05-21 15:38 UTC (2+ messages)
kbuild problem: ERROR: modpost: missing MODULE_LICENSE() in drivers/iio/afe/iio-rescale.o
2022-05-21 5:39 UTC (7+ messages)
Słowa kluczowe do wypozycjonowania
2022-05-20 8:14 UTC
Wycena paneli fotowoltaicznych
2022-05-20 7:51 UTC
[v2 1/2] kbuild: move scripts/mod/ build to modules_prepare
2022-05-19 9:16 UTC (4+ messages)
` [v2 2/2] kbuild: copy scripts/atomic/atomic-*.h to include/generated/atomic-*.h
[PATCH] [v2] Kbuild: move to -std=gnu11
2022-05-18 14:07 UTC (6+ messages)
` [greybus-dev] "
[PATCH] Makefile: Globally enable fall-through warning
2022-05-17 19:59 UTC (5+ messages)
[PATCH] kbuild: Fix include path in scripts/Makefile.modpost
2022-05-17 10:51 UTC
[PATCH] scripts: kconfig: nconf: make nconfig accept jk keybindings
2022-05-16 9:24 UTC
[PATCH] kbuild: copy scripts/atomic/atomic-*.h to include/generated/atomic-*.h
2022-05-14 0:30 UTC (2+ messages)
[PATCH v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
2022-05-13 11:40 UTC (24+ messages)
` [PATCH v5 01/12] modpost: split the section mismatch checks into section-check.c
` [PATCH v5 02/12] modpost: add sym_find_with_module() helper
` [PATCH v5 03/12] modpost: extract symbol versions from *.cmd files
` [PATCH v5 04/12] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v5 05/12] kbuild: stop merging *.symversions
` [PATCH v5 06/12] genksyms: adjust the output format to modpost
` [PATCH v5 07/12] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v5 08/12] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v5 09/12] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v5 10/12] kbuild: make *.mod "
` [PATCH v5 11/12] kbuild: add cmd_and_savecmd macro
` [PATCH v5 12/12] kbuild: rebuild multi-object modules when objtool is updated
[PATCH 0/8] UAPI: make more exported headers self-contained, and put them into test coverage
2022-05-13 9:13 UTC (5+ messages)
[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
2022-05-12 4:36 UTC (33+ messages)
` [PATCH v4 01/14] modpost: remove left-over cross_compile declaration
` [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c
` [PATCH v4 04/14] modpost: add sym_find_with_module() helper
` [PATCH v4 05/14] modpost: extract symbol versions from *.cmd files
` [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v4 07/14] kbuild: stop merging *.symversions
` [PATCH v4 08/14] genksyms: adjust the output format to modpost
` [PATCH v4 09/14] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v4 10/14] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v4 11/14] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v4 12/14] kbuild: make *.mod "
` [PATCH v4 13/14] kbuild: add cmd_and_savecmd macro
` [PATCH v4 14/14] kbuild: rebuild multi-object modules when objtool is updated
[PATCH v6 00/23] Rust support
2022-05-11 13:49 UTC (20+ messages)
` [PATCH v6 19/23] Kbuild: add "
` [PATCH v6 18/23] docs: add Rust documentation
[PATCH v2] kbuild: factor out the common installation code into scripts/install.sh
2022-05-10 13:21 UTC (4+ messages)
[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS)
2022-05-08 18:28 UTC (31+ messages)
` [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type
` [PATCH v3 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header
` [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files()
` [PATCH v3 05/15] kbuild: generate a list of objects in vmlinux
` [PATCH v3 06/15] kbuild: record symbol versions in *.cmd files
` [PATCH v3 07/15] modpost: extract symbol versions from "
` [PATCH v3 08/15] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
` [PATCH v3 09/15] kbuild: stop merging *.symversions
` [PATCH v3 10/15] genksyms: adjust the output format to modpost
` [PATCH v3 11/15] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v3 12/15] modpost: simplify the ->is_static initialization
` [PATCH v3 13/15] modpost: use hlist for hash table implementation
` [PATCH v3 14/15] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v3 15/15] kbuild: make *.mod "
[PATCH] scripts/prune-kernel: Use kernel-install if available
2022-05-07 18:23 UTC (2+ messages)
[RFC PATCH] kbuild: call checksyscalls.sh and check-atomics.sh only if prerequisites change
2022-05-07 11:43 UTC (3+ messages)
[PATCH v2 00/26] kbuild: yet another series of cleanups (modpost and LTO)
2022-05-05 13:47 UTC (21+ messages)
` [PATCH v2 01/26] modpost: use bool type where appropriate
` [PATCH v2 02/26] modpost: change mod->gpl_compatible to bool type
` [PATCH v2 06/26] modpost: traverse unresolved symbols in order
` [PATCH v2 10/26] modpost: move static EXPORT_SYMBOL check to check_exports()
` [PATCH v2 12/26] modpost: make sym_add_exported() always allocate a new symbol
` [PATCH v2 13/26] modpost: split new_symbol() to symbol allocation and hash table addition
` [PATCH v2 19/26] kbuild: embed symbol versions at final link of vmlinux or modules
` [PATCH v2 21/26] genksyms: adjust the output format for .cmd files
[PATCH 0/6] randstruct: Enable Clang support
2022-05-03 21:31 UTC (8+ messages)
` [PATCH 1/6] netfs: Eliminate Clang randstruct warning
` [PATCH 2/6] sancov: Split plugin build from plugin CFLAGS
` [PATCH 3/6] randstruct: Reorganize Kconfigs and attribute macros
` [PATCH 4/6] randstruct: Split randstruct Makefile and CFLAGS
` [PATCH 5/6] randstruct: Move seed generation into scripts/basic/
` [PATCH 6/6] randstruct: Enable Clang support
2nd Quater puchase request
2022-05-03 14:49 UTC
[PATCH v10 00/15] Function Granular KASLR
2022-05-03 7:31 UTC (4+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes
[PATCH] kbuild: drop $(objtree)/ prefix support for clean-files
2022-05-03 2:01 UTC (3+ messages)
[PATCH 00/27] kbuild: yet another series of cleanups (modpost and LTO)
2022-05-01 13:14 UTC (4+ messages)
` [PATCH 06/27] modpost: use bool type where appropriate
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).