Linux Modules
 help / color / mirror / Atom feed
[RFC] module: init-failure path can free a module with live try_module_get() users
 2026-08-28 12:03 UTC  (2+ messages)

[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-08-27 14:30 UTC  (20+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
` [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-27  6:03 UTC  (15+ messages)
` [PATCH v5 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v5 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled

[PATCH v2] module: fix lost error code from codetag_load_module()
 2026-08-27  3:17 UTC  (2+ messages)

[PATCH] module: fix lost error code from codetag_load_module()
 2026-08-27  3:15 UTC  (9+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-25 13:19 UTC  (18+ messages)

[PATCH v4 0/3] Ignore local labels and mapping symbols during module load
 2026-08-25  1:39 UTC  (6+ messages)
` [PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
` [PATCH v4 2/3] module/kallsyms: Refactor current symbol filtering into is_core_symbol()
` [PATCH v4 3/3] module/kallsyms: Ignore local labels and mapping symbols during module load

[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
 2026-08-23 16:52 UTC  (17+ messages)
` [RFC PATCH 1/9] mm: execmem: Add API to split an existing execmem cache allocation
` [RFC PATCH 2/9] mm: execmem: Allow huge vmappings to be avoided for execmem caches
` [RFC PATCH 3/9] module: Place MOD_TEXT before MOD_INIT_TEXT in enumeration
` [RFC PATCH 4/9] module: Allocate MOD_INIT_TEXT from the MOD_TEXT ROX allocation
` [RFC PATCH 5/9] arm64: mm: Permit permissions changes on huge vmappings
` [RFC PATCH 6/9] arm64: Enable the execmem ROX cache for module text
` [RFC PATCH 7/9] arm64: ftrace: Revert "fix unreachable PLT for ftrace_caller ..."
` [RFC PATCH 8/9] arm64: module: Combine init and core PLT entries again
` [RFC PATCH 9/9] arm64: ftrace: Simplify PLT handling

[PATCH] pkcs7: Check all signers before waiving authattrs rejection
 2026-08-22 21:27 UTC 

[GIT PULL] Modules changes for v7.3-rc1
 2026-08-21 20:26 UTC  (2+ messages)

[PATCH v3 0/3] Filter out local and mapping symbols during module load
 2026-08-20  9:53 UTC  (16+ messages)
` [PATCH v3 1/3] module/kallsyms: Rename is_mapping_symbol() to is_local_mapping_symbol()
` [PATCH v3 2/3] module/kallsyms: Refactor current symbol filtering into is_kept_symbol()
` [PATCH v3 3/3] module/kallsyms: Filter out local and mapping symbols during module load

[modules:ppavlu-module-include 35/37] error[E0609]: no field `__bindgen_anon_1` on type `bindings::kernel_param`
 2026-08-20  7:36 UTC  (2+ messages)

[PATCH v2] kstack_erase: suppress -grecord-gcc-switches for external module builds
 2026-08-20  6:01 UTC  (6+ messages)
              ` [PATCH v3] scripts/gcc-plugins: suppress recorded GCC switches for extmod builds

[modules:ppavlu-module-include 32/37] mm/page_alloc.c:6949:2: error: call to undeclared function 'DEFINE_DYNAMIC_DEBUG_METADATA'; ISO C99 and later do not support implicit function declarations
 2026-08-19 23:58 UTC 

[modules:ppavlu-module-include 32/37] mm/page_alloc.c:6949:9: error: implicit declaration of function 'DEFINE_DYNAMIC_DEBUG_METADATA'
 2026-08-19 19:13 UTC 

[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-08-17 20:51 UTC  (11+ messages)
` [PATCH v9 1/2] "
` [PATCH v9 2/2] module: Rename module_blacklist to module_denylist

[RFC PATCH 0/3] alloc_tag: fix races and a leak around shutdown_mem_profiling()
 2026-08-17  5:41 UTC  (13+ messages)
` [RFC PATCH 1/3] alloc_tag: skip percpu counter allocation when profiling is disabled
` [RFC PATCH 2/3] module: move codetag section placement decision to layout_sections()
` [RFC PATCH 3/3] alloc_tag: remove /proc/allocinfo outside of mod_lock

[BUG] slab-use-after-free in idempotent() during concurrent finit_module [syzkaller] [ath10k_pci]
 2026-08-16  9:30 UTC  (2+ messages)

[PATCH 00/14] objtool/klp: sympos/module/alternative/etc fixes
 2026-08-14 20:44 UTC  (11+ messages)
` [PATCH 03/14] objtool/klp: Fix false module dependencies caused by dead relocs
` [PATCH 05/14] objtool/klp: Add .klp.symid for sympos disambiguation

[PATCH v10 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
 2026-08-13 11:51 UTC  (20+ messages)
` [PATCH v10 01/10] rust: module: move module types into `module.rs`
` [PATCH v10 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
` [PATCH v10 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
` [PATCH v10 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
` [PATCH v10 05/10] rust: drm: set fops.owner from driver module pointer
` [PATCH v10 06/10] rust: miscdevice: "
` [PATCH v10 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
` [PATCH v10 09/10] rust: macros: remove `THIS_MODULE` static from `module!`

[PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
 2026-08-12 13:20 UTC  (4+ messages)

[PATCH v2] module/kallsyms: Filter out local mapping symbols during module load
 2026-08-12  1:34 UTC  (4+ messages)

[PATCH v3] tracing: Export live module tracepoint strings in printk_formats
 2026-08-11 18:15 UTC 

[PATCH v4 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
 2026-08-11 15:35 UTC  (7+ messages)
` [PATCH v4 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v4 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled

[PATCH v1] module/kallsyms: Filter out local mapping symbols during module load
 2026-08-10  3:55 UTC  (4+ messages)

[BUG] KASAN: wild-memory-access in idempotent (concurrent finit_module) [dw_xdata_pcie] [syzkaller]
 2026-08-09 13:18 UTC 

[BUG] KASAN: use-after-free in idempotent() / finit_module concurrent fd close [ath10k_pci] [syzkaller]
 2026-08-09  2:22 UTC 

[PATCH v3] ARM: module.lds: fix unwind metadata for merged .text sections
 2026-08-07  2:13 UTC  (4+ messages)

[PATCH v8 0/2] module: Rename module_blacklist to module_denylist
 2026-08-06 18:24 UTC  (4+ messages)
` [PATCH v8 1/2] module: Extend module_blacklist parameter to built-in modules

[PATCH] params: fix charp corruption on allocation failure
 2026-08-06 14:51 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] module: validate string table section types
 2026-08-06 12:17 UTC  (2+ messages)

[PATCH] rust: macros: Allow omitting trailing commas in module!
 2026-08-06 12:08 UTC  (3+ messages)

[PATCH v3 0/6] module/dups: Fix a use-after-free and improve the code
 2026-08-06 11:53 UTC  (5+ messages)
` [PATCH v3 3/6] module/dups: Avoid unnecessary kmod_dup_req allocations


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