public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-03 05:34:58 to 2024-10-14 14:14:03 UTC [more...]

[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
 2024-10-14 14:13 UTC  (5+ messages)
` [PATCH v2 1/7] streamline_config.pl: fix missing variable operator in debug print
` [PATCH v2 2/7] streamline_config.pl: ensure all defaults are tracked
` [PATCH v2 3/7] streamline_config.pl: remove prompt warnings for configs with defaults
` [PATCH v1 4/7] streamline_config.pl: include tool to learn about a config option

[PATCH 0/2] Use dot prefixes for section names
 2024-10-14 12:57 UTC  (3+ messages)
` [PATCH 1/2] codetag: Use dot prefix for section name
` [PATCH 2/2] runtime-const: Use dot prefix for section names

[PATCH] kconfig: nconf: Use TAB to cycle thru dialog buttons
 2024-10-14  9:18 UTC 

[PATCH] sumversion: Fix a memory leak in get_src_version()
 2024-10-13 13:11 UTC 

[PATCH] rust: query the compiler for dylib path
 2024-10-12 23:52 UTC  (18+ messages)
          ` [PATCH v3] "
              ` [PATCH v4] "
          ` [PATCH v5] "

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-12  0:30 UTC  (22+ messages)
` [PATCH v4 01/19] scripts: move genksyms crc32 implementation to a common include
` [PATCH v4 02/19] tools: Add gendwarfksyms
` [PATCH v4 03/19] gendwarfksyms: Add address matching
` [PATCH v4 04/19] gendwarfksyms: Expand base_type
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [PATCH v4 06/19] gendwarfksyms: Expand type modifiers and typedefs
` [PATCH v4 07/19] gendwarfksyms: Expand subroutine_type
` [PATCH v4 08/19] gendwarfksyms: Expand array_type
` [PATCH v4 09/19] gendwarfksyms: Expand structure types
` [PATCH v4 10/19] gendwarfksyms: Limit structure expansion
` [PATCH v4 11/19] gendwarfksyms: Add die_map debugging
` [PATCH v4 12/19] gendwarfksyms: Add symtypes output
` [PATCH v4 13/19] gendwarfksyms: Add symbol versioning
` [PATCH v4 14/19] gendwarfksyms: Add support for kABI rules
` [PATCH v4 15/19] gendwarfksyms: Add support for reserved and ignored fields
` [PATCH v4 16/19] gendwarfksyms: Add support for symbol type pointers
` [PATCH v4 17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols
` [PATCH v4 18/19] kbuild: Add gendwarfksyms as an alternative to genksyms
` [PATCH v4 19/19] Documentation/kbuild: Add DWARF module versioning

[PATCH v5 00/16] Extended MODVERSIONS Support
 2024-10-11 23:46 UTC  (11+ messages)
` [PATCH v5 13/16] export_report: Rehabilitate script
` [PATCH v5 14/16] modules: Support extended MODVERSIONS info

[RFC PATCH v1] module: sign with sha512 by default to avoid build errors
 2024-10-11 23:14 UTC  (11+ messages)

[PATCH 0/2] Normalized CFI integer tags Kconfig fixes
 2024-10-11 12:06 UTC  (13+ messages)
` [PATCH 1/2] kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`
    ` [PATCH] "
` [PATCH 2/2] cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS

[peterz-queue:x86/ibt] [x86/ibt] a512fcf757: kernel_BUG_at_arch/x86/kernel/alternative.c
 2024-10-11  6:27 UTC 

(no subject)
 2024-10-10 20:47 UTC  (11+ messages)
` [PATCH 1/7] linux-kbuild: fix: config option can be bool
` [PATCH 5/7] linux-kbuild: fix: implement choice for kconfigs
` [PATCH 7/7] linux-kbuild: fix: process config options set to "y"

[PATCH v3 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-10 19:23 UTC  (7+ messages)
` [PATCH v3 1/6] Add AutoFDO "
` [PATCH v3 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH v3 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v3 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v3 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v3 6/6] Add Propeller configuration for kernel build

[PATCH v5 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-10 11:37 UTC  (20+ messages)
` [PATCH v5 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v5 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v5 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v5 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros
 2024-10-09 18:27 UTC  (3+ messages)

[PATCH v3] Kbuild: fix issues with rustc-option
 2024-10-09 13:00 UTC  (6+ messages)

[PATCH v2] rust: query the compiler for dylib path
 2024-10-09 12:58 UTC 

[PATCH v2] Kbuild: fix issues with rustc-option
 2024-10-09 11:43 UTC  (17+ messages)

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-09  3:17 UTC  (4+ messages)

[PATCH] Kbuild: add RUSTC_BOOTSTRAP to rustc-option
 2024-10-08 20:17 UTC  (7+ messages)

[PATCH 1/3] kconfig: qconf: set QSplitter orientation in the constructor
 2024-10-08 18:00 UTC  (3+ messages)
` [PATCH 2/3] kconfig: qconf: reorder code in ConfigMainWindow() constructor
` [PATCH 3/3] kconfig: qconf: set parent in the widget constructor

[PATCH] kbuild: Add vmlinux_install to facilitate debugging
 2024-10-08 17:39 UTC  (3+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (21+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel

[PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-07 19:21 UTC  (23+ messages)
` [PATCH v2 1/6] Add AutoFDO "
` [PATCH v2 3/6] Change the symbols order when --ffuntion-sections is enabled

[GIT PULL] Kbuild fixes for v6.12-rc2
 2024-10-06 19:13 UTC  (2+ messages)

[PATCH v3 00/20] Implement DWARF modversions
 2024-10-06 17:36 UTC  (3+ messages)
` [PATCH v3 01/20] scripts: import more list macros

[PATCH] kbuild: fix a typo dt_binding_schema -> dt_binding_schemas
 2024-10-06 17:34 UTC  (2+ messages)

[PATCH] kbuild: deb-pkg: Remove blank first line from maint scripts
 2024-10-06 17:24 UTC  (4+ messages)

[PATCH 00/23] kbuild: support building external modules in a separate build directory
 2024-10-04 20:16 UTC  (19+ messages)
` [PATCH 09/23] speakup: use SPKDIR=$(src) to specify the source directory
` [PATCH 17/23] kbuild: build external modules in their directory
` [PATCH 18/23] kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
` [PATCH 19/23] kbuild: support building external modules in a separate build directory
` [PATCH 20/23] kbuild: support -fmacro-prefix-map for external modules
` [PATCH 21/23] kbuild: use absolute path in the generated wrapper Makefile
` [PATCH 22/23] kbuild: make wrapper Makefile more convenient for external modules
` [PATCH 23/23] kbuild: allow to start building external module in any directory

[PATCH v2 0/8] Enable build system on macOS hosts
 2024-10-03 22:32 UTC  (3+ messages)
` [PATCH v2 2/8] file2alias: fix uuid_t definitions for macos

[PATCH v2] rust: enable arbitrary_self_types and remove `Receiver`
 2024-10-03 21:49 UTC  (2+ messages)

[PATCH v2 1/2] selinux: do not include <linux/*.h> headers from host programs
 2024-10-03 20:29 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox