Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2026-05-20 14:32:20 to 2026-06-02 14:43:02 UTC [more...]

[PATCH v7 00/23] tools build: Append -fzero-init-padding-bits=all option
 2026-06-02 14:40 UTC  (15+ messages)
` [PATCH v7 01/23] tools: lib: thermal: Fix typo
` [PATCH v7 02/23] tools/thermal: "
` [PATCH v7 03/23] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v7 04/23] tools/thermal: "
` [PATCH v7 05/23] selftests/nolibc: Use a dedicated cross cc-option helper
` [PATCH v7 06/23] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v7 07/23] perf build: Append extra host flags
` [PATCH v7 08/23] tools build: Append extra host CFLAGS for fixdep
` [PATCH v7 09/23] tools: bootconfig: Append extra cflags
` [PATCH v7 10/23] tools: counter: "
` [PATCH v7 11/23] tools: dma: "
` [PATCH v7 12/23] tools: gpio: "
` [PATCH v7 13/23] tools: hv: "
` [PATCH v7 14/23] tools: iio: "

linux-next: manual merge of the kbuild tree with the clang-fixes tree
 2026-06-02 13:54 UTC 

[PATCH v4] kconfig: add kconfig-sym-check static checker
 2026-06-02 13:05 UTC  (2+ messages)

[PATCH bpf-next v1 00/14] resolve_btfids: Implement BTF tags emission for kfuncs
 2026-06-02 13:02 UTC  (19+ messages)
` [PATCH bpf-next v1 01/14] tools/bpf: Sync btf_ids.h to tools
` [PATCH bpf-next v1 02/14] selftests/bpf: Modernize resolve_btfids test scaffolding
` [PATCH bpf-next v1 03/14] selftests/bpf: Fix resolve_btfids test reads of BTF ID sets in PIE builds
` [PATCH bpf-next v1 04/14] selftests/bpf: Add kfunc set test to resolve_btfids
` [PATCH bpf-next v1 05/14] resolve_btfids: Index BTF ID symbols by address
` [PATCH bpf-next v1 06/14] resolve_btfids: Discover kfuncs from BTF ID sets
` [PATCH bpf-next v1 07/14] resolve_btfids: Emit bpf_kfunc BTF decl tag for discovered kfuncs
` [PATCH bpf-next v1 08/14] selftests/bpf: Verify bpf_kfunc decl tag emission in resolve_btfids
` [PATCH bpf-next v1 09/14] resolve_btfids: Emit a decl tag for kfuncs with KF_FASTCALL
` [PATCH bpf-next v1 10/14] selftests/bpf: Verify bpf_fastcall decl tags in resolve_btfids test
` [PATCH bpf-next v1 11/14] resolve_btfids: Process KF_ARENA_* flags in resolve_btfids
` [PATCH bpf-next v1 12/14] selftests/bpf: Verify arena type tags in resolve_btfids test
` [PATCH bpf-next v1 13/14] kbuild: Drop decl_tag_kfuncs and attributes from pahole flags
` [PATCH bpf-next v1 14/14] docs, resolve_btfids: Document kfunc BTF annotation emission

[PATCH v2] scripts/tags.sh: fix "make COMPILED_SOURCE=1 cscope" command ends up with *.rlib, *.rmeta, *.so filenames in cscope.files
 2026-06-02 12:15 UTC  (3+ messages)
  ` [PATCH v3] "
    ` [PATCH v4] "

[PATCH] list: Add safe entry iterators without an explicit n cursor
 2026-06-02  9:12 UTC  (4+ messages)

[PATCH v12 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-06-02  7:17 UTC  (5+ messages)
` [PATCH v12 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v12 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v12 3/3] kbuild: distributed build support for Clang ThinLTO

[PATCH v3] kbuild: rust: make `*.long-type-*.txt` a target for cleanup
 2026-06-02  8:15 UTC  (8+ messages)

[PATCH] nios2: remove the architecture
 2026-06-02  8:00 UTC  (12+ messages)

[PATCH 0/4] bootconfig: embed kernel.* cmdline at build time
 2026-06-01 17:56 UTC  (8+ messages)
` [PATCH 1/4] bootconfig: return 0 from xbc_snprint_cmdline() for a leaf root
` [PATCH 2/4] bootconfig: render embedded bootconfig as a kernel cmdline at build time
` [PATCH 3/4] bootconfig: add xbc_prepend_embedded_cmdline() helper
` [PATCH 4/4] x86/setup: prepend embedded bootconfig cmdline before parse_early_param

[PATCH v3 0/5] gpu: drm: nova: enable calling into nova-core
 2026-06-01 17:00 UTC  (8+ messages)
` [PATCH v3 1/5] rust: inline some init methods
` [PATCH v3 2/5] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v3 3/5] gpu: nova-core: emit Rust metadata "
` [PATCH v3 4/5] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v3 5/5] drm: nova: demonstrate interaction with nova-core

[PATCH] rust: x86: support Rust >= 1.98.0 target spec
 2026-05-31 13:32 UTC  (4+ messages)

[PATCH] Makefile: Globally enable fall-through warning
 2026-05-30  8:43 UTC 

[PATCH v2] kbuild: clean `*.long-type-*.txt` files
 2026-05-30  4:32 UTC  (2+ messages)

[PATCH v4 00/11] Kernel API Specification Framework
 2026-05-29 23:33 UTC  (12+ messages)
` [PATCH v4 01/11] kernel/api: introduce kernel API specification framework
` [PATCH v4 02/11] kernel/api: enable kerneldoc-based API specifications
` [PATCH v4 03/11] kernel/api: add debugfs interface for kernel "
` [PATCH v4 04/11] tools/kapi: add kernel API specification extraction tool
` [PATCH v4 05/11] kernel/api: add API specification for sys_open
` [PATCH v4 06/11] kernel/api: add API specification for sys_close
` [PATCH v4 07/11] kernel/api: add API specification for sys_read
` [PATCH v4 08/11] kernel/api: add API specification for sys_write
` [PATCH v4 09/11] kernel/api: add runtime verification selftest
` [PATCH v4 10/11] kernel/api: add API specification for sys_madvise
` [PATCH v4 11/11] kernel/api: add syscall enter/exit tracepoints

[PATCH] kbuild: clean `*.long-type-*.txt` files
 2026-05-29 20:53 UTC 

[PATCH] kbuild: clean `*.long-type-*.txt` files
 2026-05-29 20:34 UTC 

[PATCH v11 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-05-29 18:47 UTC  (7+ messages)
` [PATCH v11 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v11 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v11 3/3] kbuild: distributed build support for Clang ThinLTO

[PATCH v2 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-29 14:48 UTC  (15+ messages)
` [PATCH v2 1/7] scripts: modpost: detect and report truncated buf_printf() output
` [PATCH v2 2/7] pin_init: always inline the #ident and #project_ident methods
` [PATCH v2 3/7] rust: always inline some init methods
` [PATCH v2 4/7] gpu: nova-core: export Rust symbols for dependent modules
` [PATCH v2 5/7] gpu: nova-core: emit Rust metadata "
` [PATCH v2 6/7] gpu: drm: nova: build after nova-core metadata
` [PATCH POC v2 7/7] drm: nova: demonstrate interaction with nova-core

[PATCH] .gitignore: ignore rustc long type txt files
 2026-05-28 21:08 UTC  (3+ messages)

[PATCH v10 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-05-28 20:40 UTC  (7+ messages)
` [PATCH v10 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v10 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v10 3/3] kbuild: distributed build support for Clang ThinLTO

[RFC v3 0/3] add kconfirm
 2026-05-28 14:30 UTC  (6+ messages)
` [RFC PATCH v3 1/3] scripts: "

[PATCH] kbuild: rpm-pkg: append %{?dist} macro to Release tag
 2026-05-28  8:48 UTC  (3+ messages)

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-28  7:08 UTC  (2+ messages)

[PATCH v2] kconfig: add optional warnings for changed input values
 2026-05-27 22:44 UTC  (3+ messages)

[PATCH] err.h: use __always_inline on all error pointer helpers
 2026-05-27 22:13 UTC  (8+ messages)

[PATCH v2] scripts: Have make TAGS not include structure members
 2026-05-27 19:36 UTC  (5+ messages)
  ` [PATCH v2] scripts: Have make TAGS not include structure members'

[PATCH v5 0/4] dt-bindings: automated coding style check for DTS examples
 2026-05-27 19:32 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: add DTS style checker
` [PATCH v5 2/4] scripts/jobserver-exec: propagate child exit status
` [PATCH v5 3/4] dt-bindings: wire style checker into dt_binding_check
` [PATCH v5 4/4] dt-bindings: add self-test fixtures for style checker

[PATCH v2] kbuild: rust: add AutoFDO support
 2026-05-27 10:40 UTC  (2+ messages)

[PATCH v2] genksyms: Support arm64 CRC32 hardware acceleration
 2026-05-26 19:13 UTC  (7+ messages)
  ` [PATCH v2] genksyms: Support arm64 CRC32 hardware acceleration1~

build failure for stablerc
 2026-05-26 17:17 UTC  (3+ messages)

[PATCH v5 00/14] module: Introduce hash-based integrity checking
 2026-05-26 13:14 UTC  (14+ messages)
` [PATCH v5 06/14] module: Switch load_info::len to size_t
` [PATCH v5 07/14] module: Make module authentication usable without MODULE_SIG
` [PATCH v5 08/14] module: Move authentication logic into dedicated new file
` [PATCH v5 09/14] module: Move signature type check out of mod_check_sig()
` [PATCH v5 10/14] module: Prepare for additional module authentication mechanisms

[PATCH v2] rust: kasan/kbuild: fix rustc-option when cross-compiling
 2026-05-26  8:17 UTC  (2+ messages)

[PATCH v9 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-05-23  3:55 UTC  (14+ messages)
` [PATCH v9 3/3] "

[PATCH v4 0/3] dt-bindings: automated coding style check for DTS examples
 2026-05-22 18:04 UTC  (4+ messages)
` [PATCH v4 1/3] dt-bindings: add DTS style checker
` [PATCH v4 2/3] dt-bindings: wire style checker into dt_binding_check
` [PATCH v4 3/3] dt-bindings: add self-test fixtures for style checker

[PATCH v3] kconfig: add kconfig-sym-check static checker
 2026-05-22 15:31 UTC  (5+ messages)

[PATCH v7 00/15] add SPDX SBOM generation script
 2026-05-22 11:18 UTC  (2+ messages)

[PATCH v5] char/nvram: Remove redundant nvram_mutex
 2026-05-22 10:28 UTC  (3+ messages)

[PATCH] kconfig: Fix repeated include selftest expectation
 2026-05-20 22:43 UTC  (2+ messages)

[PATCH] kconfig: add optional warnings for changed input values
 2026-05-20 14:31 UTC  (2+ messages)


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