linux-modules
Thread
Date
Earlier messages
Messages by Thread
[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Greg Kroah-Hartman
[PATCH 1/2] module: pull out add_taint_module() to be public
Greg Kroah-Hartman
Re: [PATCH 1/2] module: pull out add_taint_module() to be public
Aaron Tomlin
Re: [PATCH 1/2] module: pull out add_taint_module() to be public
Greg Kroah-Hartman
[PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Greg Kroah-Hartman
Re: [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Bradley Morgan
Re: [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Greg KH
Re: [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Steven Rostedt
Re: [PATCH 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Bradley Morgan
Re: [PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Michal Pecio
Re: [PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Greg Kroah-Hartman
Re: [PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Greg Kroah-Hartman
Re: [PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
Michal Pecio
Re: [PATCH] module: fix lost error code from codetag_load_module()
sashiko-bot
[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
Ard Biesheuvel
[RFC PATCH 2/9] mm: execmem: Allow huge vmappings to be avoided for execmem caches
Ard Biesheuvel
[RFC PATCH 3/9] module: Place MOD_TEXT before MOD_INIT_TEXT in enumeration
Ard Biesheuvel
[RFC PATCH 4/9] module: Allocate MOD_INIT_TEXT from the MOD_TEXT ROX allocation
Ard Biesheuvel
[RFC PATCH 6/9] arm64: Enable the execmem ROX cache for module text
Ard Biesheuvel
Re: [RFC PATCH 6/9] arm64: Enable the execmem ROX cache for module text
Adrian Barnaś
[RFC PATCH 7/9] arm64: ftrace: Revert "fix unreachable PLT for ftrace_caller ..."
Ard Biesheuvel
[RFC PATCH 8/9] arm64: module: Combine init and core PLT entries again
Ard Biesheuvel
[RFC PATCH 1/9] mm: execmem: Add API to split an existing execmem cache allocation
Ard Biesheuvel
[RFC PATCH 5/9] arm64: mm: Permit permissions changes on huge vmappings
Ard Biesheuvel
Re: [RFC PATCH 5/9] arm64: mm: Permit permissions changes on huge vmappings
Adrian Barnaś
[RFC PATCH 9/9] arm64: ftrace: Simplify PLT handling
Ard Biesheuvel
[PATCH v4 0/3] Ignore local labels and mapping symbols during module load
Tiezhu Yang
[PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
Tiezhu Yang
Re: [PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
Huacai Chen
Re: [PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
Tiezhu Yang
[PATCH v4 2/3] module/kallsyms: Refactor current symbol filtering into is_core_symbol()
Tiezhu Yang
[PATCH v4 3/3] module/kallsyms: Ignore local labels and mapping symbols during module load
Tiezhu Yang
[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
kernel test robot
[modules:ppavlu-module-include 32/37] mm/page_alloc.c:6949:9: error: implicit declaration of function 'DEFINE_DYNAMIC_DEBUG_METADATA'
kernel test robot
[modules:ppavlu-module-include 35/37] error[E0609]: no field `__bindgen_anon_1` on type `bindings::kernel_param`
kernel test robot
Re: [modules:ppavlu-module-include 35/37] error[E0609]: no field `__bindgen_anon_1` on type `bindings::kernel_param`
Petr Pavlu
Re: [RFC PATCH 1/3] alloc_tag: skip percpu counter allocation when profiling is disabled
sashiko-bot
Re: [RFC PATCH 3/3] alloc_tag: remove /proc/allocinfo outside of mod_lock
sashiko-bot
Re: [RFC PATCH 2/3] module: move codetag section placement decision to layout_sections()
sashiko-bot
Re: [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
Nikunj A Dadhania
Re: [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
Pedro Falcato
Re: [PATCH v3 9/9] x86: re-enable EXECMEM_ROX support
Nikunj A. Dadhania
Re: [PATCH v5 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
sashiko-bot
Re: [PATCH v5 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
Hao Ge
Re: [PATCH v5 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
Hao Ge
Re: [PATCH v5 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
sashiko-bot
Re: [PATCH v3 3/3] module/kallsyms: Filter out local and mapping symbols during module load
sashiko-bot
Re: [PATCH v3 3/3] module/kallsyms: Filter out local and mapping symbols during module load
Tiezhu Yang
Re: [PATCH v3 2/3] module/kallsyms: Refactor current symbol filtering into is_kept_symbol()
sashiko-bot
[PATCH v3] tracing: Export live module tracepoint strings in printk_formats
Cao Ruichuang
Re: [PATCH v4 2/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
sashiko-bot
Re: [PATCH v4 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
sashiko-bot
Re: [PATCH v1] module/kallsyms: Filter out local mapping symbols during module load
sashiko-bot
Re: [PATCH v9 2/2] module: Rename module_blacklist to module_denylist
sashiko-bot
Re: [PATCH v3 3/6] module/dups: Avoid unnecessary kmod_dup_req allocations
sashiko-bot
Re: [PATCH v3 3/6] module/dups: Avoid unnecessary kmod_dup_req allocations
Petr Pavlu
Re: [PATCH v3 1/6] module/dups: Inform duplicate requests about the result directly
sashiko-bot
Re: [PATCH v3 1/6] module/dups: Inform duplicate requests about the result directly
Petr Pavlu
Re: [PATCH] ARM: unwind: modules: Fix the mismatch between .ARM.exidx* and .text
sashiko-bot
Re: [PATCH 08/14] objtool/klp,livepatch: Resolve module symbols against core kallsyms
sashiko-bot
Re: [PATCH 02/14] objtool/klp: Normalize Module.symvers paths to module names
sashiko-bot
Re: [PATCH 02/14] objtool/klp: Normalize Module.symvers paths to module names
Josh Poimboeuf
Re: [PATCH 05/14] objtool/klp: Add .klp.symid for sympos disambiguation
sashiko-bot
Re: [PATCH 05/14] objtool/klp: Add .klp.symid for sympos disambiguation
Josh Poimboeuf
Re: [PATCH 05/14] objtool/klp: Add .klp.symid for sympos disambiguation
Puranjay Mohan
Re: [PATCH 05/14] objtool/klp: Add .klp.symid for sympos disambiguation
Josh Poimboeuf
Re: [PATCH v8 4/4] kallsyms: add KUnit tests for lineinfo feature
sashiko-bot
Re: [PATCH v8 1/4] kallsyms: embed source file:line info in kernel stack traces
sashiko-bot
Re: [PATCH v8 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
sashiko-bot
Re: [PATCH v8 2/4] kallsyms: extend lineinfo to loadable modules
sashiko-bot
Re: [PATCH v2 2/2] module: remove srcversion module attribute
sashiko-bot
Re: [PATCH v2 1/2] module: remove MODULE_VERSION()
sashiko-bot
Re: [PATCH v2 1/2] module: remove MODULE_VERSION()
Greg Kroah-Hartman
Re: [PATCH] lib/bug: ignore non-allocated module bug tables
sashiko-bot
Re: [PATCH v2] params: fix charp corruption on allocation failure
sashiko-bot
Re: [PATCH v2] params: fix charp corruption on allocation failure
Jiacheng Yu
Re: [PATCH] module: reject malformed .modinfo sections
sashiko-bot
Re: [PATCH] params: fix charp corruption on allocation failure
sashiko-bot
Re: [PATCH v7 1/2] module: Extend module_blacklist parameter to built-in modules
sashiko-bot
Re: [PATCH v2 1/6] module/dups: Inform duplicate requests about the result directly
sashiko-bot
Re: [PATCH 2/3] rust: sync: add SetOnce::try_get_or_populate()
sashiko-bot
Re: [PATCH 1/3] rust: sync: return `Result<&T, T>` from `SetOnce::populate()`
sashiko-bot
Re: [PATCH 1/5] module/dups: Fix use-after-free in kmod_dup_req lifetime handling
sashiko-bot
Re: [PATCH 1/5] module/dups: Fix use-after-free in kmod_dup_req lifetime handling
Petr Pavlu
Re: [PATCH 5/5] module/dups: Clean up includes
sashiko-bot
Re: [PATCH 2/5] module/dups: Inform duplicate requests about the result directly
sashiko-bot
Re: [PATCH 3/5] module/dups: Use scoped guards for kmod_dup_mutex
sashiko-bot
Re: [PATCH 3/5] module/dups: Use scoped guards for kmod_dup_mutex
Petr Pavlu
Re: [PATCH v6 2/2] module: Rename module_blacklist to module_denylist
sashiko-bot
Re: [PATCH v5 1/2] module: Extend module_blacklist parameter to built-in modules
sashiko-bot
Re: [PATCH v5 2/2] module: Rename module_blacklist to module_denylist
sashiko-bot
Re: [PATCH] module: fix UAF and GPF in idempotent_init_module via heap allocation
sashiko-bot
Re: [PATCH v7 4/4] kallsyms: add KUnit tests for lineinfo feature
sashiko-bot
Re: [PATCH v7 2/4] kallsyms: extend lineinfo to loadable modules
sashiko-bot
Re: [PATCH v7 1/4] kallsyms: embed source file:line info in kernel stack traces
sashiko-bot
Re: About THIS_MODULE
Petr Pavlu
Re: About THIS_MODULE
John Garry
Re: [PATCH] module: validate string table section types
sashiko-bot
Re: [PATCH 3/4] tpm_crb_ffa: Include linux/slab.h for kzalloc_obj() and kfree()
sashiko-bot
Re: [PATCH 3/4] tpm_crb_ffa: Include linux/slab.h for kzalloc_obj() and kfree()
Petr Pavlu
Re: [PATCH v6 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
sashiko-bot
Re: [PATCH v6 4/4] kallsyms: add KUnit tests for lineinfo feature
sashiko-bot
Re: [PATCH v6 1/4] kallsyms: embed source file:line info in kernel stack traces
sashiko-bot
Re: [PATCH v6 2/4] kallsyms: extend lineinfo to loadable modules
sashiko-bot
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Petr Pavlu
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Paul E. McKenney
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Paul E. McKenney
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Petr Pavlu
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Paul E. McKenney
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Paul E. McKenney
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Sebastian Andrzej Siewior
Re: [PATCH net v2] ppp: defer channel free to an RCU grace period to fix pppol2tp RX UAF
Paul E. McKenney
Re: [PATCH v3] module: Extend module_blacklist parameter to built-in modules
sashiko-bot
Re: [PATCH v5] rust: configfs: add procedural macro for declaring configfs attributes
sashiko-bot
Re: [PATCH v2] module: Extend module_blacklist parameter to built-in modules
sashiko-bot
[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Kaitao Cheng
[PATCH v3 1/7] list: Add mutable iterator variants
Kaitao Cheng
Re: [PATCH v3 1/7] list: Add mutable iterator variants
David Laight
Re: [PATCH v3 1/7] list: Add mutable iterator variants
Kaitao Cheng
Re: [PATCH v3 1/7] list: Add mutable iterator variants
Christian König
Re: [PATCH v3 1/7] list: Add mutable iterator variants
David Laight
Re: [PATCH v3 1/7] list: Add mutable iterator variants
Kaitao Cheng
Re: [PATCH v3 1/7] list: Add mutable iterator variants
Jani Nikula
Re: [PATCH v3 1/7] list: Add mutable iterator variants
Kaitao Cheng
Re: [PATCH v3 1/7] list: Add mutable iterator variants
Christian König
[PATCH v3 2/7] llist: Add mutable iterator variants
Kaitao Cheng
[PATCH v3 5/7] kernel: Use mutable list iterators
Kaitao Cheng
Re: [PATCH v3 5/7] kernel: Use mutable list iterators
bot+bpf-ci
Re: [PATCH v3 5/7] kernel: Use mutable list iterators
Eduard Zingerman
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Alexei Starovoitov
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Kaitao Cheng
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Andy Shevchenko
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Kaitao Cheng
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
David Hildenbrand (Arm)
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Kaitao Cheng
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Jani Nikula
Re: [PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
Kaitao Cheng
Re: [PATCH v4] rust: configfs: add procedural macro for declaring configfs attributes
sashiko-bot
Re: [PATCH v3] rust: add procedural macro for declaring configfs attributes
sashiko-bot
[PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Naveen Kumar Chaudhary
Re: [PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Petr Pavlu
Re: [PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Sami Tolvanen
Re: [PATCH v2] module: procfs: fix signed integer overflow in module_total_size()
Petr Pavlu
[PATCH v2] module: use strscpy() to copy module names in stats and dup tracking
Naveen Kumar Chaudhary
Re: [PATCH v2] module: use strscpy() to copy module names in stats and dup tracking
sashiko-bot
Re: [PATCH v2] module: use strscpy() to copy module names in stats and dup tracking
Petr Pavlu
Re: [PATCH v2] module: use strscpy() to copy module names in stats and dup tracking
Petr Pavlu
Re: [PATCH 1/2] xtensa/simdisk: Avoid referring to module::args
sashiko-bot
Re: [PATCH] module: dups: use strscpy() to copy module name in dup request
sashiko-bot
Re: [PATCH v4 18/25] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
sashiko-bot
Re: [PATCH v4 22/25] selftests-dyndbg: add a dynamic_debug run_tests target
sashiko-bot
Re: [PATCH v4 12/25] dyndbg: drop NUM_TYPE_ARGS
sashiko-bot
Re: [PATCH v4 11/25] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
sashiko-bot
Re: [PATCH v4 16/25] dyndbg: replace classmap list with an array-slice
sashiko-bot
[PATCH] module: dups: don't hold mutex across synchronize_rcu()
Naveen Kumar Chaudhary
Re: [PATCH] module: dups: don't hold mutex across synchronize_rcu()
sashiko-bot
Re: [PATCH] module: dups: don't hold mutex across synchronize_rcu()
Petr Pavlu
Re: [PATCH v3 24/24] dynamic_debug: use KBUILD_MODFILE for unique builtin module names
sashiko-bot
Re: [PATCH v3 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
sashiko-bot
Re: [PATCH v3 19/24] dyndbg,module: make proper substructs in _ddebug_info
sashiko-bot
Re: [PATCH v3 13/24] dyndbg: reduce verbose/debug clutter
sashiko-bot
Re: [PATCH v3 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
sashiko-bot
Re: [PATCH v2] rust: module_param: return value by copy from `value`
sashiko-bot
Re: [PATCH v3] ARM: module.lds: fix unwind metadata for merged .text sections
sashiko-bot
Re: [PATCH v2] ARM: module.lds: fix unwind metadata for merged .text sections
sashiko-bot
Re: [PATCH] rust: module_param: return value by copy from `value`
sashiko-bot
Re: [PATCH v2 21/24] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
sashiko-bot
Re: [PATCH v2 19/24] dyndbg,module: make proper substructs in _ddebug_info
sashiko-bot
Re: [PATCH v2 18/24] dyndbg: Upgrade class param storage to u64 for 64-bit classmaps
sashiko-bot
Re: [PATCH v2 05/24] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
sashiko-bot
Re: [PATCH v2 16/24] dyndbg: replace classmap list with an array-slice
sashiko-bot
Re: [PATCH v2 22/24] selftests-dyndbg: add a dynamic_debug run_tests target
sashiko-bot
Re: [PATCH v2 11/24] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
sashiko-bot
Re: [PATCH v2 12/24] dyndbg: drop NUM_TYPE_ARGS
sashiko-bot
Re: [PATCH v2 13/24] dyndbg: reduce verbose/debug clutter
sashiko-bot
[PATCH 00/11] Convert moduleparams to seq_buf
Kees Cook
[PATCH 11/11] moduleparam: Drop legacy kernel_param_ops .get_str field and dispatch logic
Kees Cook
[PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
Kees Cook
Re: [PATCH 03/11] moduleparam: Add DEFINE_KERNEL_PARAM_OPS macro family
Petr Pavlu
[PATCH 02/11] panic: Replace panic_print_get() with generic helper
Kees Cook
[PATCH 05/11] moduleparam: Rename .get field to .get_str
Kees Cook
[PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
Kees Cook
Re: [PATCH 06/11] moduleparam: Add seq_buf-based .get callback alongside .get_str
Petr Pavlu
[PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
Kees Cook
Re: [PATCH 07/11] moduleparam: Route DEFINE_KERNEL_PARAM_OPS get pointer via _Generic
Petr Pavlu
[PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
Kees Cook
Re: [PATCH 08/11] params: Convert generic kernel_param_ops .get helpers to seq_buf
Petr Pavlu
[PATCH 01/11] params: bound array element output to the caller's page buffer
Kees Cook
Re: [PATCH 01/11] params: bound array element output to the caller's page buffer
David Laight
Re: [PATCH 01/11] params: bound array element output to the caller's page buffer
Matthew Wilcox
Re: [PATCH 01/11] params: bound array element output to the caller's page buffer
Andy Shevchenko
Re: [PATCH 01/11] params: bound array element output to the caller's page buffer
Jason Gunthorpe
Re: [PATCH 01/11] params: bound array element output to the caller's page buffer
David Laight
[PATCH 04/11] treewide: Convert struct kernel_param_ops initializers to DEFINE_KERNEL_PARAM_OPS
Kees Cook
Earlier messages