public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-05 23:53:39 to 2026-04-18 13:39:12 UTC [more...]

[PATCH] kbuild: document generation of offset header files
 2026-04-18 13:38 UTC  (2+ messages)

[PATCH v2 00/19] crypto: Standalone crypto module
 2026-04-18  0:20 UTC  (20+ messages)
` [PATCH v2 01/19] crypto: add Kconfig options for standalone "
` [PATCH v2 02/19] crypto: add module entry for standalone crypto kernel module
` [PATCH v2 03/19] build: special compilation rule for building the standalone crypto module
` [PATCH v2 04/19] build: Add ELF marker for crypto-objs-m modules
` [PATCH v2 05/19] module: allow kernel module loading directly from memory
` [PATCH v2 06/19] crypto: add pluggable interface for module symbols referenced by the main kernel
` [PATCH v2 07/19] crypto: dedicated ELF sections for collected crypto initcalls
` [PATCH v2 08/19] crypto: fips140: add crypto module loader
` [PATCH v2 09/19] build: embed the standalone crypto module into vmlinux
` [PATCH v2 10/19] module: skip modversion checks for crypto modules
` [PATCH v2 11/19] build: add CONFIG_DEBUG_INFO_BTF_MODULES support for the standalone crypto kernel module
` [PATCH v2 12/19] Allow selective crypto module loading at boot based on FIPS mode
` [PATCH v2 13/19] Execute crypto initcalls during module initialization
` [PATCH v2 14/19] crypto/algapi.c: skip crypto_check_module_sig() for the standalone crypto module
` [PATCH v2 15/19] crypto: fips140: add module integrity self-check
` [PATCH v2 16/19] crypto: convert exported symbols in architecture-independent crypto to pluggable symbols
` [PATCH v2 17/19] x86/crypto: convert exported symbols in x86 "
` [PATCH v2 18/19] arm64/crypto: convert exported symbols in arm64 "
` [PATCH v2 19/19] Add standalone crypto kernel module technical documentation

[PATCH 0/6] selftests: run_kselftest.sh cleanup and fixes
 2026-04-17 17:27 UTC  (22+ messages)
` [PATCH 5/6] selftests: Preserve subtarget failures in all/install
` [PATCH 6/6] kbuild: remove kselftest output in mrproper

[PATCH v7] kbuild: host: use single executable for rustc -C linker
 2026-04-17  7:59 UTC  (2+ messages)

[PATCH v6] kbuild: host: use single executable for rustc -C linker
 2026-04-16 21:00 UTC  (5+ messages)

[PATCH v2] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-16 13:42 UTC  (2+ messages)

[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-04-16 13:34 UTC  (14+ messages)

[PATCH] kbuild/btf: Remove broken module relinking exclusion
 2026-04-15 15:47 UTC  (6+ messages)

[PATCH 0/1] gcov: add -fprofile-update=atomic to fix concurrent access crashes
 2026-04-15 10:19 UTC  (6+ messages)
` [PATCH] gcov: use atomic counter updates "

[PATCH v1] kbuild: rpm-pkg: provide kernel{-devel}-uname-r
 2026-04-14 21:04 UTC 

[GIT PULL] Kbuild and Kconfig changes for v7.1
 2026-04-14 16:46 UTC  (2+ messages)

Kconfig olddefconfig nukes 32-bit
 2026-04-14 10:04 UTC  (4+ messages)

[PATCH] kbuild: builddeb - avoid recompiles for non-cross-compiles
 2026-04-13 20:14 UTC  (5+ messages)

[PATCH v4] char/nvram: Remove redundant nvram_mutex
 2026-04-13 15:51 UTC  (5+ messages)

[PATCH v5 00/15] add SPDX SBOM generation script
 2026-04-10 21:22 UTC  (16+ messages)
` [PATCH v5 01/15] scripts/sbom: add documentation
` [PATCH v5 02/15] scripts/sbom: integrate script in make process
` [PATCH v5 03/15] scripts/sbom: setup sbom logging
` [PATCH v5 04/15] scripts/sbom: add command parsers
` [PATCH v5 05/15] scripts/sbom: add cmd graph generation
` [PATCH v5 06/15] scripts/sbom: add additional dependency sources for cmd graph
` [PATCH v5 07/15] scripts/sbom: add SPDX classes
` [PATCH v5 08/15] scripts/sbom: add JSON-LD serialization
` [PATCH v5 09/15] scripts/sbom: add shared SPDX elements
` [PATCH v5 10/15] scripts/sbom: collect file metadata
` [PATCH v5 11/15] scripts/sbom: add SPDX output graph
` [PATCH v5 12/15] scripts/sbom: add SPDX source graph
` [PATCH v5 13/15] scripts/sbom: add SPDX build graph
` [PATCH v5 14/15] scripts/sbom: add unit tests for command parsers
` [PATCH v5 15/15] scripts/sbom: add unit tests for SPDX-License-Identifier parsing

[PATCH 0/5] Introduce Overflow Behavior Types
 2026-04-10 17:48 UTC  (10+ messages)
` [PATCH 5/5] types: Add standard __ob_trap and __ob_wrap scalar types

[PATCH v1] slab: support for compiler-assisted type-based slab cache partitioning
 2026-04-10  9:50 UTC  (10+ messages)

[GIT PULL] Kbuild fixes for 7.0 #4
 2026-04-09 23:53 UTC  (2+ messages)

[PATCH v2] kbuild: rust: add AutoFDO support
 2026-04-09 17:38 UTC  (5+ messages)

[PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
 2026-04-09 17:06 UTC  (5+ messages)

[PATCH v5 0/8] Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2026-04-09  9:47 UTC  (9+ messages)
` [PATCH v5 1/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v5 2/8] arm: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v5 3/8] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v5 4/8] hexagon: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v5 5/8] kselftest/riscv: Replace __ASSEMBLY__ with __ASSEMBLER__
` [PATCH v5 6/8] uapi: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH v5 7/8] include: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH v5 8/8] treewide: Stop defining __ASSEMBLY__ for assembler files

[PATCH] kbuild/btf: Avoid relinking modules when only vmlinux changes
 2026-04-08 13:43 UTC  (3+ messages)

[PATCH 0/9] Kernel API Specification Framework
 2026-04-08 12:05 UTC  (4+ messages)

[PATCH v2] kbuild: expand inlining hints with -fdiagnostics-show-inlining-chain
 2026-04-07 19:52 UTC  (2+ messages)

[PATCH] init.h: discard exitcall symbols early
 2026-04-07 19:47 UTC  (2+ messages)

[PATCH v2 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-07 19:39 UTC  (54+ messages)
` [PATCH v2 01/33] rust: kbuild: remove `--remap-path-prefix` workarounds
` [PATCH v2 02/33] rust: kbuild: remove "`try` keyword" workaround for `bindgen` < 0.59.2
` [PATCH v2 03/33] rust: kbuild: remove unneeded old `allow`s for generated layout tests
` [PATCH v2 04/33] gpu: nova-core: bindings: remove unneeded `cfg_attr`
` [PATCH v2 05/33] rust: bump Rust minimum supported version to 1.85.0 (Debian Trixie)
` [PATCH v2 06/33] rust: bump Clippy's MSRV and clean `incompatible_msrv` allows
` [PATCH v2 07/33] rust: allow globally `clippy::incompatible_msrv`
` [PATCH v2 08/33] rust: simplify `RUSTC_VERSION` Kconfig conditions
` [PATCH v2 09/33] rust: remove `RUSTC_HAS_SLICE_AS_FLATTENED` and simplify code
` [PATCH v2 10/33] rust: remove `RUSTC_HAS_COERCE_POINTEE` "
` [PATCH v2 11/33] rust: kbuild: remove skipping of `-Wrustdoc::unescaped_backticks`
` [PATCH v2 12/33] rust: kbuild: remove `feature(...)`s that are now stable
` [PATCH v2 13/33] rust: transmute: simplify code with Rust 1.80.0 `split_at_*checked()`
` [PATCH v2 14/33] rust: alloc: simplify with `NonNull::add()` now that it is stable
` [PATCH v2 15/33] rust: macros: simplify code using `feature(extract_if)`
` [PATCH v2 16/33] rust: block: update `const_refs_to_static` MSRV TODO comment
` [PATCH v2 17/33] rust: bump `bindgen` minimum supported version to 0.71.1 (Debian Trixie)
` [PATCH v2 18/33] rust: rust_is_available: remove warning for `bindgen` 0.66.[01]
` [PATCH v2 19/33] rust: rust_is_available: remove warning for `bindgen` < 0.69.5 && libclang >= 19.1
` [PATCH v2 20/33] rust: kbuild: update `bindgen --rust-target` version and replace comment
` [PATCH v2 21/33] rust: kbuild: remove "dummy parameter" workaround for `bindgen` < 0.71.1
` [PATCH v2 22/33] docs: rust: quick-start: openSUSE provides `rust-src` package nowadays
` [PATCH v2 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH v2 24/33] docs: rust: quick-start: update minimum Ubuntu version
` [PATCH v2 25/33] docs: rust: quick-start: add Ubuntu 26.04 LTS and remove subsection title
` [PATCH v2 26/33] docs: rust: quick-start: remove Gentoo "testing" note
` [PATCH v2 27/33] docs: rust: quick-start: remove Nix "unstable channel" note
` [PATCH v2 28/33] docs: rust: quick-start: remove GDB/Binutils mention
` [PATCH v2 29/33] docs: rust: general-information: simplify Kconfig example
` [PATCH v2 30/33] docs: rust: general-information: use real example
` [PATCH v2 31/33] rust: declare cfi_encoding for lru_status
` [PATCH v2 32/33] rust: kbuild: support global per-version flags
` [PATCH v2 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0

[PATCH v2 0/2] selftests/mm: clean up build output and verbosity
 2026-04-07  2:31 UTC  (4+ messages)

[PATCH] kconfig: add optional warnings for changed input values
 2026-04-06 15:06 UTC 

[PATCH 00/33] rust: bump minimum Rust and `bindgen` versions
 2026-04-06 13:21 UTC  (13+ messages)
` [PATCH 23/33] docs: rust: quick-start: update Ubuntu versioned packages
` [PATCH 32/33] rust: kbuild: support global per-version flags
` [PATCH 33/33] rust: kbuild: allow `clippy::precedence` for Rust < 1.86.0


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