public inbox for linux-modules@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 03:20:17 to 2026-03-10 11:55:32 UTC [more...]

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-10 11:48 UTC  (3+ messages)
` [PATCH 03/61] ceph: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 13/61] squashfs: "

[PATCH AUTOSEL 6.19-5.15] module: Fix kernel panic when a symbol st_shndx is out of bounds
 2026-03-10  9:01 UTC 

[PATCH v3] module: print version for external modules in print_modules()
 2026-03-10  6:31 UTC  (2+ messages)

[PATCH] kthread: remove kthread_exit()
 2026-03-09 17:27 UTC  (8+ messages)

[PATCH] module: Fix freeing of charp module parameters when CONFIG_SYSFS=n
 2026-03-09 14:20 UTC  (3+ messages)

[PATCH v2] module: print version for external modules in print_modules()
 2026-03-09 14:02 UTC  (8+ messages)

[PATCH v2 0/2] module: expose imported namespaces via sysfs
 2026-03-09 11:15 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] docs: symbol-namespaces: mention sysfs attribute

[PATCH 0/8] rust: module parameter extensions
 2026-03-09  2:27 UTC  (17+ messages)
` [PATCH 1/8] rust: module_param: add StringParam type for C string parameters
` [PATCH 2/8] rust: module_param: wire StringParam into the module! macro
` [PATCH 3/8] samples: rust_minimal: demonstrate string module parameter
` [PATCH 4/8] rust: module_param: add ObsKernelParam type
` [PATCH 5/8] rust: module_param: add from_setup_arg() to ModuleParam trait
` [PATCH 6/8] rust: macros: add early_param support to module! macro
` [PATCH 7/8] samples: rust_minimal: demonstrate early_param usage
` [PATCH 8/8] rust: macros: add configurable initcall levels to module! macro

[PATCH v2 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-08 18:38 UTC  (7+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v2 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v2 4/4] kallsyms: add KUnit tests for lineinfo feature

[PATCH 0/3] kallsyms: embed source file:line info in kernel stack traces
 2026-03-06 17:53 UTC  (14+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] kallsyms: extend lineinfo to loadable modules
` [PATCH 3/3] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction

