linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-14 17:34:03 to 2020-10-02 12:51:24 UTC [more...]

[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
 2020-10-02 12:51 UTC  (8+ messages)
` [PATCH net-next v2 1/2] Makefile.extrawarn: Add symbol for W=1 warnings for today
` [PATCH net-next v2 2/2] driver/net/ethernet: Sign up for W=1 as defined on 20200930

[PATCH v4 00/29] Add support for Clang LTO
 2020-10-01 13:36 UTC  (40+ messages)
` [PATCH v4 01/29] RAS/CEC: Fix cec_init() prototype
` [PATCH v4 02/29] x86/asm: Replace __force_order with memory clobber
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 05/29] objtool: Don't autodetect vmlinux.o
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 07/29] tracing: add support for objtool mcount
` [PATCH v4 08/29] x86, build: use "
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove DISABLE_LTO
` [PATCH v4 11/29] kbuild: add support for Clang LTO
` [PATCH v4 12/29] kbuild: lto: fix module versioning
` [PATCH v4 13/29] kbuild: lto: postpone objtool
` [PATCH v4 14/29] kbuild: lto: limit inlining
` [PATCH v4 15/29] kbuild: lto: merge module sections
` [PATCH v4 16/29] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v4 17/29] init: lto: ensure initcall ordering
` [PATCH v4 18/29] init: lto: fix PREL32 relocations
` [PATCH v4 19/29] PCI: Fix PREL32 relocations for LTO
` [PATCH v4 20/29] modpost: lto: strip .lto from module names
` [PATCH v4 21/29] scripts/mod: disable LTO for empty.c
` [PATCH v4 22/29] efi/libstub: disable LTO
` [PATCH v4 23/29] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v4 24/29] arm64: vdso: disable LTO
` [PATCH v4 25/29] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v4 26/29] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v4 27/29] x86, vdso: disable LTO only for vDSO
` [PATCH v4 28/29] x86, cpu: disable LTO for cpu.c
` [PATCH v4 29/29] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-10-01 10:57 UTC  (24+ messages)
` [PATCH 01/14] KVM: arm64: Enable UBSan instrumentation in nVHE hyp code
` [PATCH 02/14] KVM: arm64: Define a macro for storing a value inside a per_cpu variable
` [PATCH 03/14] KVM: arm64: Add support for creating and checking a logging buffer inside hyp/nVHE
` [PATCH 05/14] KVM: arm64: Define a buffer that can pass UBSan data from hyp/nVHE to kernel
` [PATCH 06/14] Fix CFLAGS for UBSAN_BOUNDS on Clang
` [PATCH 07/14] KVM: arm64: Enable UBSAN_BOUNDS for the both the kernel and hyp/nVHE

[PATCH] kbuild: doc: describe proper script invocation
 2020-10-01  7:57 UTC 

[PATCH 0/2] Preloaded revocation keys
 2020-09-30 21:49 UTC  (7+ messages)
` [PATCH 1/2] certs: Move load_system_certificate_list to a common function
` [PATCH 2/2] certs: Add ability to preload revocation certs

[PATCH] ./Makefile: consider PAGER for `make help'
 2020-09-29 20:05 UTC 

[PATCH V2 0/2] Add module autoloading support for vop and cosm driver
 2020-09-29  8:02 UTC  (3+ messages)
` [PATCH V2 1/2] mic: vop: module autoprobing support for vop drivers
` [PATCH V2 2/2] mic: cosm: module autoprobing support for cosm driver

PROBLEM: zstd bzImage decompression fails for some x86_32 config on 5.9-rc1
 2020-09-29  5:47 UTC  (4+ messages)

[PATCH v6] kernel/trace: Add DISALLOW_TRACE_PRINTK make option
 2020-09-28 15:26 UTC  (2+ messages)

[PATCH 0/7] builddeb: Improve Debian packaging
 2020-09-28 15:21 UTC  (10+ messages)
` [PATCH 1/7] builddeb: Pass -n to gzip for reproducible packages
` [PATCH 2/7] builddeb: Move upstream repository URL into the upstream metadata file
` [PATCH 3/7] builddeb: Switch to a machine readable copyright file
` [PATCH 4/7] builddeb: Add support for all required debian/rules targets
` [PATCH 5/7] builddeb: Enable rootless builds
` [PATCH 6/7] builddeb: Map rc versions to use an earlier than version scheme
` [PATCH 7/7] builddeb: Try to get the user full name from the GECOS field

[PATCH RFC] kbuild: doc: describe proper script invocation
 2020-09-28 11:28 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v5.9-rc7
 2020-09-27 19:33 UTC  (2+ messages)

[PATCH 0/3] Add module autoprobing support for vop and cosm driver
 2020-09-27 13:04 UTC  (10+ messages)
