linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-29 21:48:23 to 2020-10-17 05:26:12 UTC [more...]

[PATCH] Kbuild.include: remove leftover comment for filechk utility
 2020-10-17  0:52 UTC  (2+ messages)

[RFC PATCH net-next v2 0/2] driver/net/ethernet W=1 by default
 2020-10-16 14:12 UTC  (18+ 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 v6 00/25] Add support for Clang LTO
 2020-10-15 20:39 UTC  (39+ messages)
` [PATCH v6 01/25] kbuild: preprocess module linker script
` [PATCH v6 02/25] objtool: Add a pass for generating __mcount_loc
` [PATCH v6 03/25] objtool: Don't autodetect vmlinux.o
` [PATCH v6 04/25] tracing: move function tracer options to Kconfig
` [PATCH v6 05/25] tracing: add support for objtool mcount
` [PATCH v6 06/25] x86, build: use "
` [PATCH v6 07/25] treewide: remove DISABLE_LTO
` [PATCH v6 08/25] kbuild: add support for Clang LTO
` [PATCH v6 09/25] kbuild: lto: fix module versioning
` [PATCH v6 10/25] objtool: Split noinstr validation from --vmlinux
` [PATCH v6 11/25] kbuild: lto: postpone objtool
` [PATCH v6 12/25] kbuild: lto: limit inlining
` [PATCH v6 13/25] kbuild: lto: merge module sections
` [PATCH v6 14/25] kbuild: lto: remove duplicate dependencies from .mod files
` [PATCH v6 15/25] init: lto: ensure initcall ordering
` [PATCH v6 16/25] init: lto: fix PREL32 relocations
` [PATCH v6 17/25] PCI: Fix PREL32 relocations for LTO
` [PATCH v6 18/25] modpost: lto: strip .lto from module names
` [PATCH v6 19/25] scripts/mod: disable LTO for empty.c
` [PATCH v6 20/25] efi/libstub: disable LTO
` [PATCH v6 21/25] drivers/misc/lkdtm: disable LTO for rodata.o
` [PATCH v6 22/25] x86/asm: annotate indirect jumps
` [PATCH v6 23/25] x86, vdso: disable LTO only for vDSO
` [PATCH v6 24/25] x86, cpu: disable LTO for cpu.c
` [PATCH v6 25/25] x86, build: allow LTO_CLANG and THINLTO to be selected

[PATCH] Only add -fno-var-tracking-assignments workaround for old GCC versions
 2020-10-14 15:17 UTC  (2+ messages)

[PATCH] arm64: vdso32: Allow ld.lld to properly link the VDSO
 2020-10-13 22:37 UTC  (2+ messages)

[PATCH] kbuild: doc: describe proper script invocation
 2020-10-14  4:43 UTC  (4+ messages)

[PATCH 1/2] kbuild: deb-pkg: do not build linux-headers package if CONFIG_MODULES=n
 2020-10-13 18:38 UTC  (2+ messages)
` [PATCH 2/2] kbuild: deb-pkg: clean up package name variables

"make bindeb-pkg" fails with CONFIG_MODULES disabled
 2020-10-13 16:48 UTC  (4+ messages)

[PATCH v2 0/2] use interpreters to invoke scripts
 2020-10-13 16:16 UTC  (10+ messages)
` [PATCH v2 1/2] kconfig: "
` [PATCH v2 2/2] kbuild: "

[PATCH V2 0/2] Add module autoloading support for vop and cosm driver
 2020-10-13  9:20 UTC  (4+ messages)

From Mrs. Roonie Holbrook !!
 2020-10-13  8:26 UTC 

[PATCH v5 00/29] Add support for Clang LTO
 2020-10-12 21:02 UTC  (39+ 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 RFC 0/2] use interpreters to invoke scripts
 2020-10-12 16:36 UTC  (5+ messages)

[PATCH RFC 2/2] kbuild: use interpreters to invoke scripts
 2020-10-12 15:32 UTC  (3+ messages)

[PATCH] Documentation: kbuild: Add initramfs into reproducible builds document
 2020-10-12  9:35 UTC 

[PATCH v2] kbuild: enforce -Werror=return-type
 2020-10-12  3:25 UTC  (2+ messages)

[PATCH v1] kbuild: enforce -Werror=return-type
 2020-10-11 13:27 UTC  (2+ messages)

[PATCH] scripts: remove namespace.pl
 2020-10-10  5:45 UTC  (3+ messages)

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

[PATCH] merge_config.sh: Add switch to specify ARCH variable
 2020-10-10  2:58 UTC  (2+ messages)

[PATCH 0/7] builddeb: Improve Debian packaging
 2020-10-09 15:46 UTC  (7+ messages)
` [PATCH 1/7] builddeb: Pass -n to gzip for reproducible packages
` [PATCH 4/7] builddeb: Add support for all required debian/rules targets
` [PATCH 5/7] builddeb: Enable rootless builds

[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

[PATCH v4 00/29] Add support for Clang LTO
 2020-10-05  7:10 UTC  (25+ messages)
` [PATCH v4 03/29] kbuild: preprocess module linker script
` [PATCH v4 04/29] objtool: Add a pass for generating __mcount_loc
` [PATCH v4 06/29] tracing: move function tracer options to Kconfig
` [PATCH v4 09/29] arm64: disable recordmcount with DYNAMIC_FTRACE_WITH_REGS
` [PATCH v4 10/29] treewide: remove 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 1/2] kconfig: use interpreters to invoke scripts
 2020-10-04  7:37 UTC  (3+ messages)

PROBLEM: zstd bzImage decompression fails for some x86_32 config on 5.9-rc1
 2020-10-03 18:49 UTC  (4+ 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 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


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