linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-04-26 03:48:36 to 2022-05-11 19:29:13 UTC [more...]

[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-11 19:27 UTC  (29+ 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 v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-11 16:45 UTC  (13+ 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 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  (39+ 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 03/26] modpost: import include/linux/list.h
` [PATCH v2 04/26] modpost: traverse modules in order
` [PATCH v2 05/26] modpost: add sym_add_unresolved() helper
` [PATCH v2 06/26] modpost: traverse unresolved symbols in order
` [PATCH v2 07/26] modpost: use doubly linked list for dump_lists
` [PATCH v2 08/26] modpost: traverse the namespace_list in order
` [PATCH v2 09/26] modpost: dump Module.symvers in the same order of modules.order
` [PATCH v2 10/26] modpost: move static EXPORT_SYMBOL check to check_exports()
` [PATCH v2 11/26] modpost: make multiple export error
` [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 14/26] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks
` [PATCH v2 15/26] kbuild: record symbol versions in *.cmd files
` [PATCH v2 16/26] kbuild: generate a list of objects in vmlinux
` [PATCH v2 17/26] modpost: extract symbol versions from *.cmd files
` [PATCH v2 18/26] modpost: generate linker script to collect symbol versions
` [PATCH v2 19/26] kbuild: embed symbol versions at final link of vmlinux or modules
` [PATCH v2 20/26] kbuild: stop merging *.symversions
` [PATCH v2 21/26] genksyms: adjust the output format for .cmd files
` [PATCH v2 22/26] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v2 23/26] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v2 24/26] kbuild: make *.mod "
` [PATCH v2 25/26] modpost: simplify the ->is_static initialization
` [PATCH v2 26/26] modpost: use hlist for hash table implementation

[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  (54+ messages)
` [PATCH 02/27] modpost: do not write out any file when error occurred
` [PATCH 06/27] modpost: use bool type where appropriate
` [PATCH 07/27] modpost: import include/linux/list.h
` [PATCH 08/27] modpost: traverse modules in order
` [PATCH 09/27] modpost: add sym_add_unresolved() helper
` [PATCH 10/27] modpost: traverse unresolved symbols in order
` [PATCH 11/27] modpost: use doubly linked list for dump_lists
` [PATCH 13/27] modpost: traverse the namespace_list in order
` [PATCH 14/27] modpost: dump Module.symvers in the same order of modules.order
` [PATCH 16/27] modpost: make multiple export error
` [PATCH 21/27] kbuild: record symbol versions in *.cmd files
` [PATCH 22/27] kbuild: generate a list of objects in vmlinux
` [PATCH 24/27] modpost: generate linker script to collect symbol versions
` [PATCH 25/27] kbuild: embed symbol versions at final link of vmlinux or modules
` [PATCH 26/27] kbuild: stop generating *.symversions
` [PATCH 27/27] kbuild: do not create *.prelink.o for Clang LTO or IBT

[PATCH 1/2] ia64: make the install target not depend on any build artifact
 2022-04-30 12:16 UTC  (2+ messages)
` [PATCH 2/2] scripts: factor out the common installation code into scripts/install.sh

[PATCH v2] Makefile: fix 2 typos
 2022-04-30  3:32 UTC  (2+ messages)

[PATCH v3 -next] scripts: add compare-config utility
 2022-04-29 11:11 UTC  (2+ messages)

[PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
 2022-04-28 18:16 UTC  (22+ messages)

[for-next][PATCH 10/21] bootconfig: Make the bootconfig.o as a normal object file
 2022-04-27 19:36 UTC  (4+ messages)
` [for-next][PATCH 11/21] bootconfig: Check the checksum before removing the bootconfig from initrd
` [for-next][PATCH 12/21] bootconfig: Support embedding a bootconfig file in kernel
` [for-next][PATCH 13/21] docs: bootconfig: Add how to embed the bootconfig into kernel

Wycena paneli fotowoltaicznych
 2022-04-27  7:28 UTC 


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).