linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-20 18:00:26 to 2020-10-10 00:12:26 UTC [more...]

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

[PATCH 0/7] builddeb: Improve Debian packaging
 2020-10-09 15:46 UTC  (13+ 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

[RFC PATCH] scripts: remove namespace.pl
 2020-10-09  0:09 UTC  (2+ messages)

[PATCH] merge_config.sh: Add switch to specify ARCH variable
 2020-10-08 23:26 UTC 

[PATCH] kbuild: Cross-compile binaries to build modules on target
 2020-10-07  6:14 UTC  (2+ messages)

[PATCH 0/1] Block snapshot module and block layer filter API
 2020-10-06  8:43 UTC  (2+ messages)
    ` [PATCH 1/1] blk-snap - Block snapshot module This module implements snapshot and changed block tracking functionality. It is intended to create backup copies of any block devices without usage of device-mapper

[PATCH 0/4] Clean up UBSAN Makefile
 2020-10-06  6:03 UTC  (11+ messages)
` [PATCH 1/4] ubsan: Move cc-option tests into Kconfig
` [PATCH 2/4] ubsan: Disable object-size sanitizer under GCC
` [PATCH 3/4] ubsan: Force -Wno-maybe-uninitialized only for GCC
` [PATCH 4/4] ubsan: Disable UBSAN_TRAP for all*config

[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
 2020-10-05 21:08 UTC  (13+ 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 v1] kbuild: enforce -Werror=return-type
 2020-10-05 10:10 UTC 

[PATCH v4 00/29] Add support for Clang LTO
 2020-10-05  7:10 UTC  (42+ 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

Linux-5.9: Remove CC_FLAGS_USING via asflags-remove
 2020-10-04 14:22 UTC  (4+ messages)

[PATCH RFC 2/2] kbuild: use interpreters to invoke scripts
 2020-10-04  7:37 UTC  (2+ messages)

[PATCH RFC 1/2] kconfig: use interpreters to invoke scripts
 2020-10-04  7:37 UTC  (3+ messages)

[PATCH RFC 0/2] use interpreters to invoke scripts
 2020-10-04  6:51 UTC  (2+ messages)

PROBLEM: zstd bzImage decompression fails for some x86_32 config on 5.9-rc1
 2020-10-03 18:49 UTC  (5+ messages)

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-10-01 10:57 UTC  (7+ messages)
` [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 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

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

[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  (6+ messages)
` [PATCH v3 03/30] x86/boot/compressed: Disable relocation relaxation
` [PATCH v3 13/30] kbuild: lto: postpone objtool

[GIT PULL] Kbuild fixes for v5.9-rc6
 2020-09-20 18:00 UTC  (2+ 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).