Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-09-03 20:37:35 to 2026-09-08 21:06:31 UTC [more...]

[PATCH 00/23] kbuild: significantly speed up kernel builds
 2026-09-08 21:06 UTC  (25+ messages)
` [PATCH 01/23] scripts/mksysmap: drop the MODULE_INFO() symbols from kallsyms
` [PATCH 02/23] scripts/mksysmap: fix escape of '$' in the __pi_ pattern
` [PATCH 03/23] kallsyms: index symbols by token to speed up table compression
` [PATCH 04/23] kallsyms: output binary data to speed output and kallsyms assembly
` [PATCH 05/23] kbuild: do not sort nm output where the order is irrelevant
` [PATCH 06/23] kbuild: only emit vmlinux relocations when required
` [PATCH 07/23] elf-parse: add section flags, symbol binding and a read-only mapping
` [PATCH 08/23] kallsyms: reimplement mksysmap in C
` [PATCH 09/23] kbuild: do not allocate .modinfo in vmlinux
` [PATCH 10/23] kbuild: cache list, composite object state per object
` [PATCH 11/23] kbuild: implement and use depcheck to check dependency timestamps
` [PATCH 12/23] kbuild: avoid re-running compiler and linker probes
` [PATCH 13/23] modpost: hash module source per-file, not per-byte
` [PATCH 14/23] modpost: cache section relocation mismatch state
` [PATCH 15/23] modpost: emit module descriptors as assembly
` [PATCH 16/23] kbuild: batch module finalisation
` [PATCH 17/23] modpost: perform srcversion hashing in parallel
` [PATCH 18/23] objtool: cache relocations and function dead end state, do less work
` [PATCH 19/23] objtool: decode instructions and resolve branch targets in parallel
` [PATCH 20/23] kbuild: rust: parallelise rustc front end
` [PATCH 21/23] rust: make exports.o depend on the headers generated for it
` [PATCH 22/23] kbuild: build rust crates in parallel with the rest of the build
` [PATCH 23/23] kbuild: use pigz for gzip compression if available

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-08 18:08 UTC  (26+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v5 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v5 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 17/26] perf annotate-arm64: Support store "
` [PATCH v5 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v5 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v5 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [PATCH v5 21/26] perf annotate-arm64: Support stack variable tracking
` [PATCH v5 22/26] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v5 23/26] perf annotate-arm64: Support 'add' "

[PATCH v5 00/26] perf arm64: Support data type profiling
 2026-09-08 17:57 UTC  (28+ messages)
` [PATCH v5 01/26] perf capstone: Symbolize address operands to match objdump on arm64
` [PATCH v5 02/26] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v5 03/26] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v5 04/26] perf annotate-arm64: Handle load and store instructions
` [PATCH v5 05/26] perf annotate: Normalize arch__dwarf_regnum() error return values
` [PATCH v5 06/26] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v5 07/26] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v5 08/26] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v5 09/26] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v5 10/26] perf annotate: Default to --itrace=i1i for data type profiling
` [PATCH v5 11/26] perf arm-spe: Set default synthesized event period to 1
` [PATCH v5 12/26] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v5 13/26] perf annotate-arm64: Enable instruction tracking support
` [PATCH v5 14/26] perf annotate-data: Add arch_get_reg_offset helper
` [PATCH v5 15/26] perf annotate-arm64: Track return type after call instructions
` [PATCH v5 16/26] perf annotate-arm64: Support load instruction tracking
` [PATCH v5 17/26] perf annotate-arm64: Support store "
` [PATCH v5 18/26] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v5 19/26] perf annotate-data: Track imm_value for stack variables
` [PATCH v5 20/26] perf annotate-x86: Delete stale stack state on store of untracked register
` [PATCH v5 21/26] perf annotate-arm64: Support stack variable tracking
` [PATCH v5 22/26] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v5 23/26] perf annotate-arm64: Support 'add' "
` [PATCH v5 24/26] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v5 25/26] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v5 26/26] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[PATCH RFC v3 00/12] KCOV: entry/exit records, memory access records, and delay injection
 2026-09-08 17:04 UTC  (14+ messages)
` [PATCH RFC v3 01/12] kcov: wire up compiler instrumentation for CONFIG_KCOV_EXT_RECORDS
` [PATCH RFC v3 02/12] kcov: refactor mode check out of check_kcov_mode()
` [PATCH RFC v3 03/12] kcov: introduce extended PC coverage collection mode
` [PATCH RFC v3 04/12] kcov: summarize entry/exit while disabled
` [PATCH RFC v3 05/12] kasan: refactor write/is_write arguments to flags
` [PATCH RFC v3 06/12] kcov: introduce memory access tracing
` [PATCH RFC v3 07/12] kasan: provide memory access information to KCOV
` [PATCH RFC v3 08/12] kcov: log freeing of SLUB objects and pages
` [PATCH RFC v3 09/12] kcov: record return address on function entry
` [PATCH RFC v3 10/12] kcov: log old value
` [PATCH RFC v3 11/12] kcov: introduce delay injection
` [PATCH RFC v3 12/12] Documentation/kcov: add documentation for EXT_RECORDS and KCOV_MEMORY

