linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-30 04:58:10 to 2020-09-15 10:25:10 UTC [more...]

[PATCH 00/14] UBSan Enablement for hyp/nVHE code
 2020-09-15 10:24 UTC  (18+ 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

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] kconfig: qconf: revive help message in the info view
 2020-09-14 14:59 UTC 

[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] kbuild: Try up to eight kallsyms link passes
 2020-09-10 15:32 UTC 

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

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

[PATCH v2] kbuild: preprocess module linker script
 2020-09-09  4:27 UTC  (3+ messages)

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

[PATCH 0/2] drop GZFLAGS definition
 2020-09-05 16:46 UTC  (5+ messages)
` [PATCH 1/2] ARM: makefile: Drop GZFLAGS definition and export
` [PATCH 2/2] csky: Drop GZFLAGS definition

[PATCH] kbuild: Cross-compile binaries to build modules on target
 2020-09-05  9:12 UTC  (2+ messages)

[GIT PULL] Kbuild fixes for v5.9-rc4
 2020-09-04 20:49 UTC  (2+ messages)

[PATCH] scipts/tags.sh: Add custom sort order
 2020-09-04 14:53 UTC  (8+ messages)
` [PATCH -v2] "

[PATCH] kconfig: streamline_config.pl: check defined(ENV variable) before using it
 2020-09-03  2:42 UTC  (6+ messages)

[PATCH] Makefile: add -fuse-ld=lld to KBUILD_HOSTLDFLAGS when LLVM=1
 2020-09-03  1:45 UTC  (4+ messages)

[PATCH 0/1] block io layer filters api
 2020-09-01 16:35 UTC  (6+ messages)

[PATCH v2] Documentation: add minimum clang/llvm version
 2020-08-31 22:30 UTC  (2+ messages)

[PATCH] microblaze: fix kbuild redundant file warning
 2020-08-31 16:33 UTC  (4+ messages)

[PATCH 0/3] ia64: clean-up header dependency and build process, fix build warning
 2020-08-31 15:00 UTC  (3+ messages)
` [PATCH 2/3] ia64: remove unneeded header includes from <asm/mca.h>

[PATCH] kconfig: remove redundant assignment prompt = prompt
 2020-08-31 10:50 UTC  (2+ messages)

[PATCH 01/11] kconfig: qconf: reformat the intro message
 2020-08-30 10:01 UTC  (12+ messages)
` [PATCH 02/11] kconfig: qconf: update the intro message to match to the current code
` [PATCH 05/11] kconfig: qconf: show data column all the time
` [PATCH 06/11] kconfig: qconf: allow to edit "int", "hex", "string" menus in-place
` [PATCH 11/11] kconfig: qconf: create QApplication after option checks


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