linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-18 15:22:01 to 2021-12-07 00:46:57 UTC [more...]

Makefile: CC_IMPLICIT_FALLTHROUGH passed quoted as argument to gcc
 2021-12-07  0:46 UTC  (9+ messages)

[PATCH v1 3/3] mmc: Add driver for LiteX's LiteSDCard interface
 2021-12-06 23:51 UTC 

[PATCH v2 1/2] kbuild: move headers_check.pl to usr/include/
 2021-12-06 20:41 UTC  (3+ messages)
` [PATCH v2 2/2] kbuild: remove headers_check stub

[PATCH 00/19] Rust support
 2021-12-06 20:02 UTC  (28+ messages)
` [PATCH 01/19] kallsyms: support "big" kernel symbols
` [PATCH 02/19] kallsyms: increase maximum kernel symbol length to 512
` [PATCH 03/19] kallsyms: use the correct buffer size for symbols
` [PATCH 04/19] rust: add C helpers
` [PATCH 05/19] rust: add `compiler_builtins` crate
` [PATCH 07/19] rust: add `build_error` crate
` [PATCH 08/19] rust: add `macros` crate
` [PATCH 10/19] rust: export generated symbols
` [PATCH 11/19] vsprintf: add new `%pA` format specifier
` [PATCH 12/19] scripts: add `generate_rust_analyzer.py`
` [PATCH 13/19] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH 14/19] docs: add Rust documentation
` [PATCH 15/19] Kbuild: add Rust support
` [PATCH 16/19] samples: add Rust examples
` [PATCH 17/19] MAINTAINERS: Rust
` [RFC PATCH 18/19] drivers: gpio: PrimeCell PL061 in Rust
  ` [RFC PATCH 19/19] drivers: android: Binder IPC "

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

[PATCH v3 00/25] kcsan: Support detecting a subset of missing memory barriers
 2021-12-06 17:38 UTC  (39+ 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 v2] kbuild: Enable DT schema checks for %.dtb targets
 2021-12-06  7:34 UTC  (2+ messages)

[PATCH] ubsan: Remove CONFIG_UBSAN_OBJECT_SIZE
 2021-12-06  7:00 UTC  (2+ messages)

[PATCH v8 00/14] Function Granular KASLR
 2021-12-06  6:03 UTC  (36+ 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 v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
 2021-12-06  2:27 UTC  (9+ messages)
` [PATCH v2 2/2] net: mdio: fixup ethernet phy module auto-load function

[PATCH 1/2] kbuild: move headers_check.pl to usr/include/
 2021-12-06  1:25 UTC  (4+ messages)
` [PATCH 2/2] kbuild: remove headers_check stub

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

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

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

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  (11+ messages)
` [PATCH v2 03/23] kcsan: Avoid checking scoped accesses from nested contexts
` [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  (7+ 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  (7+ messages)
` [PATCH 03/12] riscv: switch to relative exception tables
` [PATCH 09/12] riscv: extable: add `type` and `data` fields


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