messages from 2025-11-11 16:53:36 to 2025-12-01 07:46:57 UTC [more...]
[PATCH 0/3] Unload linux/kernel.h
2025-12-01 7:46 UTC (24+ messages)
` [PATCH 1/3] kernel.h: drop STACK_MAGIC macro
` [PATCH 2/3] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH 3/3] tracing: move tracing declarations from kernel.h to a dedicated header
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-12-01 7:18 UTC (8+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
[PATCH v8 04/23] slab: add sheaf support for batching kfree_rcu() operations
2025-12-01 6:55 UTC (16+ messages)
` [PATCH V1] mm/slab: introduce kvfree_rcu_barrier_on_cache() for cache destruction
[PATCH] module: Only declare set_module_sig_enforced when CONFIG_MODULE_SIG=y
2025-12-01 3:06 UTC (2+ messages)
` [PATCH v2] "
[PATCH 0/4] lib/crypto: ML-DSA verification support
2025-11-30 19:06 UTC (27+ messages)
` [PATCH 1/4] lib/crypto: Add "
` [PATCH 2/4] lib/crypto: tests: Add KUnit tests for ML-DSA
` [PATCH 3/4] lib/crypto: tests: Add ML-DSA-65 test cases
` [PATCH 4/4] lib/crypto: tests: Add ML-DSA-87 "
[PATCH v3 0/7] kallsyms: Prevent invalid access when showing module buildid
2025-11-28 13:59 UTC (8+ messages)
` [PATCH v3 1/7] kallsyms: Clean up @namebuf initialization in kallsyms_lookup_buildid()
` [PATCH v3 2/7] kallsyms: Clean up modname and modbuildid "
` [PATCH v3 3/7] module: Add helper function for reading module_buildid()
` [PATCH v3 4/7] kallsyms: Cleanup code for appending the module buildid
` [PATCH v3 5/7] kallsyms/bpf: Rename __bpf_address_lookup() to bpf_address_lookup()
` [PATCH v3 6/7] kallsyms/ftrace: Set module buildid in ftrace_mod_address_lookup()
` [PATCH v3 7/7] kallsyms: Prevent module removal when printing module name and buildid
[linux-next:master 4806/10599] error[E0560]: struct `bindings::kernel_param_ops` has no field named `get`
2025-11-27 9:26 UTC (3+ messages)
[PATCH v2 0/2] lib/crypto: ML-DSA verification support
2025-11-26 21:42 UTC (5+ messages)
` [PATCH v2 1/2] lib/crypto: Add "
` [PATCH v2 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification
[PATCH] gendwarfksyms: Fix build on 32-bit hosts
2025-11-26 19:59 UTC (4+ messages)
[PATCH v9 0/9] lib/crypto: Add ML-DSA signing
2025-11-25 20:51 UTC (32+ 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 v10 0/8] lib/crypto: Add ML-DSA signing [WIP]
2025-11-24 20:43 UTC (18+ messages)
` [PATCH v10 1/8] lib/crypto: Add ML-DSA verification support
` [PATCH v10 2/8] lib/crypto: tests: Add KUnit tests for ML-DSA
` [PATCH v10 3/8] lib/crypto: tests: Add ML-DSA-65 test cases
` [PATCH v10 4/8] lib/crypto: tests: Add ML-DSA-87 "
` [PATCH v10 5/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v10 6/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v10 7/8] pkcs7, x509: Add ML-DSA support
` [PATCH v10 8/8] modsign: Enable ML-DSA module signing
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-11-24 9:41 UTC (9+ messages)
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
[PATCH] module/decompress: Avoid open-coded kvrealloc()
2025-11-20 12:31 UTC (2+ messages)
[PATCH v2] lsm,ima: new LSM hook security_kernel_module_read_file to access decompressed kernel module
2025-11-19 15:29 UTC (17+ messages)
` [PATCH v3] ima: Access decompressed kernel module to verify appended signature
` [PATCH v4] "
[PATCH v2] gendwarfksyms: Skip files with no exports
2025-11-18 16:26 UTC (10+ 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 (7+ 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 (11+ 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 (4+ messages)
` [PATCH v7 2/8] crypto: Add ML-DSA/Dilithium verify support
Only rust/bindings.o build fail on rust-1.91.0
2025-11-11 21:52 UTC (11+ messages)
[PATCH v2 0/3] module: Add compile-time check for embedded NUL characters
2025-11-11 17:52 UTC (4+ 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).