Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2025-09-10 02:44:00 to 2025-10-02 15:30:54 UTC [more...]

[PATCH AUTOSEL 6.17-6.6] Unbreak 'make tools/*' for user-space targets
 2025-10-02 15:30 UTC 

[PATCH 0/2] kbuild: userprogs: also inherit byte order and ABI from kernel
 2025-10-02 13:23 UTC  (7+ messages)
` [PATCH 2/2] "

[GIT PULL] Kbuild updates for 6.18
 2025-10-02  4:45 UTC  (2+ messages)

[PATCH v2] kconfig: Avoid prompting for transitional symbols
 2025-10-01  6:00 UTC  (3+ messages)

[PATCH] kconfig: Avoid prompting for transitional symbols
 2025-09-30 14:59 UTC  (3+ messages)

[PATCH v2] efistub: Only link libstub to final vmlinux
 2025-09-30  2:52 UTC  (6+ messages)

Tool directory build problem
 2025-09-29 18:29 UTC  (4+ messages)

[RFC PATCH v2 0/3] objtool: Fixup alternate feature relative addresses
 2025-09-29 16:59 UTC  (6+ messages)
` [RFC PATCH v2 1/3] objtool/powerpc: Enhance objtool to fixup "
` [RFC PATCH v2 2/3] kbuild: Add objtool integration for PowerPC feature fixups
` [RFC PATCH v2 3/3] powerpc: Enable build-time feature fixup processing by default

[PATCH v8 19/24] docs: add support to build manpages from kerneldoc output
 2025-09-29  0:44 UTC  (3+ messages)

[PATCH next] modpost: Initialize builtin_modname to stop SIGSEGVs
 2025-09-28 12:11 UTC  (3+ messages)

[PATCH v3] once: fix race by moving DO_ONCE to separate section
 2025-09-26  0:19 UTC  (2+ messages)

[RFC PATCH 00/10] scalable symbol flags with __kflagstab
 2025-09-26  0:11 UTC  (7+ messages)

[PATCH v2] Documentation: kbuild: note CONFIG_DEBUG_EFI in reproducible builds
 2025-09-25 11:42 UTC  (3+ messages)

[PATCH v1 0/3] Only link libstub to final vmlinux
 2025-09-25  2:43 UTC  (5+ messages)
` [PATCH v1 1/3] LoongArch: "
` [PATCH v1 2/3] arm64: "
` [PATCH v1 3/3] riscv: "

[PATCH v3 5/5] kbuild: Allow adding modules into the FIT ramdisk
 2025-09-24 16:54 UTC  (4+ messages)

[PATCH v3 0/3] kconfig: Add transitional symbol attribute for migration support
 2025-09-24 16:45 UTC  (7+ messages)
` [PATCH v3 1/3] kconfig: Fix BrokenPipeError warnings in selftests
` [PATCH v3 2/3] kconfig: Add transitional symbol attribute for migration support
` [PATCH v3 3/3] kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFI

[PATCH v8 0/8] Add generated modalias to modules.builtin.modinfo
 2025-09-24 16:17 UTC  (15+ messages)
` [PATCH v8 1/8] s390: vmlinux.lds.S: Reorder sections
` [PATCH v8 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v8 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v8 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v8 5/8] scsi: Always define blogic_pci_tbl structure
` [PATCH v8 6/8] modpost: Add modname to mod_device_table alias
` [PATCH v8 7/8] modpost: Create modalias for builtin modules
` [PATCH v8 8/8] kbuild: vmlinux.unstripped should always depend on .vmlinux.export.o

[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
 2025-09-24 12:39 UTC  (8+ messages)
` [PATCH v18 1/7] rust: sync: add `SetOnce`
` [PATCH v18 2/7] rust: str: add radix prefixed integer parsing functions
` [PATCH v18 3/7] rust: introduce module_param module
` [PATCH v18 4/7] rust: module: use a reference in macros::module::module
` [PATCH v18 5/7] rust: module: update the module macro with module parameter support
` [PATCH v18 6/7] rust: samples: add a module parameter to the rust_minimal sample
` [PATCH v18 7/7] modules: add rust modules files to MAINTAINERS

Thematic Funds Letter Of Intent
 2025-09-23 23:54 UTC 

[PATCH v2] kconfig: Add transitional symbol attribute for migration support
 2025-09-23 21:36 UTC  (10+ messages)

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-23 19:49 UTC  (61+ messages)
` [PATCH v3 01/35] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 03/35] compiler-capability-analysis: Add test stub
` [PATCH v3 04/35] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 06/35] cleanup: Basic compatibility with capability analysis
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis

[PATCH v2 0/1] rust: add `rustcheck` make target for check-only builds
 2025-09-23  3:47 UTC  (5+ messages)
` [PATCH v2 1/1] "

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-09-21 19:33 UTC  (4+ messages)

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-19 11:05 UTC  (7+ messages)
` [PATCH v5 04/19] x86: Add arch specific kasan functions
` [PATCH v5 17/19] mm: Unpoison pcpu chunks with base address tag

[PATCH] docs: driver-api: fix spelling of "buses"
 2025-09-18 16:43 UTC  (2+ messages)

[PATCH v7 0/8] Add generated modalias to modules.builtin.modinfo
 2025-09-18  4:08 UTC  (20+ messages)
` [PATCH v7 2/8] kbuild: always create intermediate vmlinux.unstripped
` [PATCH v7 3/8] kbuild: keep .modinfo section in vmlinux.unstripped
` [PATCH v7 4/8] kbuild: extract modules.builtin.modinfo from vmlinux.unstripped
` [PATCH v7 6/8] modpost: Add modname to mod_device_table alias

[PATCH v7 00/24] Split sphinx call logic from docs Makefile
 2025-09-17 12:15 UTC  (2+ messages)
` [PATCH v7 19/24] docs: add support to build manpages from kerneldoc output

[PATCH v2] RISC-V: re-enable gcc + rust builds
 2025-09-17 12:13 UTC  (5+ messages)

[PATCH v6 17/21] docs: add support to build manpages from kerneldoc output
 2025-09-16 10:22 UTC 

[PATCH] rust: add `rustcheck` make target for check-only builds
 2025-09-15  7:32 UTC  (6+ messages)

[PATCH v5 15/18] docs: add support to build manpages from kerneldoc output
 2025-09-12 11:46 UTC 

[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
 2025-09-11  9:26 UTC  (14+ messages)
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
  ` [EXTERNAL] "
` [PATCH v2 11/13] Documentation: net: Convert external kernel networking docs
` [PATCH v2 12/13] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references

[PATCH v5 13/19] kasan: x86: Handle int3 for inline KASAN reports
 2025-09-10  8:23 UTC  (11+ messages)


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