Linux kbuild/kconfig development
 help / color / mirror / Atom feed
 messages from 2024-10-10 19:46:10 to 2024-10-23 03:30:04 UTC [more...]

[PATCH v2 0/2] sparc/build: Rework CFLAGS for clang compatibility
 2024-10-23  3:29 UTC  (7+ messages)

[PATCH v7 0/3] Extended MODVERSIONS Support
 2024-10-23  2:31 UTC  (4+ messages)
` [PATCH v7 1/3] modules: Support extended MODVERSIONS info
` [PATCH v7 2/3] modpost: Produce extended MODVERSIONS information
` [PATCH v7 3/3] rust: Use gendwarfksyms + extended modversions for CONFIG_MODVERSIONS

[PATCH v3] sumversion: Fix a memory leak in get_src_version()
 2024-10-22 21:37 UTC 

[PATCH v2] sumversion: Fix a memory leak in get_src_version()
 2024-10-22 18:24 UTC  (2+ messages)

[PATCH 1/3] kbuild: rpm-pkg: disable kernel-devel package when cross-compiling
 2024-10-22 18:16 UTC  (3+ messages)
` [PATCH 2/3] kbuild: deb-pkg: add pkg.linux-upstream.nokernelheaders build profile
` [PATCH 3/3] kbuild: deb-pkg: add pkg.linux-upstream.nokerneldbg "

[PATCH v4 00/19] Implement DWARF modversions
 2024-10-22 14:38 UTC  (22+ messages)
` [PATCH v4 03/19] gendwarfksyms: Add address matching
` [PATCH v4 05/19] gendwarfksyms: Add a cache for processed DIEs
` [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 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-22  0:00 UTC  (23+ 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 v5 00/16] Extended MODVERSIONS Support
 2024-10-21 19:35 UTC  (17+ 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-21 18:50 UTC  (12+ 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 v2 1/2] sparc/build: Remove all usage of -fcall-used* flags
 2024-10-21  6:55 UTC 

[PATCH v2] kbuild: Restore the ability to build out of tree dtbs
 2024-10-21  1:22 UTC  (4+ messages)

[PATCH v2] module: sign with sha512 instead of sha1 by default
 2024-10-19 22:57 UTC  (3+ messages)

[PATCH] kconfig: nconf: Fix typo in function comment
 2024-10-19 21:17 UTC 

[PATCH v6 00/17] powerpc: Core ftrace rework, support for ftrace direct and bpf trampolines
 2024-10-18 17:36 UTC  (18+ messages)
` [PATCH v6 01/17] powerpc/trace: Account for -fpatchable-function-entry support by toolchain
` [PATCH v6 02/17] powerpc/kprobes: Use ftrace to determine if a probe is at function entry
` [PATCH v6 03/17] powerpc64/ftrace: Nop out additional 'std' instruction emitted by gcc v5.x
` [PATCH v6 04/17] powerpc32/ftrace: Unify 32-bit and 64-bit ftrace entry code
` [PATCH v6 05/17] powerpc/module_64: Convert #ifdef to IS_ENABLED()
` [PATCH v6 06/17] powerpc/ftrace: Remove pointer to struct module from dyn_arch_ftrace
` [PATCH v6 07/17] powerpc/ftrace: Skip instruction patching if the instructions are the same
` [PATCH v6 08/17] powerpc/ftrace: Move ftrace stub used for init text before _einittext
` [PATCH v6 09/17] powerpc64/bpf: Fold bpf_jit_emit_func_call_hlp() into bpf_jit_emit_func_call_rel()
` [PATCH v6 10/17] powerpc/ftrace: Add a postlink script to validate function tracer
` [PATCH v6 11/17] kbuild: Add generic hook for architectures to use before the final vmlinux link
` [PATCH v6 12/17] powerpc64/ftrace: Move ftrace sequence out of line
` [PATCH v6 13/17] powerpc64/ftrace: Support .text larger than 32MB with out-of-line stubs
` [PATCH v6 14/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_CALL_OPS
` [PATCH v6 15/17] powerpc/ftrace: Add support for DYNAMIC_FTRACE_WITH_DIRECT_CALLS
` [PATCH v6 16/17] samples/ftrace: Add support for ftrace direct samples on powerpc
` [PATCH v6 17/17] powerpc64/bpf: Add support for bpf trampolines

[PATCH] kconfig: nconf: Use TAB to cycle thru dialog buttons
 2024-10-18 17:27 UTC  (2+ messages)

[PATCH v3 0/7] streamline_config.pl: fix: process configs set to "y"
 2024-10-18 14:30 UTC  (13+ 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

[PATCH v1] rust: add PROCMACROLDFLAGS
 2024-10-18  8:38 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v2] kbuild: Move -Wenum-enum-conversion to W=2
 2024-10-17 20:19 UTC  (2+ messages)

[PATCH 0/4] kbuild: cross-compile linux-headers package
 2024-10-17 19:34 UTC  (5+ messages)
` [PATCH 4/4] kbuild: cross-compile linux-headers package when possible

[PATCH] kbuild: Fully disable -Wenum-{compare-conditional,enum-conversion}
 2024-10-16 21:24 UTC  (3+ messages)

[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  (24+ messages)
        ` [PATCH v5] "

[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  (16+ 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  (2+ messages)

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

[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"

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

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


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