messages from 2026-09-05 18:13:40 to 2026-09-11 19:26:09 UTC [more...]
[PATCH v2 bpf-next 00/18] Support inline functions in BTF
2026-09-11 19:26 UTC (14+ 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 11/18] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf
[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
2026-09-11 18:20 UTC (56+ messages)
` [PATCH v9 01/39] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v9 02/39] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v9 03/39] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v9 04/39] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v9 05/39] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v9 06/39] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v9 07/39] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v9 08/39] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 09/39] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v9 10/39] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v9 11/39] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v9 12/39] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v9 13/39] dyndbg: reduce verbose/debug clutter
` [PATCH v9 14/39] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v9 15/39] kbuild, dyndbg: Clean up builtin module-name ambiguities
` [PATCH v9 16/39] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v9 17/39] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v9 18/39] dyndbg: replace classmap list with an array-slice
` [PATCH v9 19/39] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v9 20/39] dyndbg: reduce class param storage to u32
` [PATCH v9 21/39] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v9 22/39] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v9 23/39] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v9 24/39] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v9 25/39] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v9 26/39] dyndbg: detect class_id reservation conflicts
` [PATCH v9 27/39] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v9 28/39] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v9 29/39] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v9 30/39] dyndbg: control-parser: treat comma as a token separator
` [PATCH v9 31/39] selftests: enable comma-terminator tests
` [PATCH v9 32/39] dyndbg: split multi-query strings with @
` [PATCH v9 33/39] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v9 34/39] dyndbg: harden classmap and descriptor validation
` [PATCH v9 35/39] docs/dyndbg: add classmap info to howto
` [PATCH v9 36/39] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v9 37/39] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v9 38/39] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v9 39/39] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls
[PATCH 0/6] Remove the error-injection.h include from linux/module.h
2026-09-11 17:31 UTC (9+ 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
[PATCH v2 0/6] module: Limit ELF includes in linux/module.h to uapi/linux/elf.h
2026-09-11 14:55 UTC (13+ 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 v3 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:52 UTC (7+ 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] module: reject out-of-range relocation target indices
2026-09-10 16:19 UTC (5+ 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 (15+ messages)
` [PATCH v10 1/2] "
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-09 13:57 UTC (12+ messages)
` [PATCH v9 1/4] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v9 2/4] alloc_tag: clean up the populate failure path
` [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
[PATCH v4 0/3] Ignore local labels and mapping symbols during module load
2026-09-09 10:48 UTC (2+ messages)
[PATCH v10 2/2] module: Rename module_blacklist to module_denylist
2026-09-09 1:35 UTC (2+ messages)
[PATCH v11 0/3] module: Extend module_blacklist parameter to built-in modules
2026-09-08 20:32 UTC (4+ messages)
` [PATCH v11 1/3] module: Treat dashes and underscores interchangeably in module_blacklist
` [PATCH v11 2/3] module: Extend module_blacklist parameter to built-in modules
` [PATCH v11 3/3] module: Rename module_blacklist to module_denylist
[RFC] module: init-failure path can free a module with live try_module_get() users
2026-09-08 12:10 UTC (4+ messages)
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-08 9:21 UTC
[PATCH v9 0/4] alloc_tag and module codetag section fixes
2026-09-08 9:20 UTC
[PATCH v7 0/4] alloc_tag and module codetag section fixes
2026-09-08 6:39 UTC (8+ messages)
` [PATCH v7 2/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
[PATCH v3] tracing: Export live module tracepoint strings in printk_formats
2026-09-08 5:18 UTC (2+ messages)
[PATCH v8 0/4] alloc_tag and module codetag section fixes
2026-09-07 9:27 UTC (8+ messages)
` [PATCH v8 1/4] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v8 2/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v8 3/4] module: allocate codetag sections before the regular module layout
` [PATCH v8 4/4] alloc_tag: release the reservation when populate fails
[PATCH v8 00/43] dyndbg: fix classmaps API for DRM, query extensions, and selftests
2026-09-05 18:33 UTC (58+ messages)
` [PATCH v8 01/43] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v8 04/43] drm: Mark CONFIG_DRM_USE_DYNAMIC_DEBUG as unBROKEN
` [PATCH v8 07/43] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH v8 08/43] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH v8 09/43] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v8 10/43] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v8 11/43] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v8 12/43] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v8 13/43] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH v8 14/43] dyndbg: drop NUM_TYPE_ARGS
` [PATCH v8 15/43] dyndbg: bump num-tokens in a query-cmd from 9 to 15
` [PATCH v8 16/43] dyndbg: reduce verbose/debug clutter
` [PATCH v8 17/43] lib/parser: add match_wildcard_hyphen() for agnostic matching
` [PATCH v8 18/43] kbuild, dyndbg: clean up builtin module-name ambiguities
` [PATCH v8 19/43] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v8 20/43] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v8 21/43] dyndbg: replace classmap list with an array-slice
` [PATCH v8 22/43] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v8 23/43] dyndbg: reduce class param storage to u32
` [PATCH v8 24/43] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH v8 25/43] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH v8 26/43] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH v8 27/43] dyndbg-API: replace DECLARE_DYNDBG_CLASSMAP
` [PATCH v8 28/43] selftests/dyndbg: enable FT_classmap_inheritance
` [PATCH v8 29/43] dyndbg: detect class_id reservation conflicts
` [PATCH v8 30/43] dyndbg: check DYNAMIC_DEBUG_CLASSMAP_{DEFINE,USE_} args at compile-time
` [PATCH v8 31/43] dyndbg-test: add do_bulk testpoint, rename do_prints to do_classes
` [PATCH v8 32/43] dyndbg-API: promote DYNAMIC_DEBUG_CLASSMAP_PARAM to API
` [PATCH v8 33/43] dyndbg: control-parser: treat comma as a token separator
` [PATCH v8 34/43] selftests: enable comma-terminator tests
` [PATCH v8 35/43] dyndbg: split multi-query strings with @
` [PATCH v8 36/43] dyndbg: resolve "protection" of class'd pr_debug
` [PATCH v8 37/43] dyndbg: harden classmap and descriptor validation
` [PATCH v8 38/43] docs/dyndbg: add classmap info to howto
` [PATCH v8 39/43] dyndbg: Ignore additional arguments from pr_fmt
` [PATCH v8 40/43] dyndbg: add epilogue to dynamic_debug/control file
` [PATCH v8 41/43] dyndbg: add +c flag to count advantage of classmaps for DRM
` [PATCH v8 42/43] dyndbg: add DEBUG-biased fallback stubs for _dynamic_func_call_cls
` [PATCH v8 43/43] selftests/dynamic_debug: Prime params module with +p in FT_comma_terminators
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox