public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-11-14 21:26:03 to 2021-12-04 16:53:10 UTC [more...]

Makefile: CC_IMPLICIT_FALLTHROUGH passed quoted as argument to gcc
 2021-12-04 16:52 UTC  (2+ messages)

[PATCH v4 1/2] modpost: file2alias: make mdio alias configure match mdio uevent
 2021-12-04 15:11 UTC  (5+ messages)
` [PATCH v4 2/2] net: mdio: rework mdio_uevent for mdio ethernet phy device

[PATCH v3 1/2] modpost: file2alias: make mdio alias configure match mdio uevent
 2021-12-04  9:38 UTC  (5+ messages)
` [PATCH v3 2/2] net: mdio: rework mdio_uevent for mdio ethernet phy device

[PATCH v8 00/14] Function Granular KASLR
 2021-12-04  8:55 UTC  (35+ messages)
` [PATCH v8 01/14] x86: Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v8 02/14] x86/tools: Add relative relocs for randomized functions
` [PATCH v8 03/14] x86: Add support for function granular KASLR
` [PATCH v8 04/14] linkage: add macros for putting ASM functions into own sections
` [PATCH v8 06/14] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v8 07/14] kallsyms: Hide layout
` [PATCH v8 08/14] livepatch: only match unique symbols when using FG-KASLR
` [PATCH v8 09/14] x86/boot: allow FG-KASLR to be selected
` [PATCH v8 10/14] arm64/crypto: conditionally place ASM functions into separate sections
` [PATCH v8 11/14] module: Reorder functions
` [PATCH v8 12/14] module: use a scripted approach for FG-KASLR
` [PATCH v8 13/14] Documentation: add documentation "
` [PATCH v8 14/14] maintainers: add MAINTAINERS entry "
  ` [PATCH v8 05/14] x86: conditionally place regular ASM functions into separate sections

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

[PATCH] ubsan: Remove CONFIG_UBSAN_OBJECT_SIZE
 2021-12-03 23:53 UTC 

[PATCH RFC 0/6] Bump minimum supported version of LLVM to 11.0.0
 2021-12-03 15:51 UTC  (14+ messages)
` [PATCH RFC 1/6] Documentation: Raise the "
` [PATCH RFC 2/6] mm, slab: Remove compiler check in __kmalloc_index
` [PATCH RFC 3/6] arch/Kconfig: Remove CLANG_VERSION check in HAS_LTO_CLANG
` [PATCH RFC 4/6] Revert "ARM: 9070/1: Make UNWINDER_ARM depend on ld.bfd or ld.lld 11.0.0+"
` [PATCH RFC 5/6] gcov: Remove compiler version check
` [PATCH RFC 6/6] init/Kconfig: Drop linker version check for LD_ORPHAN_WARN

[PATCH v2 1/2] kbuild: use perl instead of shell to get file size
 2021-12-03  0:49 UTC  (4+ messages)
  ` [PATCH v2 2/2] kbuild: pass --stream-size --no-content-size to zstd

No stripping options for vmlinux in kbuild
 2021-12-02  6:51 UTC 

[PATCH v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-12-01  9:02 UTC  (8+ messages)
` [PATCH v2 2/2] net: mdio: fixup ethernet phy module auto-load function

Nowe stawki dla Fotowoltaiki
 2021-12-01  8:31 UTC 

[PATCH v2 00/23] kcsan: Support detecting a subset of missing memory barriers
 2021-11-29 14:42 UTC  (34+ 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 v1 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-11-26 10:27 UTC  (10+ messages)
` [PATCH v1 2/2] net: mdio: fixup ethernet phy module auto-load function

[PATCH] streamline_config.pl: show the full Kconfig name
 2021-11-26  8:04 UTC  (2+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-11-24 13:33 UTC  (5+ messages)
` [PATCH v2 12/63] thermal: intel: int340x_thermal: Use struct_group() for memcpy() region

[PATCH v1 2/2] net: mdio: fixup ethernet phy module auto-load function
 2021-11-23  5:32 UTC 

[PATCH 1/2] kbuild: use perl instead of shell to get file size
 2021-11-22 19:20 UTC  (3+ messages)
  ` [PATCH 2/2] kbuild: pass --stream-size --no-content-size to zstd

[PATCH v2 0/5] preempt: PREEMPT vs PREEMPT_DYNAMIC configs fixup
 2021-11-22 16:44 UTC  (9+ messages)
` [PATCH v2 2/5] preempt/dynamic: Introduce preempt mode accessors
` [PATCH v2 3/5] powerpc: Use preemption model accessors

[PATCH] kconfig: Add `make mod2noconfig` to disable module options
 2021-11-20 15:41 UTC  (3+ messages)

[PATCH v4 0/12] riscv: switch to relative extable and other improvements
 2021-11-19  2:35 UTC  (17+ messages)
` [PATCH 01/12] riscv: remove unused __cmpxchg_user() macro
` [PATCH 02/12] riscv: consolidate __ex_table construction
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 04/12] riscv: bpf: move rv_bpf_fixup_exception signature to extable.h
` [PATCH 05/12] riscv: extable: make fixup_exception() return bool
` [PATCH 06/12] riscv: extable: use `ex` for `exception_table_entry`
` [PATCH 07/12] riscv: lib: uaccess: fold fixups into body
` [PATCH 08/12] riscv: extable: consolidate definitions
` [PATCH 09/12] riscv: extable: add `type` and `data` fields
` [PATCH 10/12] riscv: add gpr-num.h
` [PATCH 11/12] riscv: extable: add a dedicated uaccess handler
` [PATCH 12/12] riscv: vmlinux.lds.S|vmlinux-xip.lds.S: remove `.fixup` section

[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  (3+ messages)
` [PATCH v3 2/4] preempt/dynamic: Introduce preemption model accessors

[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 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox