public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-03 09:45:52 to 2026-02-12 02:59:08 UTC [more...]

[PATCH v1 00/106] crypto: Standalone crypto module (Series 2/4): Arch-independent crypto
 2026-02-12  2:46 UTC  (46+ messages)
` [PATCH 001/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO and CONFIG_CRYPTO_ALGAPI2 crypto
` [PATCH 002/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES crypto
` [PATCH 003/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AEAD2 crypto
` [PATCH 004/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GENIV crypto
` [PATCH 005/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SKCIPHER2 crypto
` [PATCH 006/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SEQIV crypto
` [PATCH 007/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECHAINIV crypto
` [PATCH 008/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HASH2 crypto
` [PATCH 009/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AKCIPHER2 crypto
` [PATCH 010/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SIG2 crypto
` [PATCH 011/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_KPP2 crypto
` [PATCH 012/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RSA crypto
` [PATCH 013/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ACOMP2 crypto
` [PATCH 014/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MANAGER2 crypto
` [PATCH 015/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CMAC crypto
` [PATCH 016/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HMAC crypto
` [PATCH 017/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MD5 crypto
` [PATCH 018/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA256 crypto
` [PATCH 019/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA512 crypto
` [PATCH 020/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA3 crypto
` [PATCH 021/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECB crypto
` [PATCH 022/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CBC crypto
` [PATCH 023/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CTR crypto
` [PATCH 024/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GCM crypto
` [PATCH 025/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_CCM crypto
` [PATCH 026/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AUTHENC crypto
` [PATCH 027/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_LZO crypto
` [PATCH 028/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RNG2 crypto
` [PATCH 029/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DRBG crypto
` [PATCH 030/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_JITTERENTROPY crypto
` [PATCH 031/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GHASH crypto
` [PATCH 032/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYMMETRIC_KEY_TYPE crypto
` [PATCH 033/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_ASYMMETRIC_PUBLIC_KEY_SUBTYPE crypto
` [PATCH 034/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_X509_CERTIFICATE_PARSER crypto
` [PATCH 035/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_PKCS7_MESSAGE_PARSER crypto
` [PATCH 036/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ENGINE crypto
` [PATCH 037/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_HKDF crypto
` [PATCH 038/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_DH crypto
` [PATCH 039/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ECDSA and CONFIG_CRYPTO_ECC crypto
` [PATCH 040/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_USER crypto
` [PATCH 041/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_XCBC crypto
` [PATCH 042/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_NULL crypto
` [PATCH 043/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_MD4 crypto
` [PATCH 044/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_RMD160 crypto
` [PATCH 045/106] crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SHA1 crypto

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

[PATCH AUTOSEL 6.19-6.18] gendwarfksyms: Fix build on 32-bit hosts
 2026-02-12  1:09 UTC 

[GIT PULL] Kbuild / Kconfig updates for 7.0
 2026-02-11 23:44 UTC  (2+ messages)

[PATCH 0/2] kbuild: rpm-pkg: Address -debuginfo build regression with RPM < 4.20.0
 2026-02-11 20:33 UTC  (4+ messages)
` [PATCH 1/2] kbuild: rpm-pkg: Restrict manual debug package creation
` [PATCH 2/2] kernel: rpm-pkg: Restore find-debuginfo.sh approach to -debuginfo package

[PATCH v1] tools build: Fix feature test for rust compiler
 2026-02-11 12:11 UTC  (2+ messages)

[PATCH] kbuild: Add objtool to top-level clean target
 2026-02-11  9:39 UTC  (4+ messages)

[RFC PATCH] initramfs: correctly handle space in path on cpio list generation
 2026-02-11  2:40 UTC  (6+ messages)

[RFC PATCH v3 0/6] objtool: Fixup alternate feature relative addresses
 2026-02-10 21:20 UTC  (8+ messages)
` [RFC PATCH v3 1/6] objtool/powerpc: Add build-time fixup of alternate feature branch targets
` [RFC PATCH v3 2/6] objtool: Set ELF_F_LAYOUT flag to preserve vmlinux segment layout
` [RFC PATCH v3 3/6] objtool: Fix "can't find starting instruction" warnings on vmlinux
` [RFC PATCH v3 4/6] objtool/powerpc: Skip jump destination analysis and unnanotated intra-function call warnings for --ftr-fixup
` [RFC PATCH v3 5/6] kbuild: Add objtool integration for PowerPC feature fixups
` [RFC PATCH v3 6/6] powerpc: Enable build-time feature fixup processing by default

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

[PATCH] rust: kbuild: pass `-Zunstable-options` for Rust 1.95.0
 2026-02-10  8:42 UTC  (4+ messages)

[PATCH 2/2] rust: add `const_assert!` macro
 2026-02-09 11:44 UTC  (11+ messages)

[PATCH] rust: build: remap path to avoid absolute path
 2026-02-08 11:03 UTC  (6+ messages)

[PATCH] kbuild: remove dependency of run-command on config
 2026-02-07 22:12 UTC  (3+ messages)

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-06 17:12 UTC  (34+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 05/17] module: Switch load_info::len to size_t
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 07/17] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v4 08/17] module: Deduplicate signature extraction
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH v6 0/4] RISC-V: re-enable gcc + rust builds
 2026-02-06 12:41 UTC  (8+ messages)
` [PATCH v6 2/4] rust: generate a fatal error if BINDGEN_TARGET is undefined
` [PATCH v6 4/4] RISC-V: handle extension configs for bindgen, re-enable gcc + rust builds

Report on source files missing SPDX license ID lines, based on kernel sbom work
 2026-02-06  0:54 UTC 

[PATCH v9 0/6] scripts/make_fit: Support ramdisks and faster operations
 2026-02-05 19:23 UTC  (5+ messages)

[PATCH v2] rust: Makefile: bound rustdoc workaround to affected versions
 2026-02-05 15:55 UTC  (6+ messages)
` [PATCH v4] "
    ` [PATCH v5 1/2] kbuild: add rustc-max-version macro
      ` [PATCH v5 2/2] rust: Makefile: bound rustdoc workaround to affected versions

[PATCH] kbuild: install-extmod-build: do not exclude scripts/dtc/libfdt/
 2026-02-05  8:22 UTC  (10+ messages)

[PATCH v10 00/13] kasan: x86: arm64: KASAN tag-based mode for x86
 2026-02-04 19:19 UTC  (2+ messages)
` [PATCH v10 03/13] kasan: Fix inline mode for x86 tag-based mode

[PATCH] kbuild: Do not run kernel-doc when building external modules
 2026-02-04 11:12 UTC  (10+ messages)

[PATCH 0/3] scripts/container: Minor fixups suggested by ruff
 2026-02-04  8:54 UTC  (2+ messages)

[PATCH] kbuild: dummy-tools: Add python3
 2026-02-04  8:16 UTC  (5+ messages)

[PATCH] rust: kconfig: Don't require RUST_IS_AVAILABLE for rustc-option
 2026-02-04  7:49 UTC  (4+ messages)

[RFC PATCH] kbuild: Make --build-id linker flag configurable
 2026-02-04  4:49 UTC  (5+ messages)

[RFC PATCH 1/3] MAINTAINERS: Add scripts/install.sh into Kbuild entry
 2026-02-04  0:16 UTC  (2+ messages)
` (subset) "

[PATCH V2] modpost: Amend ppc64 save/restfpr symnames for -Os build
 2026-02-04  0:16 UTC  (7+ messages)

[PATCH v2 00/14] Add SPDX SBOM generation tool
 2026-02-03 20:51 UTC  (12+ messages)

[PATCH v2] rust: Makefile: bound rustdoc workaround to affected versions
 2026-02-03 14:56 UTC  (2+ messages)

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-02-03 12:02 UTC  (6+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust


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