linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-08 19:17:55 to 2022-05-28 22:47:51 UTC [more...]

[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h)
 2022-05-28 22:47 UTC  (21+ 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 1/4] kbuild: remove redundant cleanups in scripts/link-vmlinux.sh
 2022-05-28 15:47 UTC  (4+ messages)
` [PATCH 2/4] kbuild: clean .tmp_* pattern by make clean
` [PATCH 3/4] kbuild: move vmlinux.o link to scripts/Makefile.vmlinux_o
` [PATCH 4/4] kbuild: factor out the common objtool arguments

[PATCH v7 0/8] kbuild: yet another series of cleanups
 2022-05-28  7:10 UTC  (18+ messages)
` [PATCH v7 1/8] kbuild: replace $(linked-object) with CONFIG options
` [PATCH v7 2/8] kbuild: do not create *.prelink.o for Clang LTO or IBT
` [PATCH v7 3/8] parisc: fix the exit status of arch/parisc/nm
` [PATCH v7 4/8] kbuild: check static EXPORT_SYMBOL* by script instead of modpost
` [PATCH v7 5/8] kbuild: make built-in.a rule robust against too long argument error
` [PATCH v7 6/8] kbuild: make *.mod "
` [PATCH v7 7/8] kbuild: add cmd_and_savecmd macro
` [PATCH v7 8/8] kbuild: rebuild multi-object modules when objtool is updated

[PATCH] parisc: fix the exit status of arch/parisc/nm
 2022-05-27 15:55 UTC  (3+ messages)

[PATCH 5.10 025/163] lib/crypto: blake2s: include as built-in
 2022-05-27  8:48 UTC 

[PATCH 5.15 007/145] lib/crypto: blake2s: include as built-in
 2022-05-27  8:48 UTC 

[PATCH] modpost: fix removing numeric suffixes
 2022-05-27  7:06 UTC  (2+ messages)

kbuild problem: ERROR: modpost: missing MODULE_LICENSE() in drivers/iio/afe/iio-rescale.o
 2022-05-26 20:04 UTC  (10+ messages)

[GIT PULL] Kbuild updates for v5.19-rc1
 2022-05-26 19:19 UTC  (2+ messages)

[PATCH 1/5] modpost: fix undefined behavior of is_arm_mapping_symbol()
 2022-05-26 10:47 UTC  (11+ 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] gcc-plugins: Change all version strings match kernel
 2022-05-25 22:42 UTC  (2+ messages)

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

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

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

[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] 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)

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  (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 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 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  (17+ messages)
  ` [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)


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