messages from 2026-09-05 18:13:41 to 2026-09-09 21:59:15 UTC [more...]
[PATCH 00/23] kbuild: significantly speed up kernel builds
2026-09-09 21:58 UTC (39+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 07/23] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH 08/23] kallsyms: reimplement mksysmap in C
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 10/23] kbuild: cache list, composite object state per object
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 14/23] modpost: cache section relocation mismatch state
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 21/23] rust: make exports.o depend on the headers generated for it
` [PATCH 22/23] kbuild: build rust crates in parallel with the rest of the build
` [PATCH 23/23] kbuild: use pigz for gzip compression if available
[PATCH v5 00/24] vdso: Reject absolute relocations during build
2026-09-09 19:47 UTC (49+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 03/24] ARM: elf: "
` [PATCH v5 04/24] arm64: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK
[PATCH RFC v3 00/13] sysctl: add module aliases
2026-09-09 17:29 UTC (7+ messages)
[PATCH v9 00/39] dyndbg: fix classmaps API for subsystems, query extensions, and selftests
2026-09-09 15:50 UTC (41+ 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] scripts/sorttable: Mark long_size as __maybe_unused
2026-09-09 6:11 UTC (4+ messages)
[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
2026-09-09 2:26 UTC (9+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust
[PATCH 3/5] compiler_attributes: Add overflow_behavior macros __ob_trap and __ob_wrap
2026-09-08 22:34 UTC (2+ messages)
[PATCH] rust: allow `unknown_lints` in generated bindings for Rust < 1.88
2026-09-08 21:35 UTC (4+ messages)
[PATCH] kconfig: reject malformed KCONFIG_PROBABILITY values
2026-09-08 20:36 UTC (4+ messages)
` [PATCH v2] kconfig: warn about "
[PATCH v2 00/27] objtool: dynamically detect noreturns
2026-09-08 20:33 UTC (28+ messages)
` [PATCH v2 01/27] objtool: Remove obsolete noreturns.h entries
` [PATCH v2 02/27] kbuild: Add CONFIG_OBJTOOL_DEFERRED
` [PATCH v2 03/27] kbuild: Add CONFIG_OBJTOOL_CONTROL_FLOW
` [PATCH v2 04/27] objtool: Fix dead end detection for sibling calls
` [PATCH v2 05/27] objtool: Refactor the noreturn/dead-end detection
` [PATCH v2 06/27] objtool: Ignore traps after noreturn calls in STT_CODE
` [PATCH v2 07/27] objtool: Make .discard.stack_frame_non_standard non-allocatable
` [PATCH v2 08/27] efi/libstub: Drop .discard.addressable from the stub objects
` [PATCH v2 09/27] efi/loongarch: Mark loongarch efi_boot_kernel() non-standard for objtool
` [PATCH v2 10/27] objtool: Add ANNOTATE_IGNORE_NORETURN()
` [PATCH v2 11/27] LoongArch: Annotate reboot and kexec paths as returnable
` [PATCH v2 12/27] kbuild: Defer running objtool to link time for all CFG features
` [PATCH v2 13/27] rust: Annotate the intrinsic stubs as returnable
` [PATCH v2 14/27] panic: Mark abort() __noreturn
` [PATCH v2 15/27] x86/xen: Ignore noreturn status of weak mem_map_via_hcall()
` [PATCH v2 16/27] objtool: Detect noreturns in weak functions
` [PATCH v2 17/27] x86/entry: Make rewind_stack_and_make_dead() a real function
` [PATCH v2 18/27] x86/xen: Make xen_cpu_bringup_again() "
` [PATCH v2 19/27] x86/xen: Make xen_start_kernel() noreturn
` [PATCH v2 20/27] x86/boot: Rework how pi startup symbols get exposed to vmlinux
` [PATCH v2 21/27] objtool: Fix noreturn detection for non-sibling jumps to SYM_CODE
` [PATCH v2 22/27] objtool: Add options to write/read exported noreturns to/from a file
` [PATCH v2 23/27] kbuild: Do the per-module objtool pass right before linking
` [PATCH v2 24/27] kbuild: Generate the noreturn list and validate modules against it
` [PATCH v2 25/27] objtool: Add ANNOTATE_EXPORTED_NORETURN()
` [PATCH v2 26/27] objtool: Annotate all module-exported noreturns and remove noreturns.h
` [PATCH v2 27/27] objtool: Warn about missing/stale ANNOTATE_EXPORTED_NORETURN() usage
[PATCH v2] docs: kconfig: fix shell function syntax in caveats
2026-09-07 20:52 UTC (2+ messages)
[PATCH 1/2] scripts: add TOML config to container tool
2026-09-07 11:28 UTC (6+ messages)
[PATCH RESEND v3 1/3] scripts: add TOML config to container tool
2026-09-07 11:19 UTC (3+ messages)
[PATCH v4 1/3] scripts: add TOML config to container tool
2026-09-07 11:10 UTC (3+ messages)
` [PATCH v4 2/3] Documentation: dev-tools: update container.rst with config file
` [PATCH v4 3/3] Documentation: dev-tools: refer to user ID rather than id
[PATCH v2] checkkconfigsymbols: resolve revisions before resetting the tree
2026-09-07 10:37 UTC
[PATCH v2] kconfig: preserve the final answer when input has no newline
2026-09-07 10:37 UTC
[PATCH v4 0/5] add kconfirm
2026-09-07 8:34 UTC (5+ messages)
[PATCH] kallsyms: also special-case symbols aliasing _sinittext
2026-09-07 6:12 UTC
[PATCH v8 00/43] dyndbg: fix classmaps API for DRM, query extensions, and selftests
2026-09-05 18:13 UTC (14+ messages)
` [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