messages from 2025-11-02 18:23:58 to 2025-11-19 22:54:45 UTC [more...]
[PATCH] module/decompress: Avoid open-coded kvrealloc()
2025-11-19 22:54 UTC
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-11-19 19:55 UTC (6+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
[PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module
2025-11-19 15:29 UTC (22+ messages)
` [PATCH v3] ima: Access decompressed kernel module to verify appended signature
` [PATCH v4] "
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-11-19 14:37 UTC (4+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
2025-11-19 14:20 UTC (24+ messages)
` [PATCH v9 1/9] crypto: Add support for shake256 through crypto_shash
` [PATCH v9 2/9] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v9 3/9] mldsa: Add a simpler API
` [PATCH v9 4/9] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v9 5/9] crypto: Add ML-DSA-65 "
` [PATCH v9 6/9] crypto: Add ML-DSA-87 "
` [PATCH v9 7/9] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v9 8/9] pkcs7, x509: Add ML-DSA support
` [PATCH v9 9/9] modsign: Enable ML-DSA module signing
` Pick up keys-pqc branch for linux-next?
` Where to add FIPS tests
[PATCH v2] gendwarfksyms: Skip files with no exports
2025-11-18 16:26 UTC (15+ messages)
[PATCH] gendwarfksyms: Fix build on 32-bit hosts
2025-11-18 16:18 UTC (2+ messages)
gendwarksyms not 32bit-clean
2025-11-17 20:39 UTC (2+ messages)
[PATCH 0/2] module: Tweak return and warning
2025-11-16 20:47 UTC (8+ messages)
` [PATCH 1/2] module: Override -EEXISTS module return
[PATCH v8 0/9] lib/crypto: Add ML-DSA signing
2025-11-14 13:04 UTC (10+ messages)
` [PATCH v8 1/9] crypto: Add support for shake256 through crypto_shash
` [PATCH v8 2/9] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v8 3/9] mldsa: Add a simpler API
` [PATCH v8 4/9] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v8 5/9] crypto: Add ML-DSA-65 "
` [PATCH v8 6/9] crypto: Add ML-DSA-87 "
` [PATCH v8 7/9] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v8 8/9] pkcs7, x509: Add ML-DSA support
` [PATCH v8 9/9] modsign: Enable ML-DSA module signing
[PATCH v2 0/7] kallsyms: Prevent invalid access when showing module buildid
2025-11-13 2:50 UTC (9+ messages)
` [PATCH v2 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v2 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v2 3/7] module: Add helper function for reading module_buildid()
` [PATCH v2 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v2 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v2 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v2 7/7] kallsyms: Prevent module removal when printing module name and buildid
[PATCH 0/2] module: Remove SHA-1 support for module signing
2025-11-12 15:58 UTC (12+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] sign-file: Remove support for signing with PKCS#7
[PATCH v7 0/8] lib/crypto: Add ML-DSA signing
2025-11-12 14:55 UTC (14+ messages)
` [PATCH v7 1/8] crypto: Add support for shake256 through crypto_shash
` [PATCH v7 2/8] crypto: Add ML-DSA/Dilithium verify support
` [PATCH v7 3/8] crypto: Add ML-DSA-44 pure rejection test vectors as a kunit test
` [PATCH v7 4/8] crypto: Add ML-DSA-65 "
` [PATCH v7 5/8] crypto: Add ML-DSA-87 "
` [PATCH v7 6/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v7 7/8] pkcs7, x509: Add ML-DSA support
` [PATCH v7 8/8] modsign: Enable ML-DSA module signing
Only rust/bindings.o build fail on rust-1.91.0
2025-11-11 21:52 UTC (13+ messages)
[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
2025-11-11 17:52 UTC (19+ messages)
` [PATCH v2 3/3] "
` [v2,0/3] "
[PATCH v3] module: replace use of system_wq with system_dfl_wq
2025-11-11 16:19 UTC (2+ messages)
[PATCH 0/6] kallsyms: Prevent invalid access when showing module buildid
2025-11-11 2:18 UTC (22+ messages)
` [PATCH 1/6] module: Add helper function for reading module_buildid()
` [PATCH 2/6] kallsyms: Cleanup code for appending the module buildid
` [PATCH 3/6] kallsyms/bpf: Set module buildid in bpf_address_lookup()
` [PATCH 4/6] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH 5/6] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH 6/6] kallsyms: Prevent module removal when printing module name and buildid
[PATCH] MAINTAINERS: Add myself as reviewer for module support
2025-11-10 16:01 UTC (2+ messages)
[PATCH] rust: kbuild: skip gendwarfksyms in `bindings.o` for Rust >= 1.91.0
2025-11-08 2:49 UTC (4+ messages)
[PATCH v6 00/17] lib/crypto: Move SHA3 to lib/crypto, add SHAKE* and add ML-DSA signing
2025-11-06 17:37 UTC (4+ messages)
` [PATCH v6 17/17] modsign: Enable ML-DSA module signing
[PATCH] docs: ABI: sysfs-module: update modules taint flags
2025-11-05 18:33 UTC (3+ messages)
[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
2025-11-05 11:25 UTC (3+ messages)
[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
2025-11-04 3:05 UTC (5+ messages)
[PATCH v3 22/28] x86: Use RCU in all users of __module_address()
2025-11-03 17:37 UTC (6+ messages)
[PATCH v3 0/8] scalable symbol flags with __kflagstab
2025-11-03 16:19 UTC (9+ messages)
` [PATCH v3 1/8] define kernel symbol flags
` [PATCH v3 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v3 3/8] modpost: create entries for kflagstab
` [PATCH v3 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v3 5/8] modpost: put all exported symbols in ksymtab section
` [PATCH v3 6/8] module loader: remove references of *_gpl sections
` [PATCH v3 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v3 8/8] remove references to *_gpl sections in documentation
[PATCH v18 0/7] rust: extend `module!` macro with integer parameter support
2025-11-03 14:47 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).