org.kernel.vger.linux-modules archive

550 archived articles, newest first (page 5 of 6). Latest articles →

[PATCH v8 07/10] rust: configfs: use `LocalModule` for `THIS_MODULE`
Mon, 13 Jul 2026 14:45:28 +0800
Alvin Sun <[email protected]> • #12200
[PATCH v8 06/10] rust: miscdevice: set fops.owner from driver module pointer
Mon, 13 Jul 2026 14:45:27 +0800
Alvin Sun <[email protected]> • #12199
[PATCH v8 04/10] rust: macros: auto-insert OwnerModule in #[vtable]
Mon, 13 Jul 2026 14:45:25 +0800
Alvin Sun <[email protected]> • #12198
[PATCH v8 05/10] rust: drm: set fops.owner from driver module pointer
Mon, 13 Jul 2026 14:45:26 +0800
Alvin Sun <[email protected]> • #12197
[PATCH v8 03/10] rust: doctest: add LocalModule fallback for #[vtable] ThisModule
Mon, 13 Jul 2026 14:45:24 +0800
Alvin Sun <[email protected]> • #12196
[PATCH v8 00/10] Fix missing fops.owner in Rust DRM/misc abstractions
Mon, 13 Jul 2026 14:45:21 +0800
Alvin Sun <[email protected]> • #12195
[PATCH v8 01/10] rust: module: move module types into `module.rs`
Mon, 13 Jul 2026 14:45:22 +0800
Alvin Sun <[email protected]> • #12194
[PATCH v8 02/10] rust: module: add `THIS_MODULE` const to `ModuleMetadata` trait
Mon, 13 Jul 2026 14:45:23 +0800
Alvin Sun <[email protected]> • #12193
Re: [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
Mon, 13 Jul 2026 12:36:23 +0900
Byungchul Park <[email protected]> • #12192
Re: [PATCH v19 39/40] rust: completion: Add __rust_helper to rust_helper_wait_for_completion()
Sat, 11 Jul 2026 14:13:05 +0200
Miguel Ojeda <[email protected]> • #12191
Re: [PATCH v4] module: Extend module_blacklist parameter to built-in modules
Fri, 10 Jul 2026 19:13:19 -0400
Aaron Tomlin <[email protected]> • #12190
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Fri, 10 Jul 2026 19:33:53 +0200
Miguel Ojeda <[email protected]> • #12189
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Fri, 10 Jul 2026 19:00:01 +0200
Miguel Ojeda <[email protected]> • #12188
Re: [PATCH v4] module: Extend module_blacklist parameter to built-in modules
Fri, 10 Jul 2026 17:59:59 +0200
"Arnd Bergmann" <[email protected]> • #12187
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Fri, 10 Jul 2026 17:58:44 +0200
Petr Pavlu <[email protected]> • #12186
Re: [PATCH v4] module: Extend module_blacklist parameter to built-in modules
Fri, 10 Jul 2026 08:42:49 -0700
Sami Tolvanen <[email protected]> • #12185
Re: [PATCH] module: validate string table section types
Fri, 10 Jul 2026 11:37:02 -0400
Aaron Tomlin <[email protected]> • #12184
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Fri, 10 Jul 2026 16:41:55 +0200
Miguel Ojeda <[email protected]> • #12183
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Fri, 10 Jul 2026 14:26:42 +0000
Alice Ryhl <[email protected]> • #12182
Re: [PATCH 1/1] rust: module_param: support bool parameters
Fri, 10 Jul 2026 16:10:28 +0200
Petr Pavlu <[email protected]> • #12181
Re: [PATCH 2/2] module: Bring includes in linux/kmod.h up to date
Fri, 10 Jul 2026 09:57:55 -0400
Aaron Tomlin <[email protected]> • #12180
Re: [PATCH 4/4] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
Fri, 10 Jul 2026 09:56:34 -0400
Aaron Tomlin <[email protected]> • #12179
Re: [PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
Fri, 10 Jul 2026 14:36:43 +0200
Petr Pavlu <[email protected]> • #12178
Re: [PATCH v7 0/4] kallsyms: embed source file:line info in kernel stack traces
Fri, 10 Jul 2026 12:04:56 +0200
Geert Uytterhoeven <[email protected]> • #12177
Re: [PATCH] module: validate string table section types
Fri, 10 Jul 2026 10:23:00 +0200
Markus Elfring <[email protected]> • #12176
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Fri, 10 Jul 2026 10:13:53 +0200
Petr Pavlu <[email protected]> • #12175
Re: [PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Fri, 10 Jul 2026 09:36:55 +0200
Petr Pavlu <[email protected]> • #12174
Re: [PATCH v19 04/40] dept: tie to lockdep and IRQ tracing
Fri, 10 Jul 2026 15:54:12 +0900
Byungchul Park <[email protected]> • #12173
Re: [PATCH v19 13/40] dept: apply sdt_might_sleep_{start, end}() to hashed-waitqueue wait
Fri, 10 Jul 2026 15:42:52 +0900
Byungchul Park <[email protected]> • #12172
Re: [PATCH v19 19/40] dept: apply timeout consideration to hashed-waitqueue wait
Fri, 10 Jul 2026 15:41:43 +0900
Byungchul Park <[email protected]> • #12171
Re: [PATCH v19 07/40] dept: distinguish each work from another
Fri, 10 Jul 2026 15:40:10 +0900
Byungchul Park <[email protected]> • #12170
Re: [PATCH v19 28/40] dept: assign unique dept_key to each distinct dma fence caller
Fri, 10 Jul 2026 15:24:49 +0900
Byungchul Park <[email protected]> • #12169
Re: [PATCH v19 34/40] rcu/update: fix same dept key collision between various types of RCU
Fri, 10 Jul 2026 15:20:55 +0900
Byungchul Park <[email protected]> • #12168
Re: [PATCH v19 32/40] completion, dept: introduce init_completion_dmap() API
Fri, 10 Jul 2026 15:12:08 +0900
Byungchul Park <[email protected]> • #12167
Re: [PATCH v19 29/40] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
Fri, 10 Jul 2026 15:04:21 +0900
Byungchul Park <[email protected]> • #12166
Re: [PATCH v19 38/40] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
Fri, 10 Jul 2026 14:55:55 +0900
Byungchul Park <[email protected]> • #12165
Re: [PATCH v19 31/40] dept: assign unique dept_key to each distinct wait_for_completion() caller
Fri, 10 Jul 2026 14:53:54 +0900
Byungchul Park <[email protected]> • #12164
Re: [PATCH v7 1/4] kallsyms: embed source file:line info in kernel stack traces
Thu, 09 Jul 2026 16:51:35 +0000
[email protected] • #12163
Re: [PATCH v7 4/4] kallsyms: add KUnit tests for lineinfo feature
Thu, 09 Jul 2026 16:50:58 +0000
[email protected] • #12162
Re: [PATCH v7 2/4] kallsyms: extend lineinfo to loadable modules
Thu, 09 Jul 2026 16:50:30 +0000
[email protected] • #12161
[PATCH v7 4/4] kallsyms: add KUnit tests for lineinfo feature
Thu, 9 Jul 2026 12:38:30 -0400
Sasha Levin <[email protected]> • #12160
[PATCH v7 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
Thu, 9 Jul 2026 12:38:29 -0400
Sasha Levin <[email protected]> • #12159
[PATCH v7 2/4] kallsyms: extend lineinfo to loadable modules
Thu, 9 Jul 2026 12:38:28 -0400
Sasha Levin <[email protected]> • #12158
[PATCH v7 1/4] kallsyms: embed source file:line info in kernel stack traces
Thu, 9 Jul 2026 12:38:27 -0400
Sasha Levin <[email protected]> • #12157
[PATCH v7 0/4] kallsyms: embed source file:line info in kernel stack traces
Thu, 9 Jul 2026 12:38:26 -0400
Sasha Levin <[email protected]> • #12156
Re: [PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Thu, 9 Jul 2026 08:25:35 -0700
Sami Tolvanen <[email protected]> • #12155
Re: About THIS_MODULE
Thu, 9 Jul 2026 16:31:41 +0200
Petr Pavlu <[email protected]> • #12154
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Thu, 9 Jul 2026 16:13:37 +0200
Miguel Ojeda <[email protected]> • #12153
Re: [PATCH v2] rust: module_param: return value by copy from `value`
Thu, 9 Jul 2026 13:48:29 +0200
Petr Pavlu <[email protected]> • #12152
Re: [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
Thu, 9 Jul 2026 11:49:45 +0200
Petr Pavlu <[email protected]> • #12151
Re: [PATCH] module: validate string table section types
Thu, 9 Jul 2026 11:23:38 +0200
Petr Pavlu <[email protected]> • #12150
Re: [PATCH 0/2] module: Remove unnecessary module::args
Thu, 9 Jul 2026 11:02:27 +0200
Petr Pavlu <[email protected]> • #12149
Re: [PATCH] module: Remove unused DISCARD_EH_FRAME definition from module.lds.S
Thu, 9 Jul 2026 10:49:52 +0200
Petr Pavlu <[email protected]> • #12148
Re: [PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Thu, 9 Jul 2026 10:45:51 +0200
Petr Pavlu <[email protected]> • #12147
Re: [PATCH v2] module: use strscpy() to copy module names in stats and dup tracking
Thu, 9 Jul 2026 10:37:15 +0200
Petr Pavlu <[email protected]> • #12146
Re: [PATCH] params: fix path of /sys/module/XYZ/parameters/ in comment
Thu, 9 Jul 2026 10:16:25 +0200
Petr Pavlu <[email protected]> • #12145
Re: [PATCH] module: validate string table section types
Thu, 9 Jul 2026 11:56:08 +1000
Thiébaud Weksteen <[email protected]> • #12144
Re: [PATCH v6 19/24] dyndbg: pin class param storage to u32
Wed, 8 Jul 2026 14:48:24 -0600
[email protected] • #12143
Re: [PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
Wed, 8 Jul 2026 13:30:18 -0600
[email protected] • #12142
Re: [PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
Wed, 8 Jul 2026 13:28:46 -0600
[email protected] • #12141
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 12:22:58 -0700
"Paul E. McKenney" <[email protected]> • #12140
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 21:00:03 +0200
Sebastian Andrzej Siewior <[email protected]> • #12139
Re: [PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
Wed, 8 Jul 2026 20:13:23 +0200
Michal Koutný <[email protected]> • #12138
[PATCH 2/2] module: Bring includes in linux/kmod.h up to date
Wed, 8 Jul 2026 17:44:30 +0200
Petr Pavlu <[email protected]> • #12137
[PATCH 1/2] umh, treewide: Explicitly include linux/umh.h where needed
Wed, 8 Jul 2026 17:44:29 +0200
Petr Pavlu <[email protected]> • #12136
[PATCH 0/2] Bring includes in linux/kmod.h up to date
Wed, 8 Jul 2026 17:44:28 +0200
Petr Pavlu <[email protected]> • #12135
Re: [PATCH] module: validate string table section types
Wed, 8 Jul 2026 17:40:19 +0200
Petr Pavlu <[email protected]> • #12134
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 07:01:43 -0700
"Paul E. McKenney" <[email protected]> • #12133
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 15:56:51 +0200
Sebastian Andrzej Siewior <[email protected]> • #12132
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 15:04:32 +0200
Petr Pavlu <[email protected]> • #12131
Re: [PATCH 3/4] tpm_crb_ffa: Include linux/slab.h for kzalloc_obj() and kfree()
Wed, 8 Jul 2026 12:10:47 +0200
Petr Pavlu <[email protected]> • #12130
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 11:11:47 +0200
Sebastian Andrzej Siewior <[email protected]> • #12129
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Wed, 8 Jul 2026 09:49:04 +0200
Sebastian Andrzej Siewior <[email protected]> • #12128
Re: [PATCH v6 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
Wed, 08 Jul 2026 02:41:47 +0000
[email protected] • #12127
Re: [PATCH v6 19/24] dyndbg: pin class param storage to u32
Wed, 08 Jul 2026 02:37:24 +0000
[email protected] • #12126
Re: [PATCH v6 24/24] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Wed, 08 Jul 2026 02:36:17 +0000
[email protected] • #12125
Re: [PATCH v6 20/24] dyndbg,module: make proper substructs in _ddebug_info
Wed, 08 Jul 2026 02:30:11 +0000
[email protected] • #12124
Re: [PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
Wed, 08 Jul 2026 02:29:13 +0000
[email protected] • #12123
Re: [PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
Wed, 08 Jul 2026 02:24:24 +0000
[email protected] • #12122
[PATCH v6 24/24] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
Tue, 07 Jul 2026 20:18:24 -0600
Jim Cromie <[email protected]> • #12121
[PATCH v6 23/24] dyndbg: change __dynamic_func_call_cls* macros into expressions
Tue, 07 Jul 2026 20:18:23 -0600
Jim Cromie <[email protected]> • #12120
[PATCH v6 22/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
Tue, 07 Jul 2026 20:18:22 -0600
Jim Cromie <[email protected]> • #12119
[PATCH v6 21/24] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
Tue, 07 Jul 2026 20:18:21 -0600
Jim Cromie <[email protected]> • #12118
[PATCH v6 20/24] dyndbg,module: make proper substructs in _ddebug_info
Tue, 07 Jul 2026 20:18:20 -0600
Jim Cromie <[email protected]> • #12117
[PATCH v6 19/24] dyndbg: pin class param storage to u32
Tue, 07 Jul 2026 20:18:19 -0600
Jim Cromie <[email protected]> • #12116
[PATCH v6 18/24] dyndbg: macrofy a 2-index for-loop pattern
Tue, 07 Jul 2026 20:18:18 -0600
Jim Cromie <[email protected]> • #12115
[PATCH v6 17/24] dyndbg: replace classmap list with an array-slice
Tue, 07 Jul 2026 20:18:17 -0600
Jim Cromie <[email protected]> • #12114
[PATCH v6 16/24] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
Tue, 07 Jul 2026 20:18:16 -0600
Jim Cromie <[email protected]> • #12113
[PATCH v6 15/24] dyndbg: refactor param_set_dyndbg_classes and below
Tue, 07 Jul 2026 20:18:15 -0600
Jim Cromie <[email protected]> • #12112
[PATCH v6 14/24] dyndbg: use KBUILD_MODFILE for unique builtin module names
Tue, 07 Jul 2026 20:18:14 -0600
Jim Cromie <[email protected]> • #12111
[PATCH v6 13/24] lib/parser: add match_wildcard_hyphen() for agnostic matching
Tue, 07 Jul 2026 20:18:13 -0600
Jim Cromie <[email protected]> • #12110
[PATCH v6 12/24] dyndbg: reduce verbose/debug clutter
Tue, 07 Jul 2026 20:18:12 -0600
Jim Cromie <[email protected]> • #12109
[PATCH v6 11/24] dyndbg: bump num-tokens in a query-cmd from 9 to 15
Tue, 07 Jul 2026 20:18:11 -0600
Jim Cromie <[email protected]> • #12108
[PATCH v6 09/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
Tue, 07 Jul 2026 20:18:09 -0600
Jim Cromie <[email protected]> • #12107
[PATCH v6 10/24] dyndbg: drop NUM_TYPE_ARGS
Tue, 07 Jul 2026 20:18:10 -0600
Jim Cromie <[email protected]> • #12106
[PATCH v6 08/24] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
Tue, 07 Jul 2026 20:18:08 -0600
Jim Cromie <[email protected]> • #12105
[PATCH v6 07/24] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
Tue, 07 Jul 2026 20:18:07 -0600
Jim Cromie <[email protected]> • #12104
[PATCH v6 06/24] dyndbg: factor ddebug_match_desc out from ddebug_change
Tue, 07 Jul 2026 20:18:06 -0600
Jim Cromie <[email protected]> • #12103
[PATCH v6 05/24] dyndbg.lds.S: fix lost dyndbg sections in modules
Tue, 07 Jul 2026 20:18:05 -0600
Jim Cromie <[email protected]> • #12102
[PATCH v6 04/24] vmlinux.lds.h: remove redundant ALIGN(8) directives
Tue, 07 Jul 2026 20:18:04 -0600
Jim Cromie <[email protected]> • #12101
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.