messages from 2025-12-22 20:25:02 to 2026-01-15 21:51:53 UTC [more...]
[PATCH v12 00/10] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
2026-01-15 21:50 UTC (8+ 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 RFC v3 00/15] rust: Reimplement ThisModule to fix ownership problems
2026-01-14 14:37 UTC (20+ messages)
` [PATCH RFC v3 01/15] rust: enable const_refs_to_static feature
` [PATCH RFC v3 02/15] rust: add new ThisModule trait and THIS_MODULE impl
` [PATCH RFC v3 03/15] rust: miscdevice: fix use after free because missing .owner
` [PATCH RFC v3 04/15] rust: block: fix missing owner field in block_device_operations
` [PATCH RFC v3 05/15] rust: drm: fix missing owner in file_operations
` [PATCH RFC v3 06/15] rust: configfs: use new THIS_MODULE
` [PATCH RFC v3 07/15] rust: binder: "
` [PATCH RFC v3 08/15] rust: firmware: use THIS_MODULE over LocalModule for name
` [PATCH RFC v3 09/15] gpu: nova-core: "
` [PATCH RFC v3 10/15] samples: rust: auxiliary: "
` [PATCH RFC v3 11/15] rust: driver: make RegistrationOps::register() to use new ThisModule
` [PATCH RFC v3 12/15] rust: phy: make Registration::register() "
` [PATCH RFC v3 13/15] rust: remove module argument from InPlaceModule::init()
` [PATCH RFC v3 14/15] rust: remove kernel::ModuleMetadata
` [PATCH RFC v3 15/15] rust: remove old version of ThisModule
[PATCH 0/2] Improve handling of the __klp_{objects,funcs} sections in modules
2026-01-14 12:29 UTC (3+ 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
[PATCH v2 0/2] gendwarfksyms: Document build dependencies
2026-01-14 11:47 UTC (3+ messages)
` [PATCH v2 1/2] Documentation/kbuild: Document gendwarfksyms "
` [PATCH v2 2/2] Documentation/kbuild: gendwarfksyms: Style cleanup
[PATCH v4 00/17] module: Introduce hash-based integrity checking
2026-01-13 14:56 UTC (19+ 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] module: Remove duplicate freeing of lockdep classes
2026-01-12 19:29 UTC (5+ messages)
[PATCH v3 02/12] rust: macros: use `quote!` from vendored crate
2026-01-12 17:07 UTC (5+ 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] module: Fix kernel panic when a symbol st_shndx is out of bounds
2026-01-12 14:37 UTC (2+ messages)
[PATCH v11 0/8] x509, pkcs7, crypto: Add ML-DSA and RSASSA-PSS signing
2026-01-08 14:39 UTC (26+ messages)
` [PATCH v11 1/8] crypto: Add ML-DSA crypto_sig support
` [PATCH v11 2/8] pkcs7: Allow the signing algo to calculate the digest itself
` [PATCH v11 3/8] pkcs7, x509: Add ML-DSA support
` [PATCH v11 4/8] modsign: Enable ML-DSA module signing
` [PATCH v11 5/8] crypto: Add supplementary info param to asymmetric key signature verification
` [PATCH v11 6/8] crypto: Add RSASSA-PSS support
` [PATCH v11 7/8] pkcs7, x509: "
` [PATCH v11 8/8] modsign: Enable RSASSA-PSS module signing
[PATCH] Documentation/kbuild: Document gendwarfksyms build dependencies
2026-01-08 14:10 UTC
[PATCH] software node: replace -EEXIST with -EBUSY
2026-01-08 11:58 UTC (9+ messages)
[PATCH 3/3] module: Add compile-time check for embedded NUL characters
2026-01-08 8:49 UTC (11+ messages)
[PATCH 1/2] module: expose imported namespaces via sysfs
2026-01-08 4:47 UTC (2+ messages)
` [PATCH 2/2] docs: symbol-namespaces: mention sysfs attribute
[PATCH v2 02/11] rust: macros: use `quote!` from vendored crate
2026-01-07 17:54 UTC (8+ messages)
` [PATCH v2 04/11] rust: macros: use `syn` to parse `module!` macro
` [PATCH v2 05/11] rust: macros: use `quote!` for "
` [PATCH v2 09/11] rust: macros: allow arbitrary types to be used in "
` [PATCH v2 10/11] rust: macros: rearrange `#[doc(hidden)]` "
[PATCH v18 00/42] DEPT(DEPendency Tracker)
2026-01-07 12:19 UTC (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
[PATCH RFC v2 00/11] rust: Reimplement ThisModule to fix ownership problems
2026-01-06 16:11 UTC (12+ messages)
` [PATCH RFC v2 01/11] rust: enable const_refs_to_static feature
` [PATCH RFC v2 02/11] rust: add new ThisModule trait and THIS_MODULE impl
` [PATCH RFC v2 03/11] rust: miscdevice: fix use after free because missing .owner
` [PATCH RFC v2 04/11] rust: block: fix missing owner field in block_device_operations
` [PATCH RFC v2 05/11] rust: drm: fix missing owner in file_operations
` [PATCH RFC v2 06/11] rust: driver: make RegistrationOps::register() to use new ThisModule
` [PATCH RFC v2 07/11] rust: phy: make Registration::register() "
` [PATCH RFC v2 08/11] rust: binder: use new THIS_MODULE
` [PATCH RFC v2 09/11] rust: remove module argument from InPlaceModule::init()
` [PATCH RFC v2 10/11] rust: remove kernel::ModuleMetadata
` [PATCH RFC v2 11/11] rust: remove old version of ThisModule
[PATCH] KEYS: replace -EEXIST with -EBUSY
2026-01-06 15:04 UTC (4+ messages)
[PATCH v4 0/7] Unload linux/kernel.h
2026-01-05 20:15 UTC (41+ messages)
` [PATCH v4 1/7] kernel.h: drop STACK_MAGIC macro
` [PATCH v4 2/7] moduleparam: include required headers explicitly
` [PATCH v4 3/7] kernel.h: move VERIFY_OCTAL_PERMISSIONS() to sysfs.h
` [PATCH v4 4/7] kernel.h: include linux/instruction_pointer.h explicitly
` [PATCH v4 5/7] tracing: Remove size parameter in __trace_puts()
` [PATCH v4 6/7] tracing: move tracing declarations from kernel.h to a dedicated header
` [PATCH v4 7/7] kernel.h: drop trace_printk.h
[PATCH RFC 0/6] rust: Reimplement ThisModule to fix ownership problems
2026-01-01 5:20 UTC (7+ messages)
` [PATCH RFC 1/6] rust: Enable const_refs_to_static feature
` [PATCH RFC 2/6] rust: WIP: Introduce ThisModule trait and THIS_MODULE impl
` [PATCH RFC 3/6] rust: WIP: use ThisModule trait for initializing
` [PATCH RFC 4/6] rust: WIP: use ThisModule trait to fix some missing owners
` [PATCH RFC 5/6] rust: debugfs: WIP: Use owner for file_operations
` [PATCH RFC 6/6] rust: WIP: Replace ModuleMetadata with THIS_MODULE
[PATCH] module: show module version directly in print_modules()
2025-12-31 9:45 UTC (7+ messages)
[PATCH v2] module: print version for external modules in print_modules()
2025-12-31 9:40 UTC
[RFC PATCH v1] module: Fix kernel panic when a symbol st_shndx is out of bounds
2025-12-30 18:54 UTC (11+ messages)
[PATCH] ANDROID: gki: kallsyms: add kallsyms_lookup_address_and_size
2025-12-29 15:38 UTC (2+ messages)
/proc/modules address+size bounds are inconsistent
2025-12-29 13:57 UTC (2+ messages)
[syzbot] [mm?] INFO: rcu detected stall in finish_dput
2025-12-29 4:10 UTC (2+ messages)
[PATCH] bpf: crypto: replace -EEXIST with -EBUSY
2025-12-23 19:23 UTC (3+ messages)
[PATCH v3] module: replace use of system_wq with system_dfl_wq
2025-12-23 14:27 UTC (3+ messages)
[PATCH] modules: moduleparam.h: add kernel-doc comments
2025-12-22 20:26 UTC (2+ messages)
[PATCH] gendwarfksyms: Fix build on 32-bit hosts
2025-12-22 20:24 UTC (2+ messages)
[PATCH] params: Replace __modinit with __init_or_module
2025-12-22 20:24 UTC (2+ 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