Linux Kbuild
[Prev Page][Next Page]
- Re: [PATCH v4 06/14] kbuild: link symbol CRCs at final link, removing CONFIG_MODULE_REL_CRCS, (continued)
- [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
[PATCH] riscv: Set SRCARCH to riscv if ARCH is riscv64 or riscv32,
Ben Westover
[PATCH 1/2] kbuild: factor out genksyms command from cmd_gensymtypes_{c,S},
Masahiro Yamada
[PATCH] kbuild: fix empty ${PYTHON} in scripts/link-vmlinux.sh,
Masahiro Yamada
[PATCH 1/2] agpgart.h: do not include <stdlib.h> from exported header,
Masahiro Yamada
[PATCH] kconfig: remove stale comment about removed kconfig_print_symbol(), Masahiro Yamada
[PATCH v5 0/3] bootconfig: Support embedding a bootconfig in kernel for non initrd boot,
Masami Hiramatsu
[GIT PULL] Kbuild updates for v5.18-rc1,
Masahiro Yamada
[PATCH v4 0/3] bootconfig: Support embedding a bootconfig in kernel for non initrd boot,
Masami Hiramatsu
[GIT PULL] array-bounds updates for v5.18-rc1,
Kees Cook
[PATCH v1 1/1] Makefile.extrawarn: Turn off -Werror when extra warnings are enabled,
Andy Shevchenko
[GIT PULL] Kbuild -std=gnu11 updates for v5.17-rc1,
Masahiro Yamada
[PATCH 0/1] lib/Kconfig: remove DEBUG_PER_CPU_MAPS dependency for CPUMASK_OFFSTACK,
Libo Chen
Re: [PATCH v5 0/4] add hugetlb_free_vmemmap sysctl,
Luis Chamberlain
Re: [PATCH v2 2/3] bootconfig: Support embedding a bootconfig file in kernel,
Nick Desaulniers
[GIT PULL] overflow updates for v5.18-rc1,
Kees Cook
[PATCH v5 00/20] Rust support,
Miguel Ojeda
Re: [broonie-misc:arm64-sysreg-gen 6/9] arch/arm64/include/asm/sysreg.h:125:10: fatal error: 'generated/asm/sysreg.h' file not found,
Mark Brown
Re: [syzbot] KASAN: out-of-bounds Read in ath9k_hif_usb_rx_cb (3),
syzbot
[masahiroy-kbuild:for-next 3/5] arch/arm/mm/copypage-v4mc.c:70:3: error: implicit declaration of function '__flush_dcache_page' is invalid in C99,
kernel test robot
[PATCH 4.9 28/38] x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE, Greg Kroah-Hartman
[PATCH 0/4] [v4] Kbuild: std=gnu11 changes,
Arnd Bergmann
[PATCH v2] kconfig: add KCONFIG_ALLCONFIG support for tinyconfig,
Randrianaina Georges Aaron
[PATCH] Makefile: fix config cc version check,
Michael S. Tsirkin
[PATCH v4] config: Allow kernel installation packaging to override pkg-config,
Chun-Tse Shao
[PATCH v3] fixdep: use fflush() and ferror() to ensure successful write to files, Masahiro Yamada
[PATCH v2] kbuild: add --target to correctly cross-compile UAPI headers with Clang,
Masahiro Yamada
[PATCH] kbuild: add --target to correctly cross-compile UAPI headers with Clang, Masahiro Yamada
[PATCH v2] kbuild: Make $(LLVM) more flexible,
Nathan Chancellor
[PATCH v3] config: Allow kernel installation packaging to override pkg-config,
Chun-Tse Shao
[PATCH 2/2] dt-bindings: kbuild: Use DTB files for validation,
Rob Herring
[PATCH 1/2] dt-bindings: kbuild: Pass DT_SCHEMA_FILES to dt-validate,
Rob Herring
[PATCH] kconfig: add KCONFIG_ALLCONFIG support for tinyconfig,
Randrianaina Georges Aaron
[PATCH] um: clang: Strip out -mno-global-merge from USER_CFLAGS,
David Gow
[PATCH] lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN option,
Feng Tang
[PATCH] kbuild: Allow a suffix with $(LLVM),
Nathan Chancellor
[PATCH] config: Using HOSTPKG_CONFIG prefix for pkg-config,
Chun-Tse Shao
Re: [PATCH v2 01/39] kbuild: Fix clang build,
Nick Desaulniers
UAPI_HEADER_TEST and CC_CAN_LINK dependency,
Nick Desaulniers
[PATCH 1/3] [v3] Kbuild: move to -std=gnu11,
Arnd Bergmann
[PATCH 0/6] list_for_each_entry*: make iterator invisiable outside the loop,
Xiaomeng Tong
[Index of Archives]
[Linux USB Devel]
[Linux Media]
[Linux SCSI]
[Scanners]
[Yosemite Secret&nsp;Places]