Linux Modules
 help / color / mirror / Atom feed
[PATCH v2] rust: module_param: return value by copy from `value`
 2026-07-10 14:41 UTC  (6+ messages)

[PATCH 0/1] rust: module_param: support bool parameters
 2026-07-10 14:10 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/2] Bring includes in linux/kmod.h up to date
 2026-07-10 13:57 UTC  (6+ messages)
` [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH 2/2] module: Bring includes in linux/kmod.h up to date

[PATCH 0/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
 2026-07-10 13:56 UTC  (8+ messages)
` [PATCH 1/4] x86: Avoid indirect includes through linux/module.h -> linux/elf.h
` [PATCH 2/4] s390: "
` [PATCH 3/4] tpm_crb_ffa: Include linux/slab.h for kzalloc_obj() and kfree()
` [PATCH 4/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-07-10 12:36 UTC  (2+ messages)

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

[PATCH] module: validate string table section types
 2026-07-10  8:23 UTC  (6+ messages)

[PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
 2026-07-10  7:36 UTC  (4+ messages)

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-07-10  6:54 UTC  (86+ messages)
` [PATCH v19 01/40] dept: implement "
` [PATCH v19 02/40] dept: add single event dependency tracker APIs
` [PATCH v19 03/40] dept: add lock "
` [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
` [PATCH v19 05/40] dept: add proc knobs to show stats and dependency graph
` [PATCH v19 06/40] dept: distinguish each kernel context from another
` [PATCH v19 07/40] dept: distinguish each work "
` [PATCH v19 08/40] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v19 09/40] dept: record the latest one out of consecutive waits of the same class
` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
  ` [PATCH v19 10/40] dept: apply sdt_might_sleep_{start, end}() "
` [PATCH v19 11/40] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
  ` [PATCH v19 12/40] dept: apply sdt_might_sleep_{start, end}() "
` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
  ` [PATCH v19 13/40] dept: apply sdt_might_sleep_{start, end}() "
` [PATCH v19 14/40] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v19 15/40] dept: track timeout waits separately with a new Kconfig
` [PATCH v19 16/40] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v19 17/40] dept: apply timeout consideration to swait
` [PATCH v19 18/40] dept: apply timeout consideration to waitqueue wait
` [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v19 20/40] dept: apply timeout consideration to dma fence wait
` [PATCH v19 21/40] dept: make dept able to work with an external wgen
` [PATCH v19 22/40] dept: track PG_locked with dept
` [PATCH v19 23/40] dept: print staged wait's stacktrace on report
` [PATCH v19 24/40] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v19 25/40] dept: add documents for dept
` [PATCH v19 26/40] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v19 27/40] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v19 30/40] dept: make dept stop from working on debug_locks_off()
` [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
` [PATCH v19 33/40] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v19 35/40] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v19 36/40] dept: track PG_writeback with dept
` [PATCH v19 37/40] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
` [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
` [PATCH v19 40/40] dept: implement a basic unit test for dept

About THIS_MODULE
 2026-07-09 14:31 UTC  (2+ messages)

[PATCH 0/2] module: Remove unnecessary module::args
 2026-07-09  9:02 UTC  (2+ messages)

[PATCH] module: Remove unused DISCARD_EH_FRAME definition from module.lds.S
 2026-07-09  8:49 UTC  (3+ messages)

[PATCH v2] module: use strscpy() to copy module names in stats and dup tracking
 2026-07-09  8:37 UTC  (2+ messages)

[PATCH] params: fix path of /sys/module/XYZ/parameters/ in comment
 2026-07-09  8:16 UTC  (2+ messages)

[PATCH v6 00/24] fix dynamic-debug classmaps API for DRM
 2026-07-08 20:48 UTC  (34+ messages)
` [PATCH v6 01/24] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v6 02/24] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v6 03/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v6 04/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v6 05/24] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v6 06/24] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v6 07/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v6 08/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v6 09/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v6 11/24] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v6 12/24] dyndbg: reduce verbose/debug clutter
` [PATCH v6 13/24] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v6 14/24] dyndbg: use KBUILD_MODFILE for unique builtin module names
` [PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v6 16/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v6 17/24] dyndbg: replace classmap list with an array-slice
` [PATCH v6 18/24] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v6 19/24] dyndbg: pin class param storage to u32
` [PATCH v6 20/24] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v6 21/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v6 22/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v6 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
` [PATCH v6 24/24] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
 2026-07-08 19:22 UTC  (10+ messages)

[PATCH v4] module: Extend module_blacklist parameter to built-in modules
 2026-07-08  2:00 UTC 

[PATCH v3] module: Extend module_blacklist parameter to built-in modules
 2026-07-07 19:38 UTC  (3+ messages)

[PATCH v6 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-07-06 14:45 UTC  (9+ messages)
` [PATCH v6 1/4] "
` [PATCH v6 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v6 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v6 4/4] kallsyms: add KUnit tests for lineinfo feature

[PATCH v2] module: Extend module_blacklist parameter to built-in modules
 2026-07-06  4:46 UTC  (2+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-07-06  4:19 UTC  (4+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[PATCH v5 00/18] dyndbg: cleanups, refactors in prep for API fix
 2026-07-02 16:41 UTC  (11+ messages)
` [PATCH v5 09/18] dyndbg: use KBUILD_MODFILE for unique builtin module names
` [PATCH v5 10/18] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v5 11/18] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v5 12/18] dyndbg: replace classmap list with an array-slice
` [PATCH v5 13/18] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v5 14/18] dyndbg: pin class param storage to u32
` [PATCH v5 15/18] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v5 16/18] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v5 17/18] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v5 18/18] dyndbg: change __dynamic_func_call_cls* macros into expressions


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