Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2026-05-14 01:37:43 to 2026-05-26 21:05:54 UTC [more...]

[PATCH] err.h: use __always_inline on all error pointer helpers
 2026-05-26 21:03 UTC  (4+ 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~

[PATCH v10 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-05-26 17:29 UTC  (4+ 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

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  (16+ 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] kbuild: rpm-pkg: append %{?dist} macro to Release tag
 2026-05-26  6:27 UTC 

[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  (17+ messages)
` [PATCH v7 01/15] scripts/sbom: add documentation
` [PATCH v7 02/15] scripts/sbom: integrate script in make process
` [PATCH v7 03/15] scripts/sbom: setup sbom logging
` [PATCH v7 04/15] scripts/sbom: add command parsers
` [PATCH v7 05/15] scripts/sbom: add cmd graph generation
` [PATCH v7 06/15] scripts/sbom: add additional dependency sources for cmd graph
` [PATCH v7 07/15] scripts/sbom: add SPDX classes
` [PATCH v7 08/15] scripts/sbom: add JSON-LD serialization
` [PATCH v7 09/15] scripts/sbom: add shared SPDX elements
` [PATCH v7 10/15] scripts/sbom: collect file metadata
` [PATCH v7 11/15] scripts/sbom: add SPDX output graph
` [PATCH v7 12/15] scripts/sbom: add SPDX source graph
` [PATCH v7 13/15] scripts/sbom: add SPDX build graph
` [PATCH v7 14/15] scripts/sbom: add unit tests for command parsers
` [PATCH v7 15/15] scripts/sbom: add unit tests for SPDX-License-Identifier parsing

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

[PATCH v2] kconfig: add optional warnings for changed input values
 2026-05-21 18:09 UTC  (2+ messages)

[PATCH] nios2: remove the architecture
 2026-05-21 15:37 UTC  (18+ messages)

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

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

[PATCH v2] kconfig: add kconfig-sym-check static checker
 2026-05-20 13:19 UTC  (4+ messages)

[PATCH 0/7] gpu: drm: nova: enable calling into nova-core
 2026-05-20 10:01 UTC  (6+ messages)
` [PATCH 2/7] scripts: modpost: increase buf_printf's buffer size

[PATCH v4 1/3] slab: support for compiler-assisted type-based slab cache partitioning
 2026-05-19 23:57 UTC  (13+ messages)
` [PATCH v4 2/3] slab: improve KMALLOC_PARTITION_RANDOM randomness

[report] xconfig/qconf issue in one submenu
 2026-05-19 23:44 UTC 

[GIT PULL] Kbuild fixes for 7.1 #2
 2026-05-19 16:47 UTC  (2+ messages)

[PATCH v2 00/16] Bump minimum version of LLVM for building the kernel to 17.0.1
 2026-05-19 15:43 UTC  (23+ messages)
` [PATCH v2 01/16] kbuild: "
` [PATCH v2 02/16] security/Kconfig.hardening: Remove tautological condition from CC_HAS_ZERO_CALL_USED_REGS
` [PATCH v2 03/16] security/Kconfig.hardening: Remove tautological condition from FORTIFY_SOURCE
` [PATCH v2 04/16] security/Kconfig.hardening: Remove tautological condition from CC_HAS_RANDSTRUCT
` [PATCH v2 05/16] arch/Kconfig: Remove tautological conditions from HAS_LTO_CLANG
` [PATCH v2 06/16] arch/Kconfig: Remove tautological condition from AUTOFDO_CLANG
` [PATCH v2 07/16] ARM: Drop tautological ld.lld conditions from ARCH_MULTI_V4{,T}
` [PATCH v2 08/16] riscv: Remove tautological condition from selection of ARCH_SUPPORTS_CFI
` [PATCH v2 09/16] riscv: Drop tautological condition from TOOLCHAIN_NEEDS_OLD_ISA_SPEC
` [PATCH v2 10/16] scripts/Makefile.warn: Drop -Wformat handling for clang < 16
` [PATCH v2 11/16] x86/build: Drop unnecessary '-ffreestanding' addition to KBUILD_CFLAGS
` [PATCH v2 12/16] x86/module: Revert "Deal with GOT based stack cookie load on Clang < 17"
` [PATCH v2 13/16] x86/entry/vdso32: Remove conditional omission of '.cfi_offset eflags'
` [PATCH v2 14/16] kbuild: Remove check for broken scoping with clang < 17 in CC_HAS_ASM_GOTO_OUTPUT
` [PATCH v2 15/16] compiler-clang.h: Remove __cleanup -Wunused-variable workaround
` [PATCH v2 16/16] compiler-clang.h: Drop explicit version number from "all" diagnostic macro

[PATCH] [v2] iommu, debugobjects: avoid gcc-16.1 section mismatch warnings
 2026-05-19 12:06 UTC  (4+ messages)

linux-next: manual merge of the kbuild tree with the origin tree
 2026-05-19  7:37 UTC  (5+ messages)

[PATCH] kbuild: deb-pkg: Allow setting package name at build
 2026-05-19  0:08 UTC  (3+ messages)

[RFC v3 0/3] add kconfirm
 2026-05-18 18:19 UTC  (22+ messages)
` [RFC PATCH v3 1/3] scripts: "
` [RFC PATCH v3 2/3] Documentation: "
` [RFC PATCH v3 3/3] MAINTAINERS: create entry for kconfirm

[PATCH] kconfig: add kconfig-sym-check static checker
 2026-05-17 21:50 UTC  (11+ messages)

[PATCH v2] kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning scheme
 2026-05-17 19:31 UTC  (8+ messages)

6.12 and 6.15 building fixdep / modpost for amd64 instead of 686
 2026-05-17 18:31 UTC  (8+ messages)

[PATCH] kbuild: deb-pkg: propagate hook script failures in builddeb
 2026-05-17  4:29 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: propagate hook script failures in builddeb
 2026-05-15 19:53 UTC  (4+ messages)

[PATCH v6 00/15] add SPDX SBOM generation script
 2026-05-15 13:48 UTC  (2+ messages)

[PATCH] run-clang-tools: run multiprocessing.Pool as context manager
 2026-05-15 12:47 UTC 

[PATCH] kbuild: pacman-pkg: make "rc" releases adhere to pacman versioning scheme
 2026-05-15 11:18 UTC  (5+ messages)

[PATCH] kbuild: pacman-pkg: package unstripped vDSO libraries
 2026-05-14 12:47 UTC  (2+ messages)

[PATCH 00/14] Bump minimum version of LLVM for building the kernel to 17.0.1
 2026-05-14  1:38 UTC  (5+ messages)
` [PATCH 08/14] riscv: Remove tautological condition from selection of ARCH_SUPPORTS_CFI
` [PATCH 09/14] riscv: Drop tautological condition from TOOLCHAIN_NEEDS_OLD_ISA_SPEC


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