` [PATCH 1/3] mic: vop: fix a written error in MODULE_DEVICE_TABLE
` [PATCH 2/3] mic: vop: module autoprobing support for vop drivers
` [PATCH 3/3] mic: cosm: module autoprobing support for cosm driver

"make bindeb-pkg" fails with CONFIG_MODULES disabled
 2020-09-26  8:45 UTC  (3+ messages)

[PATCH] Documentation/llvm: Fix clang target examples
 2020-09-26  4:55 UTC  (4+ messages)

[PATCH] modpost: allow modpost to fail on warnings
 2020-09-24 18:13 UTC  (5+ messages)

[PATCH 0/1] Add explicit error for missing CONFIG_ASN1
 2020-09-24 17:18 UTC  (10+ messages)
` [PATCH 1/1] Makefile.build: Add an explicit error for missing ASN.1 compiler

[PATCH] kbuild: explicitly specify the build id style
 2020-09-24 16:03 UTC  (3+ messages)

[PATCH] kbuild: split the build log of kallsyms
 2020-09-24 15:45 UTC 

[PATCH] scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*
 2020-09-24 15:33 UTC  (2+ messages)

[PATCH v5 03/10] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
 2020-09-23 17:38 UTC 

[PATCH] scripts/kallsyms: skip ppc compiler stub *.long_branch.* / *.plt_branch.*
 2020-09-22 17:48 UTC 

[PATCH] kbuild: Try up to eight kallsyms link passes
 2020-09-22  3:29 UTC  (2+ messages)

[PATCH v3 00/30] Add support for Clang LTO
 2020-09-21 18:58 UTC  (38+ messages)
` [PATCH v3 01/30] lib/string.c: implement stpcpy
` [PATCH v3 02/30] RAS/CEC: Fix cec_init() prototype
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation
` [PATCH v3 04/30] x86/asm: Replace __force_order with memory clobber
` [PATCH v3 05/30] kbuild: preprocess module linker script
` [PATCH v3 06/30] objtool: Add a pass for generating __mcount_loc
` [PATCH v3 07/30] objtool: Don't autodetect vmlinux.o
` [PATCH v3 08/30] kbuild: add support for objtool mcount
` [PATCH v3 09/30] x86, build: use "
` [PATCH v3 10/30] treewide: remove DISABLE_LTO
` [PATCH v3 11/30] kbuild: add support for Clang LTO
` [PATCH v3 12/30] kbuild: lto: fix module versioning
` [PATCH v3 13/30] kbuild: lto: postpone objtool
` [PATCH v3 14/30] kbuild: lto: limit inlining
` [PATCH v3 15/30] kbuild: lto: merge module sections
` [PATCH v3 16/30] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v3 17/30] init: lto: ensure initcall ordering
` [PATCH v3 18/30] init: lto: fix PREL32 relocations
` [PATCH v3 19/30] PCI: Fix PREL32 relocations for LTO
` [PATCH v3 20/30] modpost: lto: strip .lto from module names
` [PATCH v3 21/30] scripts/mod: disable LTO for empty.c
` [PATCH v3 22/30] efi/libstub: disable LTO
` [PATCH v3 23/30] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v3 24/30] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 25/30] arm64: vdso: disable LTO
` [PATCH v3 26/30] KVM: arm64: disable LTO for the nVHE directory
` [PATCH v3 27/30] arm64: allow LTO_CLANG and THINLTO to be selected
` [PATCH v3 28/30] x86, vdso: disable LTO only for vDSO
` [PATCH v3 29/30] x86, cpu: disable LTO for cpu.c
` [PATCH v3 30/30] x86, build: allow LTO_CLANG and THINLTO to be selected

[GIT PULL] Kbuild fixes for v5.9-rc6
 2020-09-20 18:00 UTC  (2+ messages)

[PATCH RFC/RFT 0/2] W=1 by default for Ethernet PHY subsystem
 2020-09-20 14:53 UTC  (5+ messages)
` [PATCH RFC/RFT 1/2] scripts: Makefile.extrawarn: Add W=1 warnings to a symbol
` [PATCH RFC/RFT 2/2] net: phylib: Enable W=1 by default

[PATCH v2] kbuild: preprocess module linker script
 2020-09-19 10:26 UTC  (2+ messages)

[PATCH] MAINTAINERS: fix KERNEL_BUILD entry
 2020-09-18 22:17 UTC  (2+ messages)

[PATCH 1/2] kconfig: qconf: use delete[] instead of delete to free array (again)
 2020-09-17 16:08 UTC  (6+ messages)
` [PATCH 2/2] kconfig: fix incomplete type 'struct gstr' warning

[PATCH] kconfig: qconf: revive help message in the info view
 2020-09-17 16:09 UTC  (2+ messages)

xconfig is broken again on Qt5
 2020-09-15  9:57 UTC  (5+ messages)

vmlinux link failure on ia64 with zstd
 2020-09-15  6:52 UTC  (3+ 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).