public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-05 07:27:11 to 2022-05-25 14:39:18 UTC [more...]

[GIT PULL] Kbuild updates for v5.19-rc1
 2022-05-25 14:37 UTC 

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-25 10:51 UTC  (20+ 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

[PATCH] kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost
 2022-05-24 20:53 UTC  (2+ messages)

[PATCH 1/5] modpost: fix undefined behavior of is_arm_mapping_symbol()
 2022-05-24 20:51 UTC  (10+ messages)
` [PATCH 2/5] modpost: remove the unused argument of check_sec_ref()
` [PATCH 3/5] modpost: simplify mod->name allocation
` [PATCH 4/5] modpost: reuse ARRAY_SIZE() macro for section_mismatch()
` [PATCH 5/5] modpost: squash if...else if in find_elf_symbol2()

[PATCH] modpost: fix removing numeric suffixes
 2022-05-24 15:27 UTC 

[PATCH] gcc-plugins: use KERNELVERSION for plugin version
 2022-05-24 15:26 UTC  (2+ messages)

[PATCH v7 00/25] Rust support
 2022-05-24 15:12 UTC  (5+ messages)
` [PATCH v7 20/25] docs: add Rust documentation
` [PATCH v7 21/25] Kbuild: add Rust support

[RFC PATCH] kbuild: Add an option to enable -O1 and speed-up compilation time
 2022-05-24 14:16 UTC  (11+ messages)

[PATCH] gcc-plugins: Require utsrelease.h before scripts target
 2022-05-24 14:03 UTC  (3+ messages)

[PATCH v10 00/15] Function Granular KASLR
 2022-05-24 13:40 UTC  (5+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes

Hello Sir, I seek your urgent consideration
 2022-05-24  9:24 UTC 

[PATCH] fixup! kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS
 2022-05-23 21:04 UTC  (3+ messages)

[PATCH] gcc-plugins: Require utsrelease.h before scripts target
 2022-05-23 20:07 UTC 

[PATCH] gcc-plugins: Change all version strings match kernel
 2022-05-23 19:54 UTC 

[PATCH] kbuild: Fix include path in scripts/Makefile.modpost
 2022-05-23 17:52 UTC  (2+ messages)

[PATCH] scripts: kconfig: nconf: make nconfig accept jk keybindings
 2022-05-23 17:14 UTC  (2+ messages)

[Bug Report] - kselftest build fails if output directory is first level sub-directory
 2022-05-23  9:40 UTC  (3+ messages)

[syzbot] KASAN: use-after-free Read in corrupted (4)
 2022-05-23  3:56 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: 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  (27+ 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 06/15] kbuild: record symbol versions in *.cmd files
` [PATCH v3 07/15] modpost: extract symbol versions from "
` [PATCH v3 09/15] kbuild: stop merging *.symversions
` [PATCH v3 10/15] genksyms: adjust the output format to modpost
` [PATCH v3 12/15] modpost: simplify the ->is_static initialization
` [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  (4+ messages)
` [PATCH v2 21/26] genksyms: adjust the output format for .cmd files


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox