linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-20 15:57:47 to 2021-11-18 08:15:41 UTC [more...]

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-18  8:10 UTC  (24+ messages)
` [PATCH v2 01/23] kcsan: Refactor reading of instrumented memory
` [PATCH v2 02/23] kcsan: Remove redundant zero-initialization of globals
` [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [PATCH v2 04/23] kcsan: Add core support for a subset of weak memory modeling
` [PATCH v2 05/23] kcsan: Add core memory barrier instrumentation functions
` [PATCH v2 06/23] kcsan, kbuild: Add option for barrier instrumentation only
` [PATCH v2 07/23] kcsan: Call scoped accesses reordered in reports
` [PATCH v2 08/23] kcsan: Show location access was reordered to
` [PATCH v2 09/23] kcsan: Document modeling of weak memory
` [PATCH v2 10/23] kcsan: test: Match reordered or normal accesses
` [PATCH v2 11/23] kcsan: test: Add test cases for memory barrier instrumentation
` [PATCH v2 12/23] kcsan: Ignore GCC 11+ warnings about TSan runtime support
` [PATCH v2 13/23] kcsan: selftest: Add test case to check memory barrier instrumentation
` [PATCH v2 14/23] locking/barriers, kcsan: Add instrumentation for barriers
` [PATCH v2 15/23] locking/barriers, kcsan: Support generic instrumentation
` [PATCH v2 16/23] locking/atomics, kcsan: Add instrumentation for barriers
` [PATCH v2 17/23] asm-generic/bitops, "
` [PATCH v2 18/23] x86/barriers, kcsan: Use generic instrumentation for non-smp barriers
` [PATCH v2 19/23] x86/qspinlock, kcsan: Instrument barrier of pv_queued_spin_unlock()
` [PATCH v2 20/23] mm, kcsan: Enable barrier instrumentation
` [PATCH v2 21/23] sched, kcsan: Enable memory "
` [PATCH v2 22/23] objtool, kcsan: Add memory barrier instrumentation to whitelist
` [PATCH v2 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH] kconfig: Add `make mod2noconfig` to disable module options
 2021-11-17 10:45 UTC  (2+ messages)

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-16 13:41 UTC  (25+ messages)
` [PATCH v2 1/5] preempt: Restore preemption model selection configs
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors
` [PATCH v2 4/5] kscan: "
` [PATCH v2 5/5] ftrace: Use preemption model accessors for trace header printout

[PATCH bpf] samples: bpf: fix build error due to -isystem removal
 2021-11-15 23:00 UTC  (2+ messages)

[PATCH v5] configs: Introduce debug.config for CI-like setup
 2021-11-15 14:10 UTC  (2+ messages)

[PATCH v3 0/4] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-15  7:00 UTC  (6+ messages)
` [PATCH v3 1/4] preempt: Restore preemption model selection configs
` [PATCH v3 2/4] preempt/dynamic: Introduce preemption model accessors
` [PATCH v3 3/4] kcsan: Use "
` [PATCH v3 4/4] ftrace: Use preemption model accessors for trace header printout

[PATCH v3] kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x
 2021-11-15  2:48 UTC 

[PATCH] kconfig: Add support for -Wimplicit-fallthrough
 2021-11-15  2:16 UTC  (9+ messages)

[PATCH v2] kbuild: Fix -Wimplicit-fallthrough=5 error for GCC 5.x and 6.x
 2021-11-15  2:07 UTC 

[PATCH v2] scripts/config: allow "O=config-dir" option
 2021-11-11 21:04 UTC  (3+ messages)

[PATCH -rcu/kcsan 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-11 11:35 UTC  (6+ messages)
` [PATCH -rcu/kcsan 23/23] objtool, kcsan: Remove memory barrier instrumentation from noinstr

[PATCH v4] configs: Introduce debug.config for CI-like setup
 2021-11-10 21:52 UTC  (2+ messages)

[PATCH 0/6] MODULE_DEVICE_TABLE() support for the ISHTP bus
 2021-11-09 10:42 UTC  (11+ messages)
` [PATCH 1/6] HID: intel-ish-hid: add support for MODULE_DEVICE_TABLE()

[GIT PULL] Kbuild updates for v5.16-rc1
 2021-11-08 17:39 UTC  (2+ messages)

Given an x32 userspace with a gcc to match (ie defaults to -mx32) then CONFIG_EFI_STUB is unavailable
 2021-11-07 23:33 UTC  (5+ messages)

[PATCH 01/10] kconfig: remove 'const' from the return type of sym_escape_string_value()
 2021-11-05 11:40 UTC  (5+ messages)
` [PATCH 03/10] kconfig: refactor conf_write_symbol()

[RFC v3 00/12] kconfig: add support for conflict resolution
 2021-11-04  9:30 UTC  (22+ messages)