[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
 2026-03-06  9:57 UTC  (7+ messages)

[PATCH v2] module.lds,codetag: force 0 sh_addr for sections
 2026-03-06  8:15 UTC  (3+ messages)

[PATCH 1/2] module: expose imported namespaces via sysfs
 2026-03-05 22:32 UTC  (4+ messages)

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-05 16:55 UTC  (9+ messages)
` [PATCH v4 1/8] define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v4 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v4 3/8] modpost: populate kflagstab
` [PATCH v4 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v4 5/8] modpost: remove fragmentation of ksymtab and kcrctab sections
` [PATCH v4 6/8] module loader: deprecate usage of *_gpl sections
` [PATCH v4 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v4 8/8] documentation: remove references to *_gpl sections

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-05 16:54 UTC  (9+ messages)
` [PATCH v4 1/8] define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v4 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v4 3/8] modpost: populate kflagstab
` [PATCH v4 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v4 5/8] modpost: remove fragmentation of ksymtab and kcrctab sections
` [PATCH v4 6/8] module loader: deprecate usage of *_gpl sections
` [PATCH v4 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v4 8/8] documentation: remove references to *_gpl sections

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-05 11:58 UTC  (11+ messages)
` [PATCH v3 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH v3 2/8] module: Drop unused signature types
` [PATCH v3 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH v3 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH v3 5/8] module: Move 'struct module_signature' to UAPI
` [PATCH v3 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH v3 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH v3 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[PATCH v2 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-05  7:11 UTC  (9+ messages)
` [PATCH v2 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH v2 2/8] module: Drop unused signature types
` [PATCH v2 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH v2 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH v2 5/8] module: Move 'struct module_signature' to UAPI
` [PATCH v2 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH v2 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH v2 8/8] selftests/bpf: verify_pkcs7_sig: Use "

[GIT PULL] Modules fixes for v7.0-rc3
 2026-03-05  2:30 UTC  (2+ messages)

[PATCH] module.lds: force 0 sh_addr for .text, .data, .bss, and .rodata sections
 2026-03-04 19:33 UTC  (3+ messages)

[PATCH 0/8] modules: Move 'struct module_signature' to UAPI
 2026-03-04  7:52 UTC  (12+ messages)
` [PATCH 1/8] extract-cert: drop unused definition of PKEY_ID_PKCS7
` [PATCH 2/8] module: Drop unused signature types
` [PATCH 3/8] module: Give 'enum pkey_id_type' a more specific name
` [PATCH 4/8] module: Give MODULE_SIG_STRING a more descriptive name
` [PATCH 5/8] modules: Move 'struct module_signature' to UAPI
` [PATCH 6/8] tools uapi headers: add linux/module_signature.h
` [PATCH 7/8] sign-file: use 'struct module_signature' from the UAPI headers
` [PATCH 8/8] selftests/bpf: verify_pkcs7_sig: Use "

IMA and PQC
 2026-02-26 21:05 UTC  (15+ messages)

[PATCH v4 0/2] lib/crypto: ML-DSA verification support
 2026-02-26 19:21 UTC  (5+ messages)
` [PATCH v4 2/2] lib/crypto: tests: Add KUnit tests for ML-DSA verification

[PATCH v1 00/17] crypto: Standalone crypto module (Series 1/4): Core implementation
 2026-02-25 17:35 UTC  (5+ messages)
` [PATCH 17/17] Add standalone crypto kernel module technical documentation

[PATCH] module: Fix kernel panic when a symbol st_shndx is out of bounds
 2026-02-24 18:34 UTC  (3+ messages)

[PATCH] module: Remove duplicate freeing of lockdep classes
 2026-02-24 18:34 UTC  (3+ messages)

[PATCH] module: Fix the modversions and signing submenus
 2026-02-24 18:34 UTC  (3+ messages)

[PATCH v4 00/17] module: Introduce hash-based integrity checking
 2026-02-24 16:14 UTC  (16+ messages)
` [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 14/17] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v4 15/17] module: Introduce hash-based integrity checking

[PATCH] builtin: mark __builtin_strlen() as integer constant expression
 2026-02-24 10:26 UTC  (10+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-02-23  0:33 UTC  (9+ messages)
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH 3/3] module: Add compile-time check for embedded NUL characters
 2026-02-19 17:04 UTC  (14+ messages)

[PATCH v1 00/12] crypto: Standalone crypto module (Series 4/4): arm64 crypto
 2026-02-12  3:21 UTC  (13+ messages)
` [PATCH 01/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM3_NEON crypto
` [PATCH 02/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM3_ARM64_CE crypto
` [PATCH 03/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE crypto
` [PATCH 04/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE_BLK crypto
` [PATCH 05/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE_CCM crypto
` [PATCH 06/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_CE_GCM crypto
` [PATCH 07/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_SM4_ARM64_NEON_BLK crypto
` [PATCH 08/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_GHASH_ARM64_CE crypto
` [PATCH 09/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_CE_CCM crypto
` [PATCH 10/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_CE_BLK crypto
` [PATCH 11/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_NEON_BLK crypto
` [PATCH 12/12] arm64: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_AES_ARM64_BS crypto

[PATCH v1 00/21] crypto: Standalone crypto module (Series 3/4): x86_64 crypto
 2026-02-12  3:15 UTC  (4+ messages)
` [PATCH 19/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA_AESNI_AVX_X86_64 crypto
` [PATCH 20/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA_AESNI_AVX2_X86_64 crypto
` [PATCH 21/21] x86: crypto: convert exported crypto symbol into pluggable interface for CONFIG_CRYPTO_ARIA_GFNI_AVX512_X86_64 crypto


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