messages from 2026-03-10 14:53:52 to 2026-03-16 21:29:45 UTC [more...]
[PATCH v6 0/2] kbuild: distributed build support for Clang ThinLTO
2026-03-16 21:29 UTC (2+ messages)
` [PATCH v6 1/2] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
[PATCH v5 0/2] kbuild: distributed build support for Clang ThinLTO
2026-03-16 20:53 UTC (14+ messages)
` [PATCH v5 1/2] kbuild: move vmlinux.a build rule to scripts/Makefile.vmlinux_a
[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 v4 00/30] tools build: Append -fzero-init-padding-bits=all option
2026-03-16 14:17 UTC (54+ 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 04/30] tools/thermal: "
` [PATCH v4 05/30] bpftool: Avoid adding EXTRA_CFLAGS to HOST_CFLAGS
` [PATCH v4 06/30] libbpf: Remove duplicate $(CLANG_CROSS_FLAGS)
` [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 09/30] bpftool: Append extra host flags
` [PATCH v4 10/30] perf build: "
` [PATCH v4 11/30] tools/bpf: build: Append extra cflags
` [PATCH v4 12/30] tools build: Append extra host cflags
` [PATCH v4 13/30] tools: bootconfig: Append extra cflags
` [PATCH v4 14/30] tools: counter: "
` [PATCH v4 15/30] tools: dma: "
` [PATCH v4 16/30] tools: gpio: "
` [PATCH v4 17/30] tools: hv: "
` [PATCH v4 18/30] tools: iio: "
` [PATCH v4 19/30] tools: mm: "
` [PATCH v4 20/30] tools: objtool: Append extra host cflags
` [PATCH v4 21/30] tools: power: acpi: Append extra cflags
` [PATCH v4 22/30] tools: power: x86/intel-speed-select: "
` [PATCH v4 23/30] tools: sched_ext: "
` [PATCH v4 24/30] tools: spi: "
` [PATCH v4 25/30] tools: tracing: "
` [PATCH v4 26/30] tools: usb: "
` [PATCH v4 27/30] selftests/bpf: "
` [PATCH v4 28/30] selftests/hid: "
` [PATCH v4 29/30] selftests/nolibc: "
` [PATCH v4 30/30] selftests/sched_ext: "
[PATCH kbuild v2] kbuild: Reduce the number of compiler-generated suffixes for clang thin-lto build
2026-03-16 7:07 UTC (5+ messages)
[PATCH 0/9] Kernel API Specification Framework
2026-03-16 7:05 UTC (23+ 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 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] Documentation: kbuild: Update the debug information notes in reproducible-builds.rst
2026-03-15 4:44 UTC (2+ messages)
[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 v2 0/3] Inline helpers into Rust without full LTO
2026-03-14 11:22 UTC (10+ 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] 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 (6+ 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 v3] kbuild: host: use single executable for rustc -C linker
2026-03-12 13:50 UTC (2+ messages)
[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)
[PATCH RFC 0/5] kbuild: uapi: also test UAPI headers against C++ compilers
2026-03-12 8:16 UTC (4+ messages)
` [PATCH RFC 5/5] "
[PATCH v3 0/4] kallsyms: embed source file:line info in kernel stack traces
2026-03-12 3:06 UTC (5+ messages)
` [PATCH v3 1/4] "
` [PATCH v3 2/4] kallsyms: extend lineinfo to loadable modules
` [PATCH v3 3/4] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
` [PATCH v3 4/4] kallsyms: add KUnit tests for lineinfo feature
[PATCH 0/3] kallsyms: embed source file:line info in kernel stack traces
2026-03-12 2:18 UTC (12+ messages)
` [PATCH 1/3] "
` [PATCH 3/3] kallsyms: delta-compress lineinfo tables for ~2.7x size reduction
[PATCH v4 00/17] module: Introduce hash-based integrity checking
2026-03-11 21:14 UTC (22+ messages)
` [PATCH v4 02/17] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v4 03/17] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v4 04/17] module: Make mod_verify_sig() static
` [PATCH v4 06/17] kbuild: add stamp file for vmlinux BTF data
` [PATCH v4 09/17] module: Make module loading policy usable without MODULE_SIG
` [PATCH v4 10/17] module: Move integrity checks into dedicated function
` [PATCH v4 15/17] module: Introduce hash-based integrity checking
[PATCH] kbuild: host: use single executable for rustc -C linker
2026-03-11 14:02 UTC (5+ messages)
` [PATCH v2] "
[PATCH v11 00/15] kasan: x86: arm64: KASAN tag-based mode for x86
2026-03-11 11:13 UTC (8+ messages)
` [PATCH v11 03/15] kasan: Fix inline mode for x86 tag-based mode
[PATCH] Documentation/kbuild: fix empty string KBUILD_BUILD_TIMESTAMP
2026-03-11 8:06 UTC (2+ messages)
[PATCH 0/3] Fix merge_config.sh
2026-03-11 7:50 UTC (2+ messages)
[PATCH] scripts: kconfig: merge_config.sh: create tmp file for awk
2026-03-11 7:48 UTC (2+ messages)
[PATCH] Remove unused headers in x86/tools, scripts, pps, input
2026-03-11 3:01 UTC
[PATCH v2 0/2] Change Rust Binder crate name to rust_binder
2026-03-10 22:36 UTC (13+ messages)
` [PATCH v2 1/2] rust: support overriding crate_name
` [PATCH v2 2/2] rust_binder: override crate name to rust_binder
[PATCH v3 00/30] tools build: Append -fzero-init-padding-bits=all option
2026-03-10 17:50 UTC (9+ messages)
` [PATCH v3 26/30] tools: verification: Append extra cflags
` [PATCH v3 27/30] selftests/bpf: "
` [PATCH v3 29/30] selftests/nolibc: "
[PATCH v4 0/4] Fixes the stack overflow
2026-03-10 17:40 UTC (3+ messages)
` [PATCH v4 4/4] gpu: nova-core: fix stack overflow in GSP memory allocation
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox