linux-modules.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-09 11:47:35 to 2026-09-22 18:21:10 UTC [more...]

[PATCH v2 0/6] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
 2026-09-22 18:20 UTC  (15+ messages)
` [PATCH v2 1/6] x86: Avoid indirect includes through linux/module.h -> linux/elf.h
` [PATCH v2 2/6] s390: "
` [PATCH v2 3/6] drivers: Include linux/slab.h for kmalloc() functions
` [PATCH v2 4/6] s390: Remove the asm/mmu_context.h include from asm/elf.h
` [PATCH v2 5/6] cpufeature: Include asm/elf.h for ELF_PLATFORM
` [PATCH v2 6/6] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h

[PATCH 0/3] Remove obsolete __MODULE_STRING()
 2026-09-22 17:44 UTC  (11+ messages)
` [PATCH 1/3] watchdog: Replace __MODULE_STRING() with __stringify()
` [PATCH 2/3] drivers: "
` [PATCH 3/3] module: Remove obsolete __MODULE_STRING()

[PATCH] module: Add stubs.c for CONFIG_MODULES=n module_put_and_kthread_exit()
 2026-09-22 14:16 UTC  (2+ messages)

[PATCH v4 0/3] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
 2026-09-22 13:40 UTC  (13+ messages)
` [PATCH v4 1/3] module: pull out add_taint_module() to be public
` [PATCH v4 2/3] module: fix up documentation for add_taint() and add_taint_module()
` [PATCH v4 3/3] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers

[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
 2026-09-22 12:39 UTC  (9+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date

[PATCH 0/1] rust: module_param: Fix potentially incorrect access of `SetOnce<T>`
 2026-09-22 12:38 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH 0/6] Remove the error-injection.h include from linux/module.h
 2026-09-22 12:25 UTC  (13+ messages)
` [PATCH 1/6] block: Include error-injection.h for ALLOW_ERROR_INJECTION()
` [PATCH 2/6] net: "
` [PATCH 3/6] syscalls: "
` [PATCH 4/6] drm/i915: "
` [PATCH 5/6] drm/xe: "
` [PATCH 6/6] module: Remove the error-injection.h include from linux/module.h

[RFC] module: init-failure path can free a module with live try_module_get() users
 2026-09-21 15:33 UTC  (8+ messages)

[PATCH v4] module: Validate __version_ext_crcs and __version_ext_names section types
 2026-09-21 12:37 UTC 

[PATCH] modules/kmod: Allocate argv with kmalloc_array()
 2026-09-21 11:55 UTC  (2+ messages)

[PATCH v3] module: Validate the __version_ext_names section type
 2026-09-21 10:22 UTC  (3+ messages)
  ` 回复:[PATCH "

[PATCH v10 00/38] dyndbg: Fix classmaps API for subsystems, query extensions, selftests
 2026-09-20 20:26 UTC  (52+ messages)
` [PATCH v10 01/38] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v10 02/38] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v10 03/38] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v10 04/38] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v10 05/38] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v10 06/38] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v10 07/38] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v10 08/38] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v10 09/38] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v10 10/38] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v10 11/38] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v10 12/38] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v10 13/38] dyndbg: reduce verbose/debug clutter
` [PATCH v10 14/38] dyndbg: Bind callsites and classmaps to DDEBUG_MODNAME
` [PATCH v10 15/38] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v10 16/38] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v10 17/38] dyndbg: replace classmap list with an array-slice
` [PATCH v10 18/38] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v10 19/38] dyndbg: reduce class param storage to u32
` [PATCH v10 20/38] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v10 21/38] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v10 22/38] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v10 23/38] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v10 24/38] selftests/dyndbg: Enable FT_classmap_inheritance
` [PATCH v10 25/38] dyndbg: detect class_id reservation conflicts
` [PATCH v10 26/38] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v10 27/38] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v10 28/38] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v10 29/38] dyndbg: control-parser: treat comma as a token separator
` [PATCH v10 30/38] selftests: enable comma-terminator tests
` [PATCH v10 31/38] dyndbg: split multi-query strings with @
` [PATCH v10 32/38] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v10 33/38] dyndbg: harden classmap and descriptor validation
` [PATCH v10 34/38] docs/dyndbg: add classmap info to howto
` [PATCH v10 35/38] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v10 36/38] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v10 37/38] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v10 38/38] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls

[PATCH v11 0/3] module: Extend module_blacklist parameter to built-in modules
 2026-09-19  1:17 UTC  (2+ messages)

[PATCH v10 0/6] alloc_tag and module codetag section fixes
 2026-09-18 16:35 UTC  (24+ messages)
` [PATCH v10 1/6] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v10 2/6] alloc_tag: clean up the populate failure path
` [PATCH v10 3/6] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v10 4/6] module: allocate codetag sections before the regular module layout
` [PATCH v10 5/6] alloc_tag: skip percpu counter allocation when profiling is disabled
` [PATCH v10 6/6] alloc_tag: Defer /proc/allocinfo removal to a workqueue

[PATCH v2 0/2] module: close two ELF section-validation gaps
 2026-09-17 19:26 UTC  (4+ messages)
` [PATCH v2 1/2] module: Sanitize the undefined sh_name of SHT_NULL sections
` [PATCH v2 2/2] module: Validate the __version_ext_names section type

False-positive missing-firmware warnings for devices not present on the machine
 2026-09-17 16:37 UTC 

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

[PATCH] rust: macros: allow non-ASCII characters in `authors`
 2026-09-17  7:20 UTC  (2+ messages)

[PATCH 0/2] module: close two ELF section-validation gaps
 2026-09-16 18:05 UTC  (4+ messages)
` [PATCH 1/2] module: Sanitize the undefined sh_name of SHT_NULL sections
` [PATCH 2/2] module: Validate the __version_ext_names section offset

[PATCH v2 bpf-next 00/18] Support inline functions in BTF
 2026-09-16  7:45 UTC  (18+ messages)
` [PATCH v2 bpf-next 01/18] btf: Extend UAPI to support BTF location (inline site) info
` [PATCH v2 bpf-next 02/18] libbpf: Add support for BTF kinds LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 03/18] libbpf: Support moving permuted BTF types into split BTF
` [PATCH v2 bpf-next 13/18] kbuild: Add support for BTF inline information

[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
 2026-09-11 18:20 UTC  (7+ messages)
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [PATCH v9 24/39] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP

[PATCH] module: reject out-of-range relocation target indices
 2026-09-10 16:19 UTC  (4+ messages)

[PATCH v2] module: fix lost error code from codetag_load_module()
 2026-09-10  3:28 UTC  (6+ messages)

[PATCH v10 0/2] module: Extend module_blacklist parameter to built-in modules
 2026-09-10  1:32 UTC  (8+ messages)

[PATCH v9 0/4] alloc_tag and module codetag section fixes
 2026-09-09 13:57 UTC  (8+ messages)
` [PATCH v9 3/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v9 4/4] module: allocate codetag sections before the regular module layout


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).