Linux Kbuild
[Prev Page][Next Page]
- [PATCH] certs: Convert spaces in certs/Makefile to a tab,
David Howells
- [GIT PULL v2] More Kbuild updates for v5.19-rc1,
Masahiro Yamada
- [GIT PULL] More Kbuild updates for v5.19-rc1,
Masahiro Yamada
- [PATCH] scripts/objdiff: fix stale comments about .tmp_objdiff, Masahiro Yamada
- [PATCH] kbuild: Allow to select bash in a modified environment,
Schspa Shi
- [PATCH] kbuild: show the install image name and path,
Keith Busch
- mainline build failure due to f292d875d0dc ("modpost: extract symbol versions from *.cmd files"),
Sudip Mukherjee
- [PATCH] modpost: fix section mismatch check for exported init/exit sections,
Masahiro Yamada
- [PATCH 1/2] modpost: simplify mod->name allocation,
Masahiro Yamada
- [PATCH] kbuild: ignore *.cmd files for objects that come from libgcc.a,
Masahiro Yamada
- [PATCH 1/4] kbuild: remove redundant cleanups in scripts/link-vmlinux.sh,
Masahiro Yamada
- [PATCH] parisc: fix the exit status of arch/parisc/nm,
Masahiro Yamada
- [PATCH 5.10 025/163] lib/crypto: blake2s: include as built-in, Greg Kroah-Hartman
- [PATCH 5.15 007/145] lib/crypto: blake2s: include as built-in, Greg Kroah-Hartman
- [PATCH v7 0/8] kbuild: yet another series of cleanups,
Masahiro Yamada
- [GIT PULL] Kbuild updates for v5.19-rc1,
Masahiro Yamada
- [PATCH] modpost: fix removing numeric suffixes,
Alexander Lobakin
- [PATCH] gcc-plugins: use KERNELVERSION for plugin version,
Masahiro Yamada
- [PATCH] gcc-plugins: Require utsrelease.h before scripts target,
Kees Cook
- Re: [PATCH] gcc-plugins: Change all version strings match kernel,
Kees Cook
- [PATCH] kbuild: replace $(if A,A,B) with $(or A,B) in scripts/Makefile.modpost,
Masahiro Yamada
- [PATCH 1/5] modpost: fix undefined behavior of is_arm_mapping_symbol(),
Masahiro Yamada
- [PATCH v7 00/25] Rust support,
Miguel Ojeda
- Re: [syzbot] KASAN: use-after-free Read in corrupted (4),
syzbot
- [PATCH] fixup! kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS,
Masahiro Yamada
- [RFC PATCH] kbuild: Add an option to enable -O1 and speed-up compilation time,
Christophe JAILLET
- [Bug Report] - kselftest build fails if output directory is first level sub-directory,
Muhammad Usama Anjum
- kbuild problem: ERROR: modpost: missing MODULE_LICENSE() in drivers/iio/afe/iio-rescale.o,
Randy Dunlap
- [PATCH] Makefile: Globally enable fall-through warning,
ALOK JHA
- [PATCH] kbuild: Fix include path in scripts/Makefile.modpost,
3090101217
- [PATCH] scripts: kconfig: nconf: make nconfig accept jk keybindings,
Isak Ellmer
- [v2 1/2] kbuild: move scripts/mod/ build to modules_prepare,
Masahiro Yamada
Re: [PATCH] kbuild: copy scripts/atomic/atomic-*.h to include/generated/atomic-*.h,
kernel test robot
[PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h),
Masahiro Yamada
- [PATCH v6 07/10] kbuild: make built-in.a rule robust against too long argument error, Masahiro Yamada
- [PATCH v6 05/10] kbuild: do not create *.prelink.o for Clang LTO or IBT, Masahiro Yamada
- [PATCH v6 06/10] kbuild: check static EXPORT_SYMBOL* by script instead of modpost, Masahiro Yamada
- [PATCH v6 03/10] kbuild: stop merging *.symversions, Masahiro Yamada
- [PATCH v6 04/10] genksyms: adjust the output format to modpost, Masahiro Yamada
- [PATCH v6 01/10] modpost: extract symbol versions from *.cmd files, Masahiro Yamada
- [PATCH v6 02/10] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS, Masahiro Yamada
- [PATCH v6 08/10] kbuild: make *.mod rule robust against too long argument error, Masahiro Yamada
- [PATCH v6 09/10] kbuild: add cmd_and_savecmd macro, Masahiro Yamada
- [PATCH v6 10/10] kbuild: rebuild multi-object modules when objtool is updated, Masahiro Yamada
- Re: [PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h), Masahiro Yamada
- Re: [PATCH v6 00/10] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h), matoro
[PATCH v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h),
Masahiro Yamada
- [PATCH v5 06/12] genksyms: adjust the output format to modpost, Masahiro Yamada
- [PATCH v5 07/12] kbuild: do not create *.prelink.o for Clang LTO or IBT, Masahiro Yamada
- [PATCH v5 10/12] kbuild: make *.mod rule robust against too long argument error, Masahiro Yamada
- [PATCH v5 02/12] modpost: add sym_find_with_module() helper, Masahiro Yamada
- [PATCH v5 03/12] modpost: extract symbol versions from *.cmd files, Masahiro Yamada
- [PATCH v5 05/12] kbuild: stop merging *.symversions, Masahiro Yamada
- [PATCH v5 09/12] kbuild: make built-in.a rule robust against too long argument error, Masahiro Yamada
- [PATCH v5 11/12] kbuild: add cmd_and_savecmd macro, Masahiro Yamada
- [PATCH v5 08/12] kbuild: check static EXPORT_SYMBOL* by script instead of modpost, Masahiro Yamada
- [PATCH v5 04/12] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS, Masahiro Yamada
- [PATCH v5 01/12] modpost: split the section mismatch checks into section-check.c, Masahiro Yamada
- [PATCH v5 12/12] kbuild: rebuild multi-object modules when objtool is updated, Masahiro Yamada
- Re: [PATCH v5 00/12] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h), Nathan Chancellor
Re: [PATCH v6 18/23] docs: add Rust documentation,
Akira Yokosawa
[PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h),
Masahiro Yamada
- [PATCH v4 11/14] kbuild: make built-in.a rule robust against too long argument error, Masahiro Yamada
- [PATCH v4 10/14] kbuild: check static EXPORT_SYMBOL* by script instead of modpost, Masahiro Yamada
- [PATCH v4 12/14] kbuild: make *.mod rule robust against too long argument error, Masahiro Yamada
- [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS, Masahiro Yamada
- [PATCH v4 01/14] modpost: remove left-over cross_compile declaration, Masahiro Yamada
- [PATCH v4 07/14] kbuild: stop merging *.symversions, Masahiro Yamada
- [PATCH v4 02/14] modpost: change the license of EXPORT_SYMBOL to bool type, Masahiro Yamada
- [PATCH v4 05/14] modpost: extract symbol versions from *.cmd files, Masahiro Yamada
- [PATCH v4 08/14] genksyms: adjust the output format to modpost, Masahiro Yamada
- [PATCH v4 09/14] kbuild: do not create *.prelink.o for Clang LTO or IBT, Masahiro Yamada
- [PATCH v4 03/14] modpost: split the section mismatch checks into section-check.c, Masahiro Yamada
- [PATCH v4 13/14] kbuild: add cmd_and_savecmd macro, Masahiro Yamada
- [PATCH v4 04/14] modpost: add sym_find_with_module() helper, Masahiro Yamada
- [PATCH v4 14/14] kbuild: rebuild multi-object modules when objtool is updated, Masahiro Yamada
- Re: [PATCH v4 00/14] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS, export.h), Masahiro Yamada
[PATCH v6 00/23] Rust support,
Miguel Ojeda
Re: [PATCH v6 00/23] Rust support, David Gow
Message not available
[PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS),
Masahiro Yamada
- [PATCH v3 03/15] modpost: merge add_{intree_flag,retpoline,staging_flag} to add_header, Masahiro Yamada
- [PATCH v3 02/15] modpost: change the license of EXPORT_SYMBOL to bool type, Masahiro Yamada
- [PATCH v3 01/15] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks, Masahiro Yamada
- [PATCH v3 13/15] modpost: use hlist for hash table implementation, Masahiro Yamada
- [PATCH v3 04/15] modpost: move *.mod.c generation to write_mod_c_files(), Masahiro Yamada
- [PATCH v3 08/15] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS, Masahiro Yamada
- [PATCH v3 05/15] kbuild: generate a list of objects in vmlinux, Masahiro Yamada
- [PATCH v3 15/15] kbuild: make *.mod rule robust against too long argument error, Masahiro Yamada
- [PATCH v3 09/15] kbuild: stop merging *.symversions, Masahiro Yamada
- [PATCH v3 11/15] kbuild: do not create *.prelink.o for Clang LTO or IBT, Masahiro Yamada
- [PATCH v3 07/15] modpost: extract symbol versions from *.cmd files, Masahiro Yamada
- [PATCH v3 10/15] genksyms: adjust the output format to modpost, Masahiro Yamada
- [PATCH v3 12/15] modpost: simplify the ->is_static initialization, Masahiro Yamada
- [PATCH v3 14/15] kbuild: make built-in.a rule robust against too long argument error, Masahiro Yamada
- [PATCH v3 06/15] kbuild: record symbol versions in *.cmd files, Masahiro Yamada
- Re: [PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS), Masahiro Yamada
- Re: [PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS), Nathan Chancellor
- Re: [PATCH v3 00/15] kbuild: yet another series of cleanups (modpost, LTO, MODULE_REL_CRCS), Masahiro Yamada
[PATCH] scripts/prune-kernel: Use kernel-install if available,
Reza Arbab
[PATCH 0/6] randstruct: Enable Clang support,
Kees Cook
[PATCH v2] kbuild: factor out the common installation code into scripts/install.sh,
Masahiro Yamada
[PATCH v2 00/26] kbuild: yet another series of cleanups (modpost and LTO),
Masahiro Yamada
- [PATCH v2 03/26] modpost: import include/linux/list.h, Masahiro Yamada
- [PATCH v2 07/26] modpost: use doubly linked list for dump_lists, Masahiro Yamada
- [PATCH v2 06/26] modpost: traverse unresolved symbols in order, Masahiro Yamada
- [PATCH v2 20/26] kbuild: stop merging *.symversions, Masahiro Yamada
- [PATCH v2 05/26] modpost: add sym_add_unresolved() helper, Masahiro Yamada
- [PATCH v2 11/26] modpost: make multiple export error, Masahiro Yamada
- [PATCH v2 04/26] modpost: traverse modules in order, Masahiro Yamada
- [PATCH v2 17/26] modpost: extract symbol versions from *.cmd files, Masahiro Yamada
- [PATCH v2 22/26] kbuild: do not create *.prelink.o for Clang LTO or IBT, Masahiro Yamada
- [PATCH v2 08/26] modpost: traverse the namespace_list in order, Masahiro Yamada
- [PATCH v2 10/26] modpost: move static EXPORT_SYMBOL check to check_exports(), Masahiro Yamada
- [PATCH v2 25/26] modpost: simplify the ->is_static initialization, Masahiro Yamada
- [PATCH v2 14/26] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks, Masahiro Yamada
- [PATCH v2 13/26] modpost: split new_symbol() to symbol allocation and hash table addition, Masahiro Yamada
- [PATCH v2 01/26] modpost: use bool type where appropriate, Masahiro Yamada
- [PATCH v2 26/26] modpost: use hlist for hash table implementation, Masahiro Yamada
- [PATCH v2 02/26] modpost: change mod->gpl_compatible to bool type, Masahiro Yamada
- [PATCH v2 23/26] kbuild: make built-in.a rule robust against too long argument error, Masahiro Yamada
- [PATCH v2 21/26] genksyms: adjust the output format for .cmd files, Masahiro Yamada
- [PATCH v2 19/26] kbuild: embed symbol versions at final link of vmlinux or modules, Masahiro Yamada
- [PATCH v2 24/26] kbuild: make *.mod rule robust against too long argument error, Masahiro Yamada
- [PATCH v2 12/26] modpost: make sym_add_exported() always allocate a new symbol, Masahiro Yamada
- [PATCH v2 09/26] modpost: dump Module.symvers in the same order of modules.order, Masahiro Yamada
- [PATCH v2 16/26] kbuild: generate a list of objects in vmlinux, Masahiro Yamada
- [PATCH v2 18/26] modpost: generate linker script to collect symbol versions, Masahiro Yamada
- [PATCH v2 15/26] kbuild: record symbol versions in *.cmd files, Masahiro Yamada
- Re: [PATCH v2 00/26] kbuild: yet another series of cleanups (modpost and LTO), Masahiro Yamada
- Re: [PATCH v2 00/26] kbuild: yet another series of cleanups (modpost and LTO), Masahiro Yamada
[PATCH 1/2] ia64: make the install target not depend on any build artifact,
Masahiro Yamada
[PATCH] kbuild: drop $(objtree)/ prefix support for clean-files,
Masahiro Yamada
[for-next][PATCH 12/21] bootconfig: Support embedding a bootconfig file in kernel, Steven Rostedt
[for-next][PATCH 10/21] bootconfig: Make the bootconfig.o as a normal object file, Steven Rostedt
[for-next][PATCH 11/21] bootconfig: Check the checksum before removing the bootconfig from initrd, Steven Rostedt
[for-next][PATCH 13/21] docs: bootconfig: Add how to embed the bootconfig into kernel, Steven Rostedt
[RFC PATCH] kbuild: call checksyscalls.sh and check-atomics.sh only if prerequisites change,
Vincent Mailhol
[PATCH v2] Makefile: fix 2 typos,
Randy Dunlap
[PATCH] Makefile: fix a typo,
Randy Dunlap
[PATCH 00/27] kbuild: yet another series of cleanups (modpost and LTO),
Masahiro Yamada
- [PATCH 18/27] modpost: make sym_add_exported() a void function, Masahiro Yamada
- [PATCH 12/27] modpost: move struct namespace_list to modpost.c, Masahiro Yamada
- [PATCH 08/27] modpost: traverse modules in order, Masahiro Yamada
- [PATCH 16/27] modpost: make multiple export error, Masahiro Yamada
- [PATCH 02/27] modpost: do not write out any file when error occurred, Masahiro Yamada
- [PATCH 20/27] modpost: mitigate false-negatives for static EXPORT_SYMBOL checks, Masahiro Yamada
- [PATCH 04/27] modpost: add a separate error for exported symbols without definition, Masahiro Yamada
- [PATCH 25/27] kbuild: embed symbol versions at final link of vmlinux or modules, Masahiro Yamada
- [PATCH 15/27] modpost: move static EXPORT_SYMBOL check to check_exports(), Masahiro Yamada
- [PATCH 17/27] modpost: make sym_add_exported() always allocate a new symbol, Masahiro Yamada
- [PATCH 10/27] modpost: traverse unresolved symbols in order, Masahiro Yamada
- [PATCH 09/27] modpost: add sym_add_unresolved() helper, Masahiro Yamada
- [PATCH 11/27] modpost: use doubly linked list for dump_lists, Masahiro Yamada
- [PATCH 01/27] modpost: use snprintf() instead of sprintf() for safety, Masahiro Yamada
- [PATCH 14/27] modpost: dump Module.symvers in the same order of modules.order, Masahiro Yamada
- [PATCH 13/27] modpost: traverse the namespace_list in order, Masahiro Yamada
- [PATCH 03/27] modpost: remove stale comment about sym_add_exported(), Masahiro Yamada
- [PATCH 06/27] modpost: use bool type where appropriate, Masahiro Yamada
- [PATCH 19/27] modpost: use hlist for hash table implementation, Masahiro Yamada
- [PATCH 22/27] kbuild: generate a list of objects in vmlinux, Masahiro Yamada
- [PATCH 05/27] modpost: retrieve the module dependency and CRCs in check_exports(), Masahiro Yamada
- [PATCH 07/27] modpost: import include/linux/list.h, Masahiro Yamada
- [PATCH 21/27] kbuild: record symbol versions in *.cmd files, Masahiro Yamada
- [PATCH 26/27] kbuild: stop generating *.symversions, Masahiro Yamada
- [PATCH 24/27] modpost: generate linker script to collect symbol versions, Masahiro Yamada
- [PATCH 23/27] modpost: retrieve symbol versions by parsing *.cmd files, Masahiro Yamada
- [PATCH 27/27] kbuild: do not create *.prelink.o for Clang LTO or IBT, Masahiro Yamada
- Re: [PATCH 00/27] kbuild: yet another series of cleanups (modpost and LTO), Nicolas Schier
[PATCH V1 1/1] scripts/Kbuild: Add path of fixeddep script,
Laxman Dewangan
[linux-next:master] BUILD REGRESSION f1244c81da13009dbf61cb807f45881501c44789, kernel test robot
[PATCH v2] scripts: dummy-tools, add pahole,
Jiri Slaby
[PATCH] scripts: dummy-tools, add pahole,
Jiri Slaby
[PATCH v3 -next] scripts: add compare-config utility,
Chen Lifu
[PATCH RESEND 0/1] lib/Kconfig: remove DEBUG_PER_CPU_MAPS dependency for CPUMASK_OFFSTACK,
Libo Chen
gcc inserts __builtin_popcount, causes 'modpost: "__popcountdi2" ... amdgpu.ko] undefined',
Sergei Trofimovich
[PATCH] kbuild: Remove CONFIG_DEBUG_SECTION_MISMATCH,
Josh Poimboeuf
[RFC][PATCH] kbuild: Generate symbols for DTO application in DTBs,
Marek Vasut
[PATCH AUTOSEL 5.16 06/30] kconfig: add fflush() before ferror() check, Sasha Levin
[PATCH AUTOSEL 5.17 06/31] kconfig: add fflush() before ferror() check, Sasha Levin
[PATCH 0/7] kbuild: more misc cleanups,
Masahiro Yamada
[PATCH v8 0/4] bootconfig: Support embedding a bootconfig in kernel for non initrd boot,
Masami Hiramatsu
[PATCH v2 00/10] kbuild: misc cleanups,
Masahiro Yamada
- [PATCH v2 04/10] modpost: move export_from_secname() call to more relevant place, Masahiro Yamada
- [PATCH v2 02/10] kbuild: do not remove empty *.symtypes explicitly, Masahiro Yamada
- [PATCH v2 01/10] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}, Masahiro Yamada
- [PATCH v2 06/10] modpost: remove annoying namespace_from_kstrtabns(), Masahiro Yamada
- [PATCH v2 10/10] kbuild: refactor cmd_modversions_S, Masahiro Yamada
- [PATCH v2 09/10] kbuild: refactor cmd_modversions_c, Masahiro Yamada
- [PATCH v2 05/10] modpost: remove redundant initializes for static variables, Masahiro Yamada
- [PATCH v2 03/10] modpost: remove useless export_from_sec(), Masahiro Yamada
- [PATCH v2 07/10] kbuild: get rid of duplication in the first line of *.mod files, Masahiro Yamada
- [PATCH v2 08/10] kbuild: split the second line of *.mod into *.usyms, Masahiro Yamada
- <Possible follow-ups>
- [PATCH v2 00/10] kbuild: misc cleanups, Masahiro Yamada
- [PATCH v2 03/10] modpost: remove useless export_from_sec(), Masahiro Yamada
- [PATCH v2 02/10] kbuild: do not remove empty *.symtypes explicitly, Masahiro Yamada
- [PATCH v2 05/10] modpost: remove redundant initializes for static variables, Masahiro Yamada
- [PATCH v2 08/10] kbuild: split the second line of *.mod into *.usyms, Masahiro Yamada
- [PATCH v2 06/10] modpost: remove annoying namespace_from_kstrtabns(), Masahiro Yamada
- [PATCH v2 07/10] kbuild: get rid of duplication in the first line of *.mod files, Masahiro Yamada
- [PATCH v2 09/10] kbuild: refactor cmd_modversions_c, Masahiro Yamada
- [PATCH v2 01/10] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S}, Masahiro Yamada
- [PATCH v2 04/10] modpost: move export_from_secname() call to more relevant place, Masahiro Yamada
- [PATCH v2 10/10] kbuild: refactor cmd_modversions_S, Masahiro Yamada
[PATCH] docs: kbuild: add references on Kconfig semantics,
Necip Fazil Yildiran
[PATCH] lib/raid6: Add -Wno-declaration-after-statement to NEON_FLAGS for clang < 14.0.1, Nathan Chancellor
[no subject], Unknown
[PATCH 0/8] UAPI: make more exported headers self-contained, and put them into test coverage,
Masahiro Yamada
- [PATCH 5/8] powerpc: add asm/stat.h to UAPI compile-test coverage, Masahiro Yamada
- [PATCH 3/8] riscv: add linux/bpf_perf_event.h to UAPI compile-test coverage, Masahiro Yamada
- [PATCH 7/8] posix_types.h: add __kernel_uintptr_t to UAPI posix_types.h, Masahiro Yamada
- [PATCH 6/8] sparc: add asm/stat.h to UAPI compile-test coverage, Masahiro Yamada
- [PATCH 4/8] mips: add asm/stat.h to UAPI compile-test coverage, Masahiro Yamada
- [PATCH 2/8] kbuild: prevent exported headers from including <stdlib.h>, <stdbool.h>, Masahiro Yamada
- [PATCH 1/8] agpgart.h: do not include <stdlib.h> from exported header, Masahiro Yamada
- [PATCH 8/8] virtio_ring.h: do not include <stdint.h> from exported header, Masahiro Yamada
- Re: [PATCH 0/8] UAPI: make more exported headers self-contained, and put them into test coverage, Arnd Bergmann
[GIT PULL] Kbuild fixes for v5.18-rc1,
Masahiro Yamada
[PATCH 1/2] modpost: remove useless export_from_sec(),
Masahiro Yamada
[PATCH v5] kbuild: Allow kernel installation packaging to override pkg-config,
Chun-Tse Shao
[PATCH] tracing: Move user_events.h temporarily out of include/uapi,
Steven Rostedt
[PATCH] modpost: restore the warning message for missing symbol versions,
Masahiro Yamada
[PATCH] Fix kernel build with LLVM=1,
Grigory Vasilyev
[PATCH v7 0/4] bootconfig: Support embedding a bootconfig in kernel for non initrd boot,
Masami Hiramatsu
[PATCH v6 0/4] bootconfig: Support embedding a bootconfig in kernel for non initrd boot,
Masami Hiramatsu
[GIT PULL v2] Kbuild updates for v5.18-rc1,
Masahiro Yamada
[PATCH 0/2] Remove '-mno-global-merge' from KBUILD_CFLAGS,
Nathan Chancellor
Re: [PATCH] tracing: do not export user_events uapi,
Steven Rostedt
[PATCH] kbuild: use hostname -s along uname to obtain LINUX_COMPILE_HOST,
FraSharp
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]