linux-kbuild.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH] docs: Makefile: Add a testdocs target for the documentation unit tests
 2026-09-16 20:53 UTC  (2+ messages)

[PATCH v2] docs: kconfig: fix shell function syntax in caveats
 2026-09-16 19:35 UTC  (4+ messages)

[PATCH v10 00/38] dyndbg: Fix classmaps API for subsystems, query extensions, selftests
 2026-09-16 15:33 UTC  (39+ 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 v2 00/21] kbuild: significantly speed up kernel builds
 2026-09-16 15:27 UTC  (80+ messages)
` [PATCH v2 01/21] kbuild: do not allocate .modinfo in vmlinux
` [PATCH v2 02/21] kallsyms: index symbols by token to speed up table compression
` [PATCH v2 03/21] kallsyms: output binary data to speed output and kallsyms assembly
      ` [v2 "
` [PATCH v2 04/21] kbuild: do not sort nm output where the order is irrelevant
` [PATCH v2 05/21] kbuild: only emit vmlinux relocations when required
` [PATCH v2 06/21] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH v2 07/21] kallsyms: reimplement mksysmap in C
` [PATCH v2 08/21] kbuild: cache list, composite object state per object
` [PATCH v2 09/21] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH v2 10/21] kbuild: move the toolchain checks into init/Kconfig.toolchain
` [PATCH v2 11/21] kbuild: avoid re-running compiler and linker probes
` [PATCH v2 12/21] modpost: cache section relocation mismatch state
` [PATCH v2 13/21] modpost: emit module descriptors as assembly
` [PATCH v2 14/21] kbuild: batch module finalisation
` [PATCH v2 15/21] objtool: cache relocations, do less work
` [PATCH v2 16/21] objtool: size the instruction hash to the text
` [PATCH v2 17/21] objtool: decode instructions and resolve branch targets in parallel
` [PATCH v2 18/21] kbuild: rust: optionally parallelise rustc front end
` [PATCH v2 19/21] rust: make exports.o depend on the headers generated for it
` [PATCH v2 20/21] kbuild: build rust crates in parallel with the rest of the build
` [PATCH v2 21/21] kbuild: use pigz for gzip compression if available

[PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
 2026-09-16  6:54 UTC  (2+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-09-16  0:40 UTC  (9+ messages)

[PATCH v2] checkkconfigsymbols: resolve revisions before resetting the tree
 2026-09-15 23:36 UTC  (3+ messages)

[PATCH v2 0/5] kconfig: improve input validation for numeric options
 2026-09-15 21:15 UTC  (6+ messages)
` [PATCH v2 1/5] kconfig: promote invalid numeric reference from warning to error
` [PATCH v2 2/5] kconfig: check for out-of-bounds numeric constants
` [PATCH v2 3/5] kconfig: check for hex and int mismatches
` [PATCH v2 4/5] kconfig: prevent out-of-bounds user input for numeric options
` [PATCH v2 5/5] kconfig: use unsigned integers for hex range checks

[PATCH v3] kconfig: warn about malformed KCONFIG_PROBABILITY values
 2026-09-15 15:18 UTC  (4+ messages)
` [PATCH v4] "
    ` [PATCH v5] "

[PATCH] kbuild: add header check facility as a manually run static analyzer
 2026-09-15 10:43 UTC 

[PATCH v6 00/13] syscalls: Add a shared table for all archs
 2026-09-15  7:45 UTC  (2+ messages)

[PATCH] kbuild: fix grammar in output Makefile .gitignore generation comment
 2026-09-15  1:37 UTC  (2+ messages)

[PATCH 0/2] make: accelerate tagging process
 2026-09-15  0:07 UTC  (3+ messages)
` [PATCH 1/2] make: parallelize tags generation
` [PATCH 2/2] make: cache per-directory tags

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-14  8:57 UTC  (70+ messages)
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
    ` [4/23] "
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [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 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 23/23] kbuild: use pigz for gzip compression if available

[PATCH] kbuild: quote glob pattern in find command for asm-headers
 2026-09-14  7:08 UTC  (2+ messages)

[PATCH] kbuild: fix spurious error from find when generating asm-headers
 2026-09-14  6:03 UTC  (3+ messages)

[GIT PULL] Kbuild fixes for 7.3 #1
 2026-09-12 23:24 UTC  (2+ messages)

[PATCH 08/23] kallsyms: reimplement mksysmap in C
 2026-09-11 19:42 UTC  (4+ messages)

[PATCH] kbuild: drop dependency on .config for tools/
 2026-09-11 19:24 UTC  (2+ messages)

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

[PATCH 0/4] kconfig: improve input validation for numeric options
 2026-09-10 22:19 UTC  (4+ messages)
` [PATCH 4/4] kconfig: prevent out-of-bounds user input "


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).