public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-12 11:48:39 to 2026-03-19 16:43:42 UTC [more...]

[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
 2026-03-19 16:43 UTC  (4+ messages)
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules

[PATCH] kbuild: rust: add AutoFDO support
 2026-03-19 16:33 UTC  (5+ messages)

[PATCH v3 2/4] rust: add `const_assert!` macro
 2026-03-19 14:34 UTC  (4+ messages)

[PATCH] kbuild: pacman-pkg: package unstripped vDSO libraries
 2026-03-18 20:37 UTC 

[PATCH] kbuild: reduce output spam when building out of tree
 2026-03-18 20:08 UTC  (2+ messages)

[PATCH] Remove unused headers in x86/tools, scripts, pps, input
 2026-03-18 19:56 UTC  (2+ messages)

[PATCH 0/9] Kernel API Specification Framework
 2026-03-18 16:51 UTC  (37+ messages)
` [PATCH 1/9] kernel/api: introduce kernel API specification framework
` [PATCH 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH 4/9] tools/kapi: Add kernel API specification extraction tool
` [PATCH 5/9] kernel/api: add API specification for sys_open
` [PATCH 6/9] kernel/api: add API specification for sys_close
` [PATCH 7/9] kernel/api: add API specification for sys_read
` [PATCH 8/9] kernel/api: add API specification for sys_write
` [PATCH 9/9] kernel/api: add runtime verification selftest

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

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

[PATCH 0/9] configs: cleanup obsolete or incorrect assignments
 2026-03-17 15:53 UTC  (17+ messages)
` [PATCH 1/9] scripts: kconfig: merge_config.sh: use POSIX '=' in test
` [PATCH 2/9] configs: remove orphan dependencies of NETFILTER_XTABLES_LEGACY
` [PATCH 3/9] configs: remove obsolete assignments to CONFIG_NFS_V4_1
` [PATCH 4/9] configs: remove implicit assignments to FB_MODE_HELPERS
` [PATCH 5/9] arm: configs: remove obsolete assignments to SND_SOC_ROCKCHIP
` [PATCH 6/9] arm64: defconfig: remove implicit assignment to CRYPTO_SHA3
` [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 v3] kbuild: host: use single executable for rustc -C linker
 2026-03-17 11:20 UTC  (4+ messages)
  ` [PATCH v4] "

[PATCH v4 00/30] tools build: Append -fzero-init-padding-bits=all option
 2026-03-17 11:00 UTC  (28+ messages)
` [PATCH v4 01/30] tools: lib: thermal: Fix typo
` [PATCH v4 02/30] tools/thermal: "
` [PATCH v4 03/30] tools: lib: thermal: Initialize CFLAGS before including Makefile.include
` [PATCH v4 05/30] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH v4 07/30] libbpf: Initialize CFLAGS before including Makefile.include
` [PATCH v4 08/30] tools build: Append -fzero-init-padding-bits=all to extra cflags
` [PATCH v4 10/30] perf build: Append extra host flags
` [PATCH v4 27/30] selftests/bpf: Append extra cflags
` [PATCH v4 28/30] selftests/hid: "
` [PATCH v4 29/30] selftests/nolibc: "

[PATCH v2 0/3] Inline helpers into Rust without full LTO
 2026-03-17  8:25 UTC  (13+ messages)
` [PATCH v2 1/3] kbuild: rust: add `CONFIG_RUSTC_CLANG_LLVM_COMPATIBLE`
` [PATCH v2 2/3] rust: helpers: #define __rust_helper
` [PATCH v2 3/3] build: rust: provide an option to inline C helpers into Rust

[PATCH v5 0/9] Add support for handling PCIe M.2 Key E connectors in devicetree
 2026-03-17  4:18 UTC  (4+ messages)
` [PATCH v5 9/9] power: sequencing: pcie-m2: Create serdev device for WCN7850 bluetooth

[PATCH] Documentation: kbuild: Update the debug information notes in reproducible-builds.rst
 2026-03-16 22:02 UTC  (3+ messages)

[PATCH v5 0/2] kbuild: distributed build support for Clang ThinLTO
 2026-03-16 21:31 UTC  (15+ messages)
` [PATCH v5 1/2] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a

[PATCH v6 0/2] kbuild: distributed build support for Clang ThinLTO
 2026-03-16 21:29 UTC  (3+ 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 v2 2/4] rust: add `const_assert!` macro
 2026-03-16 18:35 UTC  (3+ messages)

linux-next: build failure after merge of the kbuild tree
 2026-03-16 17:56 UTC  (5+ messages)

[PATCH v2 0/5] kbuild: uapi: also test UAPI headers against C++ compilers
 2026-03-16 16:52 UTC  (6+ messages)
` [PATCH v2 1/5] kbuild: uapi: move some compiler arguments out of the command definition
` [PATCH v2 2/5] kbuild: uapi: move all include path flags together
` [PATCH v2 3/5] kbuild: uapi: handle UML in architecture-specific exclusion lists
` [PATCH v2 4/5] kbuild: uapi: provide a C++ compatible dummy definition of NULL
` [PATCH v2 5/5] kbuild: uapi: also test UAPI headers against C++ compilers

[RFC PATCH v4 0/6] objtool: Fixup alternate feature relative addresses
 2026-03-16 15:52 UTC  (8+ messages)
` [RFC PATCH v4 1/6] objtool/powerpc: Add build-time fixup of alternate feature branch targets
` [RFC PATCH v4 2/6] objtool: Set ELF_F_LAYOUT flag to preserve vmlinux segment layout
` [RFC PATCH v4 3/6] objtool: Fix "can't find starting instruction" warnings on vmlinux
` [RFC PATCH v4 4/6] objtool/powerpc: Skip jump destination analysis and unnanotated intra-function call warnings for --ftr-fixup
` [RFC PATCH v4 5/6] kbuild: Add objtool integration for PowerPC feature fixups
` [RFC PATCH v4 6/6] powerpc: Enable build-time feature fixup processing by default

[PATCH kbuild v2] kbuild: Reduce the number of compiler-generated suffixes for clang thin-lto build
 2026-03-16  7:07 UTC  (4+ messages)

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2026-03-15 14:15 UTC  (6+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64

[PATCH 0/4] gcov: Add MC/DC condition coverage support
 2026-03-14 14:17 UTC  (5+ messages)
` [PATCH 1/4] gcov: fix gcov_info_add() merge semantics for IOR counters
` [PATCH 2/4] kconfig: add CC_HAS_CONDITION_COVERAGE for MC/DC support detection
` [PATCH 3/4] gcov: add MC/DC condition coverage support
` [PATCH 4/4] Documentation: gcov: document "

[PATCH] scripts: headers_install.sh: Normalize __ASSEMBLY__ to __ASSEMBLER__
 2026-03-13 23:56 UTC  (2+ messages)

[PATCH] rust: kbuild: allow `unused_features`
 2026-03-12 14:17 UTC  (4+ messages)

[PATCH v4] rust: Makefile: bound rustdoc workaround to affected versions
 2026-03-12 14:12 UTC  (4+ messages)
` [PATCH v5 1/2] kbuild: add rustc-max-version macro
  ` [PATCH v5 2/2] rust: Makefile: bound rustdoc workaround to affected versions

[PATCH 0/2] Move tool for generating initramfs cpio to scripts/
 2026-03-12 13:59 UTC  (6+ messages)
` [PATCH 2/2] kbuild: Move gen_init_cpio and gen_initramfs.sh "

[PATCH 0/2] kbuild: Switch from '-fms-extensions' to '-fms-anonymous-structs' when available
 2026-03-12 12:08 UTC  (2+ messages)

[PATCH 0/9] kbuild: uapi: remove usage of toolchain headers
 2026-03-12 12:08 UTC  (2+ messages)


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