Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2024-10-08 18:02:06 to 2024-10-16 14:16:25 UTC [more...]

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-16 14:16 UTC  (23+ 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 v6] rust: use host dylib naming convention
 2024-10-16 13:52 UTC 

Building out of tree dtbs
 2024-10-16 13:47 UTC  (4+ messages)
  ` [PATCH] kbuild: Restore the ability to build "

[PATCH v2 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
 2024-10-16 10:59 UTC 

[PATCH] rust: query the compiler for dylib path
 2024-10-16  1:35 UTC  (28+ messages)
          ` [PATCH v3] "
              ` [PATCH v4] "
          ` [PATCH v5] "

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

[PATCH v6 0/5] Extended MODVERSIONS Support
 2024-10-15 23:19 UTC  (6+ messages)
` [PATCH v6 1/5] export_report: Rehabilitate script
` [PATCH v6 2/5] modules: Support extended MODVERSIONS info
` [PATCH v6 3/5] export_report: Tolerate additional `.mod.c` content
` [PATCH v6 4/5] modpost: Produce extended MODVERSIONS information
` [PATCH v6 5/5] export_report: Use new version info format

[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
 2024-10-15 23:20 UTC  (10+ 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 v2 5/7] streamline_config.pl: fix: implement choice for kconfigs
` [PATCH v2 6/7] streamline_config.pl: process config options set to "y"
` [PATCH v2 7/7] streamline_config.pl: check prompt for bool options

[RFC 0/5] Another initramfs signature checking set
 2024-10-15 22:22 UTC  (6+ messages)
` [RFC 1/5] initramfs: Add initramfs signature checking
` [RFC 2/5] KEYS/certs: Start the builtin key and cert system earlier
` [RFC 3/5] initramfs: Use existing module signing infrastructure
` [RFC 4/5] sign-file: Add -i option to sign initramfs images
` [RFC 5/5] initramfs: Enforce initramfs signature

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

[rfc, PATCH v1 1/1] platform/x86: intel: Add 'intel' prefix to the modules automatically
 2024-10-15 11:01 UTC  (2+ messages)

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

[PATCH v3] Kbuild: fix issues with rustc-option
 2024-10-14 21:58 UTC  (7+ messages)

[PATCH] kbuild: refactor cc-option-yn, cc-disable-warning, rust-option-yn macros
 2024-10-14 21:56 UTC  (4+ messages)

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

[PATCH] sumversion: Fix a memory leak in get_src_version()
 2024-10-14 15:28 UTC  (2+ messages)

(no subject)
 2024-10-14 14:42 UTC  (24+ messages)
` [PATCH 1/7] linux-kbuild: fix: config option can be bool
` [PATCH 2/7] linux-kbuild: fix: missing variable operator
` [PATCH 3/7] linux-kbuild: fix: ensure all defaults are tracked
` [PATCH 4/7] linux-kbuild: fix: ensure selected configs were turned on in original
` [PATCH 5/7] linux-kbuild: fix: implement choice for kconfigs
` [PATCH 6/7] linux-kbuild: fix: configs with defaults do not need a prompt
` [PATCH 7/7] linux-kbuild: fix: process config options set to "y"

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

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

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

[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  (19+ 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 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  (2+ 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


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