` [RFC v3 01/12] Add picosat.h
` [RFC v3 02/12] Add picosat.c (1/3)
` [RFC v3 03/12] Add picosat.c (2/3)
` [RFC v3 04/12] Add picosat.c (3/3)
` [RFC v3 05/12] Add definitions
` [RFC v3 06/12] Add files for building constraints
` [RFC v3 07/12] Add files for handling expressions
` [RFC v3 08/12] Add files for RangeFix
` [RFC v3 09/12] Add files with utility functions
` [RFC v3 10/12] Add tools
` [RFC v3 11/12] Add xconfig-modifications
` [RFC v3 12/12] Simplify dependencies for MODULE_SIG_KEY_TYPE_RSA & MODULE_SIG_KEY_TYPE_ECDSA

[PATCH] builddeb: Support signing kernels with a Machine Owner Key
 2021-11-04  9:28 UTC  (3+ messages)

[PATCH v2] raid5-ppl: use swap() to make code cleaner
 2021-11-03  6:47 UTC  (4+ messages)

[PATCH] scripts/config: allow "O=config-dir" option
 2021-11-02 22:38 UTC  (3+ messages)

[PATCHv3 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-11-02  1:20 UTC  (2+ messages)

[GIT PULL] hardening updates for v5.16-rc1
 2021-11-02  0:50 UTC  (2+ messages)

[PATCH v3] configs: Introduce debug.config for CI-like setup
 2021-11-01 14:28 UTC 

[PATCH v2] configs: Introduce debug.config for CI-like setup
 2021-11-01 12:32 UTC  (5+ messages)

[PATCH] kbuild: Support clang-$ver builds
 2021-10-31 12:38 UTC  (13+ messages)

[PATCH] sh: decompressor: do not copy source files while building
 2021-10-30 19:02 UTC  (3+ messages)

[PATCHv2 bpf-next] kbuild: Unify options for BTF generation for vmlinux and modules
 2021-10-28 17:14 UTC  (4+ messages)

[PATCH] configs: Introduce debug.config for CI-like setup
 2021-10-28 16:43 UTC 

Introduce "make debugconfig"
 2021-10-28 15:08 UTC  (4+ messages)

Out of kernel kconfig patches rebased on 5.15
 2021-10-28 13:06 UTC 

[RFC 0/12] kconfig: add support for conflict resolution
 2021-10-28  2:48 UTC  (3+ messages)
` [RFC 12/12] Simplify dependencies for MODULE_SIG_KEY_TYPE_RSA & MODULE_SIG_KEY_TYPE_ECDSA

[PATCH 0/2] kbuild: deb-pkg: fixes for use on Debian systems
 2021-10-24 13:58 UTC  (3+ messages)
` [PATCH 1/2] kbuild: deb-pkg: set dependencies for kernel image package
` [PATCH 2/2] kbuild: deb-pkg: invoke linux-base scripts if installed

[PATCH v3 0/2] riscv: switch to relative extable
 2021-10-22  0:46 UTC  (4+ messages)
` [PATCH v3 1/2] riscv: consolidate __ex_table construction
` [PATCH v3 2/2] riscv: switch to relative exception tables

[PATCH v2 0/2] riscv: switch to relative extable
 2021-10-22  0:43 UTC  (8+ messages)
` [PATCH v2 1/2] riscv: consolidate __ex_table construction
` [PATCH v2 2/2] riscv: switch to relative exception tables

[PATCH] [PATCH V5]ARM64: SCS: Add gcc plugin to support Shadow Call Stack
 2021-10-21 14:49 UTC  (3+ messages)

[PATCH 0/2] gcc-plugins: Explicitly document purpose and deprecation schedule
 2021-10-21 10:28 UTC  (13+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] gcc-plugins: Remove cyc_complexity

[QUESTION] Compile error on ppc32 with compilation option '-fdata-sections'
 2021-10-21  1:46 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 01/10] gcc-plugins/structleak: add makefile var for disabling structleak
 2021-10-21  0:22 UTC 

[PATCH AUTOSEL 5.4 01/11] gcc-plugins/structleak: add makefile var for disabling structleak
 2021-10-21  0:22 UTC 

[PATCH AUTOSEL 5.10 01/14] gcc-plugins/structleak: add makefile var for disabling structleak
 2021-10-21  0:21 UTC 

[PATCH AUTOSEL 5.14 03/26] gcc-plugins/structleak: add makefile var for disabling structleak
 2021-10-21  0:20 UTC 

linux-next: Tree for Oct 18 ('make' error on ARCH=um)
 2021-10-20 20:59 UTC  (7+ messages)

[RFC 0/3] kconfig: add support for conflict resolution
 2021-10-20 15:57 UTC  (4+ 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).