[PATCH] spi: orion: yield to scheduler in transfer wait loop
 2026-09-08 12:02 UTC  (2+ messages)

[PATCH v5 00/24] vdso: Reject absolute relocations during build
 2026-09-08 15:12 UTC  (42+ messages)
` [PATCH v5 01/24] elf, uapi: Add a header for relocation constants
` [PATCH v5 02/24] x86/elf, um/x86/elf: Move relocation constants to UAPI
` [PATCH v5 03/24] ARM: elf: "
` [PATCH v5 04/24] arm64: "
` [PATCH v5 05/24] powerpc/elf: "
` [PATCH v5 06/24] riscv: elf: "
` [PATCH v5 07/24] LoongArch: "
` [PATCH v5 08/24] s390/elf: "
` [PATCH v5 09/24] MIPS: ELF: "
` [PATCH v5 10/24] sparc: elf: "
` [PATCH v5 11/24] tools headers UAPI: Sync ELF headers with the kernel sources
` [PATCH v5 12/24] vdso: Add the vdsocheck tool
` [PATCH v5 13/24] x86/vdso: Enable "
` [PATCH v5 14/24] ARM: vdso: "
` [PATCH v5 15/24] arm64: "
` [PATCH v5 16/24] powerpc/elf: Add 32-bit REL16 relocation definitions
` [PATCH v5 17/24] powerpc/vdso: Enable the vdsocheck tool
` [PATCH v5 18/24] riscv: vdso: "
` [PATCH v5 19/24] LoongArch: vDSO: "
` [PATCH v5 20/24] s390/vdso: "
` [PATCH v5 21/24] MIPS: ELF: Add more PC-relative relocation definitions
` [PATCH v5 22/24] MIPS: vdso: Enable the vdsocheck tool
` [PATCH v5 23/24] sparc: "
` [PATCH v5 24/24] vDSO: Automatically enable VDSO_CHECK

[PATCH net-next v15 00/12] net: pcs: Introduce support for fwnode PCS
 2026-09-08 14:40 UTC  (2+ messages)

[PATCH wireless] wifi: mac80211_hwsim: don't hand frames to mac80211 while stopping
 2026-09-08 13:46 UTC 

[pinchartl:rcar/x5h/vsp 1/1] drivers/media/platform/renesas/rcar-fcp.c:263:14: warning: cast to smaller integer type 'enum rcar_fcp_type' from 'const void *'
 2026-09-08  8:09 UTC 

[PATCH v3 0/2] phy: qcom: usb-hs: MSM8x60 vendor ULPI init
 2026-09-08  8:00 UTC  (2+ messages)

