public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-23 03:04:53 to 2026-03-29 20:12:02 UTC [more...]

[PATCH v4] kbuild: host: use single executable for rustc -C linker
 2026-03-29 19:46 UTC  (6+ messages)
` [PATCH v5] "

[PATCH v2] kbuild: add GCC stability warning
 2026-03-29 19:44 UTC  (2+ messages)

[PATCH] kbuild: add GCC stability warning
 2026-03-29 18:02 UTC 

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-29 17:33 UTC  (36+ messages)
  `  "

tools/testing/selftests
 2026-03-29 10:04 UTC  (6+ messages)

[PATCH v4 00/15] add SPDX SBOM generation script
 2026-03-29  6:29 UTC  (3+ messages)

[PATCH v7 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-03-28  1:19 UTC  (4+ messages)
` [PATCH v7 1/3] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v7 2/3] kbuild: change --thin back to 'T' in $(AR)
` [PATCH v7 3/3] kbuild: distributed build support for Clang ThinLTO

[PATCH] kbuild: add -fdiagnostics-show-inlining-chain for FORTIFY_SOURCE
 2026-03-27 22:29 UTC  (3+ messages)

[PATCH v3] kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATH
 2026-03-27 19:11 UTC  (3+ messages)

[PATCH] kbuild: fix decl_tag_kfuncs gating to require pahole v1.27
 2026-03-27 16:53 UTC  (2+ messages)

[PATCH v6 0/2] kbuild: distributed build support for Clang ThinLTO
 2026-03-27  7:59 UTC  (6+ messages)
` [PATCH v6 1/2] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
` [PATCH v6 2/2] kbuild: distributed build support for Clang ThinLTO

[PATCH v4 0/8] scalable symbol flags with __kflagstab
 2026-03-26 21:31 UTC  (3+ messages)

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-03-26 21:25 UTC  (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections

[PATCH v5 0/7] scalable symbol flags with __kflagstab
 2026-03-26 21:21 UTC  (8+ messages)
` [PATCH v5 1/7] module: define ksym_flags enumeration to represent kernel symbol flags
` [PATCH v5 2/7] module: add kflagstab section to vmlinux and modules
` [PATCH v5 3/7] module: populate kflagstab in modpost
` [PATCH v5 4/7] module: use kflagstab instead of *_gpl sections
` [PATCH v5 5/7] module: deprecate usage of *_gpl sections in module loader
` [PATCH v5 6/7] module: remove *_gpl sections from vmlinux and modules
` [PATCH v5 7/7] documentation: remove references to *_gpl sections

[PATCH v3 0/8] module: Move 'struct module_signature' to UAPI
 2026-03-26 20:06 UTC  (2+ messages)

[PATCH v2] kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATH
 2026-03-26 13:09 UTC  (5+ messages)

[PATCH v7 0/8] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-26  8:54 UTC  (11+ messages)
` [PATCH v7 1/8] serdev: Convert to_serdev_*() helpers to macros and use container_of_const()
` [PATCH v7 2/8] serdev: Add an API to find the serdev controller associated with the devicetree node
` [PATCH v7 3/8] serdev: Do not return -ENODEV from of_serdev_register_devices() if external connector is used
` [PATCH v7 4/8] dt-bindings: serial: Document the graph port
` [PATCH v7 5/8] dt-bindings: connector: Add PCIe M.2 Mechanical Key E connector
` [PATCH v7 6/8] Bluetooth: hci_qca: Add M.2 Bluetooth device support using pwrseq
` [PATCH v7 7/8] power: sequencing: pcie-m2: Add support for PCIe M.2 Key E connectors
` [PATCH v7 8/8] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth

[PATCH v2] rust: allow Clang-native `RANDSTRUCT` configs
 2026-03-26  3:18 UTC  (4+ messages)

[PATCH] modpost: Declare extra_warn with unused attribute
 2026-03-26  1:20 UTC 

[PATCH] kbuild: rust: add AutoFDO support
 2026-03-25 17:10 UTC  (10+ messages)

[PATCH] kbuild: modules-cpio-pkg: Respect INSTALL_MOD_PATH
 2026-03-25 15:25 UTC  (4+ messages)

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-25 12:44 UTC  (18+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 7/9] arm64: defconfig: remove incorrect assignment to IPQ_APSS_5018
` [PATCH 8/9] arm64: defconfig: remove obsolete assignment to SENSORS_SA67MCU
` [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

[PATCH v2 0/5] kbuild: uapi: also test UAPI headers against C++ compilers
 2026-03-25 12:27 UTC  (2+ messages)

[PATCH v6 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-25 12:06 UTC  (12+ messages)
` [PATCH v6 6/9] dt-bindings: connector: m2: Add M.2 1620 LGA soldered down connector

[PATCH v2] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
 2026-03-25  9:04 UTC  (5+ messages)

[PATCH 0/2] kallsyms: show typed function parameters in oops/WARN dumps
 2026-03-25  2:15 UTC  (18+ messages)
` [PATCH 1/2] kallsyms: show function parameter info "
          ` [RFC] btf: split core BTF parsing out of BPF subsystem into kernel/btf/
` [PATCH 2/2] kallsyms: add BTF-based deep parameter rendering in oops dumps

[GIT PULL] Kbuild fixes for 7.0 #3
 2026-03-24 23:52 UTC  (2+ messages)

[PATCH] scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__
 2026-03-24 19:58 UTC  (5+ messages)

[PATCH v2 0/3] checksyscalls: only run when necessary
 2026-03-24 17:29 UTC  (5+ messages)
` [PATCH v2 1/3] checksyscalls: move path to reference table to a variable
` [PATCH v2 2/3] checksyscalls: only run when necessary
` [PATCH v2 3/3] checksyscalls: move instance functionality into generic code

[PATCH v2 0/9] Kernel API Specification Framework
 2026-03-24 11:45 UTC  (8+ messages)
` [PATCH v2 3/9] kernel/api: add debugfs interface for kernel API specifications

[PATCH v6 00/24] tools build: Append -fzero-init-padding-bits=all option
 2026-03-23 22:11 UTC  (28+ messages)
` [PATCH v6 01/24] tools: lib: thermal: Fix typo
` [PATCH v6 02/24] tools/thermal: "
` [PATCH v6 03/24] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v6 04/24] tools/thermal: "
` [PATCH v6 05/24] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v6 06/24] perf build: Append extra host flags
` [PATCH v6 07/24] tools build: Append extra host cflags
` [PATCH v6 08/24] tools: bootconfig: Append extra cflags
` [PATCH v6 09/24] tools: counter: "
` [PATCH v6 10/24] tools: dma: "
` [PATCH v6 11/24] tools: gpio: "
` [PATCH v6 12/24] tools: hv: "
` [PATCH v6 13/24] tools: iio: "
` [PATCH v6 14/24] tools: mm: "
` [PATCH v6 15/24] tools: objtool: Append extra host cflags
` [PATCH v6 16/24] tools: power: acpi: Append extra cflags
` [PATCH v6 17/24] tools: power: x86/intel-speed-select: "
` [PATCH v6 18/24] tools: sched_ext: "
` [PATCH v6 19/24] tools: spi: "
` [PATCH v6 20/24] tools: tracing: "
` [PATCH v6 21/24] tools: usb: "
` [PATCH v6 22/24] selftests/hid: "
` [PATCH v6 23/24] selftests/nolibc: "
` [PATCH v6 24/24] selftests/sched_ext: "

[PATCH v4 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-23 19:25 UTC  (4+ messages)

[PATCH v5 00/26] tools build: Append -fzero-init-padding-bits=all option
 2026-03-23 14:23 UTC  (4+ messages)
` [PATCH v5 06/26] tools build: Append -fzero-init-padding-bits=all to extra cflags

[PATCH v3 0/2] Change Rust Binder crate name to rust_binder
 2026-03-23 10:33 UTC  (3+ messages)
` [PATCH v3 1/2] rust: support overriding crate_name
` [PATCH v3 2/2] rust_binder: override crate name to rust_binder

[PATCH] char: nvram: Remove unused nvram_mutex to fix -Wunused-variable warning
 2026-03-23  7:59 UTC  (4+ messages)

[PATCH 0/2] init: ensure that /dev/console and /dev/null are (nearly) always available in initramfs
 2026-03-23  3:47 UTC  (4+ messages)


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