public inbox for linux-modules@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-12 16:43:41 to 2026-02-02 17:02:29 UTC [more...]

[PATCH v16 0/7] x509, pkcs7, crypto: Add ML-DSA signing
 2026-02-02 17:02 UTC 

[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

[PATCH v15 0/7] x509, pkcs7, crypto: Add ML-DSA signing
 2026-02-02 15:45 UTC  (15+ 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 v4 00/17] module: Introduce hash-based integrity checking
 2026-02-02  9:21 UTC  (31+ messages)
` [PATCH v4 01/17] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
` [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 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 10/17] module: Move integrity checks into dedicated function
` [PATCH v4 11/17] module: Move lockdown check into generic module loader
` [PATCH v4 12/17] module: Move signature splitting up
` [PATCH v4 13/17] module: Report signature type to users
` [PATCH v4 14/17] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v4 15/17] module: Introduce hash-based integrity checking
` [PATCH v4 16/17] kbuild: move handling of module stripping to Makefile.lib
` [PATCH v4 17/17] kbuild: make CONFIG_MODULE_HASHES compatible with module stripping

[PATCH v3 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
 2026-01-30 21:27 UTC  (6+ 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

IMA and PQC
 2026-01-30 20:31 UTC  (7+ messages)

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  (7+ messages)
` [PATCH RFC v3 02/15] rust: add new ThisModule trait and THIS_MODULE impl

[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  (20+ messages)
` [PATCH v12 01/10] crypto: Add ML-DSA crypto_sig support
` [PATCH v12 02/10] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v12 03/10] pkcs7: Allow direct signing of data with ML-DSA
` [PATCH v12 04/10] pkcs7, x509: Add ML-DSA support
` [PATCH v12 05/10] modsign: Enable ML-DSA module signing
` [PATCH v12 06/10] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v12 07/10] crypto: Add RSASSA-PSS support
` [PATCH v12 08/10] pkcs7, x509: "
` [PATCH v12 09/10] modsign: Enable RSASSA-PSS module signing
` [PATCH v12 10/10] x509, pkcs7: Limit crypto combinations that may be used for "

[PATCH v13 00/12] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
 2026-01-24 11:46 UTC  (37+ messages)
` [PATCH v13 01/12] crypto: Add ML-DSA crypto_sig support
` [PATCH v13 02/12] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v13 03/12] pkcs7: Allow direct signing of data with ML-DSA
` [PATCH v13 04/12] pkcs7, x509: Add ML-DSA support
` [PATCH v13 05/12] modsign: Enable ML-DSA module signing
` [PATCH v13 06/12] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v13 07/12] crypto: Add RSASSA-PSS support
` [PATCH v13 08/12] pkcs7, x509: "
` [PATCH v13 09/12] modsign: Enable RSASSA-PSS module signing
` [PATCH v13 10/12] pkcs7: Add FIPS selftest for RSASSA-PSS
` [PATCH v13 11/12] x509, pkcs7: Limit crypto combinations that may be used for module signing
` [PATCH v13 12/12] pkcs7: Add ML-DSA FIPS selftest

[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  (7+ messages)
` [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms "
` [PATCH v2 2/2] Documentation/kbuild: gendwarfksyms: Style cleanup

[PATCH v5 0/6] Unload linux/kernel.h
 2026-01-21 14:53 UTC  (14+ messages)
` [PATCH v5 1/6] kernel.h: drop STACK_MAGIC macro
` [PATCH v5 2/6] moduleparam: include required headers explicitly
` [PATCH v5 3/6] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v5 4/6] kernel.h: include linux/instruction_pointer.h explicitly
` [PATCH v5 5/6] tracing: Remove size parameter in __trace_puts()
` [PATCH v5 6/6] tracing: move tracing declarations from kernel.h to a dedicated header

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

[syzbot] [modules?] INFO: rcu detected stall in inotify_add_watch
 2026-01-19 19:56 UTC 

[PATCH v3 02/12] rust: macros: use `quote!` from vendored crate
 2026-01-19  7:09 UTC  (7+ messages)
` [PATCH v3 04/12] rust: macros: use `syn` to parse `module!` macro
` [PATCH v3 05/12] rust: macros: use `quote!` for "
` [PATCH v3 09/12] rust: macros: allow arbitrary types to be used in "
` [PATCH v3 10/12] rust: macros: rearrange `#[doc(hidden)]` "

[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
 2026-01-16 23:35 UTC  (6+ messages)
` [PATCH v2 3/3] "

[PATCH] kernel: modules: Add SPDX license identifier to kmod.c
 2026-01-16 18:45 UTC  (4+ messages)

[PATCH] module: Remove duplicate freeing of lockdep classes
 2026-01-12 19:29 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