messages from 2026-08-27 13:36:45 to 2026-09-07 19:34:49 UTC [more...]
[PATCH v2 bpf-next 00/18] Support inline functions in BTF
2026-09-07 19:34 UTC (44+ 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 04/18] selftests/bpf: Test helper support for BTF_KIND_LOC[_PARAM|_PROTO|SEC]
` [PATCH v2 bpf-next 05/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to field iter tests
` [PATCH v2 bpf-next 06/18] selftests/bpf: Add LOC_PARAM, LOC_PROTO, LOCSEC to dedup split tests
` [PATCH v2 bpf-next 07/18] selftests/bpf: BTF distill tests to ensure LOC[_PARAM|_PROTO] add to split BTF
` [PATCH v2 bpf-next 08/18] selftests/bpf: Validate that btf__permute transfer works
` [PATCH v2 bpf-next 09/18] bpftool: Handle multi-split BTF by supporting multiple base BTFs
` [PATCH v2 bpf-next 10/18] bpftool: Document support for multi-split BTF
` [PATCH v2 bpf-next 11/18] bpftool: Add ability to dump LOC_PARAM, LOC_PROTO and LOCSEC
` [PATCH v2 bpf-next 12/18] resolve_btfids: Extract inline BTF
` [PATCH v2 bpf-next 13/18] kbuild: Add support for BTF inline information
` [PATCH v2 bpf-next 14/18] btf: Make vmlinux, module inline info available in /sys/kernel/btf
` [PATCH v2 bpf-next 15/18] btf: Support CONFIG_DEBUG_INFO_BTF_INLINE=m
` [PATCH v2 bpf-next 16/18] btf: Relocate inline BTF for modules with distilled base BTF
` [PATCH v2 bpf-next 17/18] selftests/bpf: Test BTF sysfs inline representations
` [PATCH v2 bpf-next 18/18] selftests/bpf: Add a test verifying inline information
[PATCH v7 0/4] alloc_tag and module codetag section fixes
2026-09-07 12:17 UTC (17+ messages)
` [PATCH v7 1/4] alloc_tag: move release_module_tags() above reserve_module_tags()
` [PATCH v7 2/4] module: introduce SH_ENTSIZE_STANDALONE for separately allocated sections
` [PATCH v7 3/4] module: allocate codetag sections before the regular module layout
` [PATCH v7 4/4] alloc_tag: release the reservation when populate fails
[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 v10 0/2] module: Extend module_blacklist parameter to built-in modules
2026-09-06 15:07 UTC (17+ messages)
` [PATCH v10 1/2] "
` [PATCH v10 2/2] module: Rename module_blacklist to module_denylist
[PATCH v8 00/43] dyndbg: fix classmaps API for DRM, query extensions, and selftests
2026-09-05 18:33 UTC (62+ messages)
` [PATCH v8 01/43] selftests/dyndbg: Add kselftest script to verify dynamic-debug
` [PATCH v8 02/43] drm: Fix incorrect ccflags-y spelling inside Makefile
` [PATCH v8 03/43] drm: fix config dependent unused variable warning
` [PATCH v8 04/43] drm: Mark CONFIG_DRM_USE_DYNAMIC_DEBUG as unBROKEN
` [PATCH v8 05/43] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH v8 06/43] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [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
[PATCH v3 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-09-05 12:51 UTC (13+ messages)
` [PATCH v3 1/2] module: pull out add_taint_module() to be public
` [PATCH v3 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[PATCH] module: validate sh_name for SHT_NULL sections
2026-09-05 11:19 UTC (2+ messages)
[RFC PATCH 0/9] arm64: Allocate .text and .init.text together
2026-09-02 17:23 UTC (5+ messages)
[RFC PATCH v6 0/2] module: allocate codetag sections before the regular module layout
2026-09-02 7:28 UTC (8+ messages)
` [RFC PATCH v6 1/2] alloc_tag: move release_module_tags() above reserve_module_tags()
` [RFC PATCH v6 2/2] module: allocate codetag sections before the regular module layout
[PATCH v2] kstack_erase: suppress -grecord-gcc-switches for external module builds
2026-09-02 5:21 UTC (6+ messages)
` [PATCH v3] scripts/gcc-plugins: suppress recorded GCC switches for extmod builds
[PATCH v4 0/3] Ignore local labels and mapping symbols during module load
2026-09-01 12:30 UTC (3+ messages)
` [PATCH v4 1/3] module/kallsyms: Rename is_mapping_symbol() to is_ignored_kernel_symbol()
[PATCH v9 0/2] module: Extend module_blacklist parameter to built-in modules
2026-09-01 1:21 UTC (6+ messages)
` [PATCH v9 1/2] "
[PATCH v2 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-31 11:57 UTC (11+ messages)
` [PATCH v2 1/2] module: pull out add_taint_module() to be public
` [PATCH v2 2/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
[RFC] module: init-failure path can free a module with live try_module_get() users
2026-08-31 10:00 UTC (3+ messages)
[PATCH v5 0/2] alloc_tag: fix undetected compressed tag overflow when profiling is disabled
2026-08-31 7:38 UTC (7+ messages)
` [PATCH v5 2/2] "
[PATCH v19 00/40] DEPT(DEPendency Tracker)
2026-08-30 23:09 UTC (7+ messages)
[RFC PATCH 4/9] module: Allocate MOD_INIT_TEXT from the MOD_TEXT ROX allocation
2026-08-28 14:11 UTC (2+ messages)
[PATCH 0/2] driver core: add TAINT_FORCED_BIND for when userspace manually messes with devices and drivers
2026-08-27 14:30 UTC (4+ messages)
` [PATCH 1/2] module: pull out add_taint_module() to be public
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