linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-07 13:34:13 to 2020-09-27 13:04:28 UTC [more...]

[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

[PATCH 0/7] builddeb: Improve Debian packaging
 2020-09-20 22:25 UTC  (8+ 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

[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  (4+ messages)

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

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-09-17 22:21 UTC  (29+ 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 04/14] KVM: arm64: Add support for buffer usage
` [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 08/14] KVM: arm64: Enable UBsan check for unreachable code inside hyp/nVHE code
` [PATCH 09/14] KVM: arm64: Enable shift out of bounds undefined behaviour check for hyp/nVHE
` [PATCH 10/14] KVM: arm64: __ubsan_handle_load_invalid_value hyp/nVHE implementation
` [PATCH 11/14] KVM: arm64: Detect type mismatch undefined behaviour from hyp/nVHE code
` [PATCH 12/14] KVM: arm64: Detect arithmetic overflow is inside hyp/nVHE
` [PATCH 13/14] KVM: arm64: Enable the CONFIG_TEST UBSan for PKVM
` [PATCH 14/14] DO NOT MERGE: Enable configs to test the patch series

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

[PATCH] kbuild: Run syncconfig with -s
 2020-09-14 14:29 UTC  (2+ messages)

[PATCH 1/4] kbuild: remove cc-option test of -fno-strict-overflow
 2020-09-14 13:20 UTC  (12+ messages)
` [PATCH 2/4] kbuild: remove cc-option test of -fno-merge-all-constants
` [PATCH 3/4] kbuild: remove cc-option test of -fno-stack-check
` [PATCH 4/4] kbuild: remove cc-option test of -Werror=date-time

[Spam] We are still waiting for your email
 2020-09-09  8:49 UTC 

[PATCH V2] scripts : config : Added example use when run without argument,extend help
 2020-09-11  3:40 UTC  (3+ messages)

[PATCH] build: Fix documentation checking
 2020-09-11  0:51 UTC  (2+ messages)

[PATCH] scripts : config : Added example use when run without argument,extend help
 2020-09-10 22:59 UTC  (3+ messages)

[PATCH 1/2] kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
 2020-09-10 14:12 UTC  (3+ messages)
` [PATCH 2/2] kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles

[PATCH 5.8 000/186] 5.8.8-rc1 review
 2020-09-10 13:47 UTC  (2+ messages)

[PATCH] kbuild: preprocess module linker script
 2020-09-10 19:45 UTC  (3+ messages)

[PATCH 00/22] add support for Clang LTO
 2020-09-10 18:29 UTC  (41+ messages)
` [PATCH v2 00/28] Add "
  ` [PATCH v2 05/28] objtool: Add a pass for generating __mcount_loc
  ` [PATCH v2 09/28] kbuild: add support for Clang LTO
  ` [PATCH v2 10/28] kbuild: lto: fix module versioning
  ` [PATCH v2 11/28] kbuild: lto: postpone objtool
  ` [PATCH v2 13/28] kbuild: lto: merge module sections
  ` [PATCH v2 15/28] init: lto: ensure initcall ordering
  ` [PATCH v2 22/28] arm64: export CC_USING_PATCHABLE_FUNCTION_ENTRY
  ` [PATCH v2 27/28] x86, relocs: Ignore L4_PAGE_OFFSET relocations

[PATCH] kbuild: do not create built-in objects for external module builds
 2020-09-08 20:55 UTC 

Please revert kbuild commit for today's linux-next
 2020-09-08  2:00 UTC  (2+ messages)

[kbuild:kbuild 14/14] scripts/module.lds.S:29:10: fatal error: 'asm/module.lds.h' file not found
 2020-09-08  0:46 UTC 

[PATCH] arch: vdso: add vdso linker script to 'targets' instead of extra-y
 2020-09-07 12:44 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).