messages from 2026-03-26 21:21:41 to 2026-05-05 09:05:30 UTC [more...]
[PATCH v5 00/14] module: Introduce hash-based integrity checking
2026-05-05 9:05 UTC (5+ messages)
` [PATCH v5 01/14] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v5 02/14] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v5 03/14] kbuild: rename the strip_relocs command
` [PATCH v5 04/14] module: Drop pointless debugging message
[PATCH 00/17] dynamic-debug cleanups refactors maintenance
2026-05-05 8:05 UTC (19+ messages)
` [PATCH 01/17] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH 02/17] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH 03/17] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH 04/17] dyndbg: make ddebug_class_param union members same size
` [PATCH 05/17] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH 06/17] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH 07/17] dyndbg: reduce verbose/debug clutter
` [PATCH 08/17] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH 09/17] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH 10/17] dyndbg: replace classmap list with a vector
` [PATCH 11/17] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH 12/17] dyndbg,module: make proper substructs in _ddebug_info
` [PATCH 13/17] dyndbg: move mod_name down from struct ddebug_table to _ddebug_info
` [PATCH 14/17] dyndbg: hoist classmap-filter-by-modname up to ddebug_add_module
` [PATCH 15/17] dyndbg-API: remove DD_CLASS_TYPE_(DISJOINT|LEVEL)_NAMES and code
` [PATCH 16/17] selftests-dyndbg: add a dynamic_debug run_tests target
` [PATCH 17/17] dyndbg: change __dynamic_func_call_cls* macros into expressions
[PATCH 0/5] PATCH 0/6] dyndbg: fix i386 alignment and KEEP module sections
2026-05-05 7:26 UTC (7+ messages)
` [PATCH 1/5] vmlinux.lds.h: refactor BOUNDED_SECTION_* macros into bounded_sections.lds.h
` [PATCH 2/5] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH 3/5] vmlinux.lds.h: Fix ALIGN(8) omission causing NULL ptr on i386
` [PATCH 4/5] vmlinux.lds.h: remove redundant ALIGN(8) directives
` [PATCH 5/5] dyndbg.lds.S: fix lost dyndbg sections in modules
[PATCH v5 0/4] kallsyms: embed source file:line info in kernel stack traces
2026-05-04 15:34 UTC (5+ messages)
` [PATCH v5 1/4] "
` [PATCH v5 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v5 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v5 4/4] kallsyms: add KUnit tests for lineinfo feature
[PATCH] kbuild/btf: Remove broken module relinking exclusion
2026-04-30 1:04 UTC (7+ messages)
[PATCH] rust: module_param: use `pr_warn_once!` for null pointer warning
2026-04-29 23:21 UTC (4+ messages)
[PATCH v18 25/42] dept: add documents for dept
2026-04-28 16:26 UTC (2+ messages)
` [PATCH] dept: update documentation function names to match implementation
[PATCH v4 0/4] Enable sysfs module symlink for more built-in drivers
2026-04-28 13:07 UTC (10+ messages)
` [PATCH v4 1/4] kernel: param: initialize module_kset before do_initcalls()
` [PATCH v4 2/4] coresight: pass THIS_MODULE implicitly through a macro
` [PATCH v4 3/4] driver core: platform: set mod_name in driver registration
` [PATCH v4 4/4] docs: driver-api: add mod_name argument to __platform_register_drivers()
[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
2026-04-28 8:23 UTC (7+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search
[PATCH 0/1] rust: module_param: support bool parameters
2026-04-27 8:04 UTC (6+ messages)
` [PATCH 1/1] "
[RFC PATCH 2/2] kernel/module: Decouple klp and ftrace from load_module
2026-04-26 14:26 UTC (7+ messages)
[RFC PATCH 1/2] kernel/notifier: replace single-linked list with double-linked list for reverse traversal
2026-04-26 14:14 UTC (12+ messages)
[PATCH v14 00/92] dyndbg: enable 0-off-cost for all of __drm_debug
2026-04-23 20:54 UTC (20+ messages)
` [PATCH v14 01/92] dyndbg: fix NULL ptr on i386 due to section mis-alignment
` [PATCH v14 02/92] vmlinux.lds.h: move BOUNDED_SECTION_* macros to reuse later
` [PATCH v14 03/92] dyndbg.lds.S: fix lost dyndbg sections in modules
` [PATCH v14 04/92] vmlinux.lds.h: drop unused HEADERED_SECTION* macros
` [PATCH v14 05/92] dyndbg: factor ddebug_match_desc out from ddebug_change
` [PATCH v14 06/92] dyndbg: add stub macro for DECLARE_DYNDBG_CLASSMAP
` [PATCH v14 07/92] docs/dyndbg: update examples \012 to \n
` [PATCH v14 08/92] docs/dyndbg: explain flags parse 1st
` [PATCH v14 09/92] test-dyndbg: fixup CLASSMAP usage error
` [PATCH v14 10/92] dyndbg: reword "class unknown," to "class:_UNKNOWN_"
` [PATCH v14 11/92] dyndbg: make ddebug_class_param union members same size
` [PATCH v14 12/92] dyndbg: drop NUM_TYPE_ARRAY
` [PATCH v14 13/92] dyndbg: tweak pr_fmt to avoid expansion conflicts
` [PATCH v14 14/92] dyndbg: reduce verbose/debug clutter
` [PATCH v14 15/92] dyndbg: refactor param_set_dyndbg_classes and below
` [PATCH v14 16/92] dyndbg: tighten fn-sig of ddebug_apply_class_bitmap
` [PATCH v14 17/92] dyndbg: replace classmap list with a vector
` [PATCH v14 18/92] dyndbg: macrofy a 2-index for-loop pattern
` [PATCH v14 19/92] dyndbg,module: make proper substructs in _ddebug_info
[PATCH] params: bound array element output to the caller's page buffer
2026-04-23 9:34 UTC
[PATCH 1/2] kallsyms: show function parameter info in oops/WARN dumps
2026-04-22 14:48 UTC (4+ messages)
` [RFC] btf: split core BTF parsing out of BPF subsystem into kernel/btf/
[PATCH] kernel/trace/ftrace: introduce ftrace module notifier
2026-04-21 22:40 UTC (9+ messages)
[PATCH AUTOSEL 7.0-5.15] module: Override -EEXIST module return
2026-04-20 13:18 UTC
[PATCH v2 00/19] crypto: Standalone crypto module
2026-04-18 0:20 UTC (20+ messages)
` [PATCH v2 01/19] crypto: add Kconfig options for standalone "
` [PATCH v2 02/19] crypto: add module entry for standalone crypto kernel module
` [PATCH v2 03/19] build: special compilation rule for building the standalone crypto module
` [PATCH v2 04/19] build: Add ELF marker for crypto-objs-m modules
` [PATCH v2 05/19] module: allow kernel module loading directly from memory
` [PATCH v2 06/19] crypto: add pluggable interface for module symbols referenced by the main kernel
` [PATCH v2 07/19] crypto: dedicated ELF sections for collected crypto initcalls
` [PATCH v2 08/19] crypto: fips140: add crypto module loader
` [PATCH v2 09/19] build: embed the standalone crypto module into vmlinux
` [PATCH v2 10/19] module: skip modversion checks for crypto modules
` [PATCH v2 11/19] build: add CONFIG_DEBUG_INFO_BTF_MODULES support for the standalone crypto kernel module
` [PATCH v2 12/19] Allow selective crypto module loading at boot based on FIPS mode
` [PATCH v2 13/19] Execute crypto initcalls during module initialization
` [PATCH v2 14/19] crypto/algapi.c: skip crypto_check_module_sig() for the standalone crypto module
` [PATCH v2 15/19] crypto: fips140: add module integrity self-check
` [PATCH v2 16/19] crypto: convert exported symbols in architecture-independent crypto to pluggable symbols
` [PATCH v2 17/19] x86/crypto: convert exported symbols in x86 "
` [PATCH v2 18/19] arm64/crypto: convert exported symbols in arm64 "
` [PATCH v2 19/19] Add standalone crypto kernel module technical documentation
[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
2026-04-16 12:30 UTC (6+ messages)
` [PATCH 01/61] Coccinelle: Prefer IS_ERR_OR_NULL over manual NULL check
` [PATCH 55/61] interconnect: "
[RFC PATCH 0/2] Decouple ftrace/livepatch from module loader via notifier priority and reverse traversal
2026-04-15 7:38 UTC (2+ messages)
[GIT PULL] Modules changes for v7.1-rc1
2026-04-15 0:58 UTC (2+ messages)
[PATCH 04/61] ext4: Prefer IS_ERR_OR_NULL over manual NULL check
2026-04-10 15:18 UTC (2+ messages)
[PATCH 1/2] kbuild: rust: allow `clippy::uninlined_format_args`
2026-04-09 17:06 UTC (16+ messages)
` [PATCH 2/2] rust: macros: simplify `format!` arguments
[PATCH v2] module.lds.S: Fix modules on 32-bit parisc architecture
2026-04-09 12:56 UTC (2+ messages)
[PATCH] tracing: preserve module tracepoint strings
2026-04-09 12:37 UTC (3+ messages)
[PATCH] kbuild/btf: Avoid relinking modules when only vmlinux changes
2026-04-08 13:43 UTC (3+ messages)
[PATCH] module.lds.S: Fix modules on 32-bit parisc architecture
2026-04-07 20:03 UTC (3+ messages)
[PATCH v2 0/2] module: Tweak return and warning
2026-04-04 0:37 UTC (4+ messages)
` [PATCH v2 1/2] module: Override -EEXISTS module return
` [PATCH v2 2/2] module: Simplify warning on positive returns from module_init()
[PATCH v5 0/7] scalable symbol flags with __kflagstab
2026-04-01 1:30 UTC (9+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections
[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
2026-03-31 16:23 UTC (5+ messages)
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules
[PATCH] init.h: discard exitcall symbols early
2026-03-31 15:35 UTC (3+ messages)
[RFC PATCH] modules: extend {kstrdup,kfree}_const() to handle per-module .rodata
2026-03-31 13:37 UTC (2+ messages)
[PATCH] module: remove MODULE_VERSION()
2026-03-27 12:44 UTC (4+ messages)
[PATCH 0/4] module: force sh_addr=0 for arch-specific sections
2026-03-27 7:59 UTC (5+ messages)
` [PATCH 1/4] module, arm: "
` [PATCH 2/4] module, arm64: "
` [PATCH 3/4] module, m68k: "
` [PATCH 4/4] module, riscv: "
[PATCH v4 0/8] scalable symbol flags with __kflagstab
2026-03-26 21:31 UTC (3+ messages)
[PATCH v5 0/7] scalable symbol flags with __kflagstab
2026-03-26 21:21 UTC (3+ messages)
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections
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