public inbox for linux-modules@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 22:03:25 to 2026-02-12 02:56:45 UTC [more...]

[PATCH v1 00/106] crypto: Standalone crypto module (Series 2/4): Arch-independent crypto
 2026-02-12  2:46 UTC  (37+ 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 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] Modules changes for v7.0-rc1
 2026-02-10 18:10 UTC  (3+ messages)

[GIT PULL] x509, pkcs7: Add support for ML-DSA signatures
 2026-02-10 18:10 UTC  (2+ messages)

[PATCH v16 0/7] x509, pkcs7, crypto: Add ML-DSA signing
 2026-02-08 13:41 UTC  (14+ messages)
` [PATCH v16 1/7] crypto: Add ML-DSA crypto_sig support
` [PATCH v16 2/7] x509: Separately calculate sha256 for blacklist
` [PATCH v16 3/7] pkcs7, x509: Rename ->digest to ->m
` [PATCH v16 4/7] pkcs7: Allow the signing algo to do whatever digestion it wants itself
` [PATCH v16 5/7] pkcs7, x509: Add ML-DSA support
` [PATCH v16 6/7] modsign: Enable ML-DSA module signing
` [PATCH v16 7/7] pkcs7: Allow authenticatedAttributes for ML-DSA
` [PATCH v16 8/7] pkcs7: Change a pr_warn() to pr_warn_once()

[syzbot] [modules?] KASAN: slab-out-of-bounds Write in try_module_get (2)
 2026-02-06 18:05 UTC 

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-06 17:12 UTC  (47+ 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] module: Fix the modversions and signing submenus
 2026-02-05 14:37 UTC 

IMA and PQC
 2026-02-03 13:43 UTC  (9+ messages)

[PATCH v3 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-02-03 10:24 UTC  (7+ messages)
` [PATCH v3 1/2] livepatch: Fix having __klp_objects relics in non-livepatch modules
` [PATCH v3 2/2] livepatch: Free klp_{object,func}_ext data after initialization

[PATCH v15 0/7] x509, pkcs7, crypto: Add ML-DSA signing
 2026-02-03  9:42 UTC  (16+ messages)
` [PATCH v15 1/7] crypto: Add ML-DSA crypto_sig support
` [PATCH v15 2/7] x509: Separately calculate sha256 for blacklist
` [PATCH v15 3/7] pkcs7, x509: Rename ->digest to ->m
` [PATCH v15 4/7] pkcs7: Allow the signing algo to do whatever digestion it wants itself
` [PATCH v15 5/7] pkcs7, x509: Add ML-DSA support
` [PATCH v15 6/7] modsign: Enable ML-DSA module signing
` [PATCH v15 7/7] pkcs7: Allow authenticatedAttributes for ML-DSA

[PATCH 0/2] module: Remove SHA-1 support for module signing
 2026-02-02 17:01 UTC  (6+ messages)
` [PATCH 2/2] sign-file: Remove support for signing with PKCS#7
  ` [PATCH] sign-file, pkcs7: Honour the hash parameter to sign-file

Pick up keys-next branch for linux-next?
 2026-01-30 12:49 UTC  (2+ messages)

[PATCH v9 16/32] dyndbg,module: make proper substructs in _ddebug_info
 2026-01-29  7:29 UTC  (2+ messages)
` [PATCH v9 22/32] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH RFC v3 00/15] rust: Reimplement ThisModule to fix ownership problems
 2026-01-27 14:53 UTC  (2+ messages)

[PATCH v14 0/5] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-26 13:56 UTC  (15+ messages)
` [PATCH v14 1/5] crypto: Add ML-DSA crypto_sig support
` [PATCH v14 2/5] x509: Separately calculate sha256 for blacklist
` [PATCH v14 3/5] pkcs7: Allow the signing algo to do whatever digestion it wants itself
` [PATCH v14 4/5] pkcs7, x509: Add ML-DSA support
` [PATCH v14 5/5] modsign: Enable ML-DSA module signing

[PATCH v12 00/10] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-25 14:19 UTC  (6+ messages)
` [PATCH v12 06/10] crypto: Add supplementary info param to asymmetric key signature verification

[PATCH v13 00/12] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-24 11:46 UTC  (21+ messages)
` [PATCH v13 02/12] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v13 05/12] modsign: Enable ML-DSA module signing
` [PATCH v13 07/12] crypto: Add RSASSA-PSS support
` [PATCH v13 11/12] x509, pkcs7: Limit crypto combinations that may be used for module signing

[RFC PATCH 1/1] module: speed modprobe by adding name_crc to struct module
 2026-01-23 23:33 UTC  (7+ messages)

[PATCH v2 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-01-22  8:34 UTC  (5+ messages)
` [PATCH v2 1/2] livepatch: Fix having __klp_objects relics in non-livepatch modules
` [PATCH v2 2/2] livepatch: Free klp_{object,func}_ext data after initialization

[PATCH v2 0/2] gendwarfksyms: Document build dependencies
 2026-01-22  0:00 UTC  (5+ messages)
` [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms "

[PATCH v5 0/6] Unload linux/kernel.h
 2026-01-21 14:53 UTC  (4+ messages)


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