[PATCH v2 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-09-08  7:45 UTC  (11+ messages)
` [PATCH v2 03/15] accel/qda: Add initial QDA DRM accelerator driver

[PATCH] drm/ci: Add CI pipeline for drm-misc branches
 2026-09-08  5:55 UTC  (2+ messages)

[ardb:efi-libstub-native-utf16 7/9] drivers/firmware/efi/libstub/vsprintf.c:251:5: warning: no previous prototype for function 'efi_vsnprintf'
 2026-09-08  4:58 UTC 

[cornelisnetworks:for-upstream-20260903-1349 24/24] Warning: drivers/infiniband/hw/hfi2/sdma.c:1338 Excess function parameter 'num_engines' description in 'hfi2_sdma_clean'
 2026-09-08  4:58 UTC 

[PATCH v6] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-09-08  1:14 UTC  (3+ messages)

[morimoto:sound-cleanup-2026-09-04 263/343] sound/soc/codecs/nau8360-dsp.c:231:13: error: incomplete definition of type 'struct snd_soc_component'
 2026-09-08  1:08 UTC 

[tip:irq/drivers 6/22] drivers/media/platform/mediatek/vpu/mtk_vpu.c:299:9: warning: comparison of different enumeration types ('enum ipi_id' and 'enum ipi_message_type')
 2026-09-08  0:58 UTC 

[morimoto:sound-cleanup-2026-09-04 261/343] sound/soc/codecs/nau8360.c:362:28: error: call to undeclared function 'snd_soc_component_get_drvdata'; ISO C99 and later do not support implicit function declarations
 2026-09-07 21:36 UTC 

[PATCH v2] docs: kconfig: fix shell function syntax in caveats
 2026-09-07 20:52 UTC  (2+ messages)

[PATCH RFC 0/8] arm64: ftrace: support CALL_OPS on kernels built with kCFI
 2026-09-07 19:33 UTC  (16+ messages)
` [PATCH RFC 1/8] ftrace: Let ftrace_call_adjust() reject a patch site
` [PATCH RFC 2/8] scripts/sorttable: Make the arm64 before_func offset configurable
` [PATCH RFC 3/8] compiler_types: Let notrace keep the function prefix NOPs
` [PATCH RFC 4/8] arm64: ftrace: Make the CALL_OPS prefix layout configurable
` [PATCH RFC 5/8] arm64: cfi: Use CONFIG_ARM64_FUNCTION_PREFIX_NOPS for the type hash offset
` [PATCH RFC 6/8] arm64: ftrace: Support CALL_OPS on kernels built with kCFI
` [PATCH RFC 7/8] arm64: ftrace: Use five prefix NOPs on ThinLTO kernels with BTI
` [PATCH RFC 8/8] arm64: ftrace: Allow CALL_OPS on kCFI kernels built with Rust

[morimoto:sound-cleanup-2026-09-04 260/343] sound/soc/codecs/nau8360.c:826:43: error: incomplete definition of type 'struct snd_soc_dai'
 2026-09-07 14:04 UTC 

[PATCH v2] kconfig: preserve the final answer when input has no newline
 2026-09-07 10:37 UTC 

[PATCH 0/4 v2] Docs: changes.rst: rework
 2026-09-07  9:05 UTC  (5+ messages)
` [PATCH] v2 Docs: changes.rst: introduce optional column

[PATCH bpf-next v3 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-09-07  1:54 UTC  (6+ messages)
` [PATCH bpf-next v3 1/2] "

[PATCH] mtd: docg3: use devm_platform_ioremap_resource()
 2026-09-07  0:49 UTC 

[PATCH v6 5/6] iio: pressure: dps310: add hardware FIFO support
 2026-09-06 10:07 UTC  (5+ messages)

[PATCH v6 4/6] iio: pressure: dps310: add triggered buffer support
 2026-09-06 10:06 UTC  (3+ messages)

[RFC PATCH] mm: vmscan: avoid anon scanning for GFP_NOIO with low swapcache
 2026-09-05 21:21 UTC 

[ardb:efi-libstub-guid-conversion 4/4] drivers/firmware/efi/libstub/printk.c:104:12: error: 'const u8 *' (aka 'const unsigned char *') and 'const char *' are not pointers to compatible types
 2026-09-05 18:55 UTC 

[PATCH v2 5/5] kthread: remove worker->task self assignment
 2026-09-05 15:11 UTC  (3+ messages)

[PATCH v8] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-09-05 14:25 UTC 

[tglx-devel:irqflags 14/22] include/linux/irqflags.h:205:2: error: call to undeclared function 'arch_safe_halt'; ISO C99 and later do not support implicit function declarations
 2026-09-05 14:13 UTC 

[dhowells-fs:ceph-iter 87/87] net/ceph/messenger_v2.c:3224:29: error: no member named 'out_enc_pages' in 'struct ceph_connection_v2_info'
 2026-09-05  4:43 UTC 

[dhowells-fs:ceph-iter 81/87] fs/ceph/inode.c:2503:50: warning: variable 'pos' is uninitialized when used here
 2026-09-05  3:07 UTC 

[dhowells-fs:ceph-iter 52/87] fs/ceph/inode.c:2492:6: warning: variable 'header' is used uninitialized whenever 'if' condition is true
 2026-09-05  1:01 UTC 

[vkoul-dmaengine:next 16/37] drivers/dma/xilinx/zynqmp_dma.c:1169:1: warning: unused label 'err_disable_pm'
 2026-09-04 23:56 UTC 

[dhowells-fs:ceph-iter 51/87] net/ceph/databuf.c:63:23: warning: variable 'part' is uninitialized when used within its own initialization
 2026-09-04 23:15 UTC 

[PATCH rtw-next] wifi: rtw88: usb: Download the reserved page synchronously
 2026-09-04 22:09 UTC 

[PATCH] scripts/sorttable: Mark long_size as __maybe_unused
 2026-09-04 19:34 UTC  (2+ messages)

[linux-next:master 2657/3131] fs/ext2/super.c:1149:3: warning: calling function 'ext2_rsv_window_add' requires holding spinlock 'EXT2_SB(sb).s_rsv_window_lock' exclusively
 2026-09-04 12:21 UTC 

[PATCH v3 0/5] slab: ZERO_SIZE_PTR alignment and ERR_PTR hardening
 2026-09-04 11:25 UTC  (6+ messages)
` [PATCH v3 3/5] slab: handle ERR_PTR values in kfree and hardened usercopy
` [PATCH v3 4/5] slab: test zero-size allocations in slub_kunit
` [PATCH v3 5/5] slab: test ERR_PTR handling in kfree and hardened usercopy

[PATCH] x86: checksum_32: allow memory/immediate operands in csum_ipv6_magic
 2026-09-04  0:08 UTC 

[PATCH v1] x86/vmware: Fix i386 high-bandwidth hypercall arguments
 2026-09-03 23:33 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