Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-07-04 07:37:04 to 2026-07-13 23:13:05 UTC [more...]

[PATCH] usb: ehci-ppc-of: use platform for irq and ioremap
 2026-07-13 23:13 UTC 

[PATCH v8 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-07-13 18:03 UTC  (3+ messages)
` [PATCH v8 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers

[PATCH] ASoC: simple-card: Fix clang build
 2026-07-13 16:43 UTC  (2+ messages)

[PATCH 1/2] Bluetooth: L2CAP: avoid maybe-return-locked and add locking annotations
 2026-07-13 17:16 UTC  (4+ messages)
` [PATCH 2/2] Bluetooth: enable context analysis for headers

[RFC PATCH] slab: don't assume alignment on allocators that may return ZERO_SIZE_PTR
 2026-07-13 16:53 UTC  (3+ messages)

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-07-13 16:47 UTC  (4+ messages)

[PATCH v3 00/12] LoongArch: Add livepatch build (KLP) support
 2026-07-13 14:33 UTC  (27+ messages)
` [PATCH v3 01/12] objtool/LoongArch: Add arch_adjusted_addend() for KLP support
` [PATCH v3 02/12] LoongArch: Mark special sections "
` [PATCH v3 03/12] livepatch/klp-build: disable direct-extern-access for LoongArch to fix kernel panic
` [PATCH v3 04/12] livepatch/klp-build: build LoongArch with -fPIC to keep GOT-indirect symbol references
` [PATCH v3 05/12] LoongArch: Fix EFI linking with -fdata-sections
` [PATCH v3 06/12] objtool/klp: Add LoongArch jump opcode bytes support
` [PATCH v3 07/12] klp-build: Add LoongArch syscall patching macro
` [PATCH v3 08/12] LoongArch: Add livepatch build (KLP) support
` [PATCH v3 09/12] LoongArch: Select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
` [PATCH v3 10/12] objtool/klp: Convert local label references in special sections
` [PATCH v3 11/12] objtool/klp: Fix ANNOTATE_DATA_SPECIAL parsing for local label references
` [PATCH v3 12/12] objtool/klp: Fold LoongArch paired ADD/SUB relocations into PCREL

[PATCH net-next] mptcp: sockopt: implement IPV6_TCLASS
 2026-07-13 14:17 UTC 

[tglx-devel:entry/rework 18/21] kernel/entry/syscall-common.c:32:2: error: call to undeclared function '__audit_syscall_entry'; ISO C99 and later do not support implicit function declarations
 2026-07-13  6:58 UTC 

[tglx-devel:timers/cleanup 47/59] drivers/firmware/efi/libstub/loongarch.c:33:21: error: call to undeclared function 'random_get_entropy'; ISO C99 and later do not support implicit function declarations
 2026-07-13  6:44 UTC 

[boqun:rust-rcu 14/27] rust/helpers/interrupt.c:17:9: warning: static function 'arch_local_save_flags' is used in an inline function with external linkage
 2026-07-13  4:45 UTC 

[tglx-devel:timers/cleanup 3/59] arch/arm/include/asm/smp.h:73:43: warning: declaration of 'struct completion' will not be visible outside of this function
 2026-07-13  3:28 UTC 

[tglx-devel:timers/cleanup 22/59] arch/x86/kernel/apm_32.c:957:3: error: call to undeclared function 'default_idle'; ISO C99 and later do not support implicit function declarations
 2026-07-12 23:51 UTC 

[tglx-devel:timers/cleanup 59/59] arch/s390/kernel/early.c:230:2: error: call to undeclared function 'time_early_init'; ISO C99 and later do not support implicit function declarations
 2026-07-12 22:52 UTC 

[bcain:bcain/frpc_demo 33/88] drivers/comedi/comedi_fops.c:2577:8: error: use of undeclared identifier 'PAGE_SHARED'
 2026-07-12 21:59 UTC 

arch/x86/kernel/setup.c:145:20: warning: variable 'ima_kexec_buffer_phys' set but not used
 2026-07-12 21:59 UTC 

[PATCH v3] rust: bug: Add bug macro
 2026-07-12 21:53 UTC 

[bcain:bcain/frpc_demo 29/88] arch/hexagon/platform/common/sirc.c:27:10: fatal error: 'asm/platform/comet/comet_iomap.h' file not found
 2026-07-12 16:21 UTC 

[peterz-queue:locking/core 4/9] ld.lld: error: vmlinux.a(fs/namei.o):(function getname_flags: .text+0x1c): relocation R_RISCV_HI20 out of range: 563901 is not in [-524288, 524287]; references ''
 2026-07-12 14:21 UTC 

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, 44696aa3)
 2026-07-12 11:03 UTC 

[tglx-devel:timers/cleanup 58/59] arch/x86/kernel/apic/hw_nmi.c:29:15: error: use of undeclared identifier 'cpu_khz'
 2026-07-12  1:34 UTC 

[avpatel:riscv_kvm_nested_v2 22/22] arch/riscv/kvm/vcpu_nested_swtlb.c:116:8: warning: variable 'gstage_gpa' set but not used
 2026-07-11 19:55 UTC 

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, dd3210c4)
 2026-07-11 15:42 UTC 

[PATCH] mm: shrinker: fix double-free in alloc_shrinker_info error path
 2026-07-11 13:27 UTC 

[PATCH V17 0/7] Rust Support for powerpc
 2026-07-11 12:56 UTC  (11+ messages)
` [PATCH V17 1/7] rust: Fix "multiple candidates for rmeta dependency core" error
` [PATCH V17 2/7] dma-resv: Fix undefined symbol when CONFIG_DMA_SHARED_BUFFER is disabled
` [PATCH V17 3/7] powerpc/jump_label: adjust inline asm to be consistent
` [PATCH V17 4/7] rust/powerpc: Set min rustc version for powerpc
` [PATCH V17 5/7] rust: Make __udivdi3() and __umoddi3() panic
` [PATCH V17 6/7] rust: Add PowerPC support
` [PATCH V17 7/7] powerpc: Enable Rust for ppc64le

[linux-next:master 5603/5655] arch/x86/kvm/msrs.c:654:7: error: call to undeclared function 'static_cpu_has'; ISO C99 and later do not support implicit function declarations
 2026-07-11 12:54 UTC 

[bcain:bcain/frpc_demo 16/88] make[3]: *** No rule to make target 'arch/hexagon/boot/dts/comet.dtb', needed by 'arch/hexagon/boot/dts/'
 2026-07-11 12:54 UTC 

[linux-next:master 5404/5655] net/core/filter.c:12578:18: warning: unused variable 'nskb'
 2026-07-11 12:23 UTC  (4+ messages)

[broonie-ci:kvm-arm64-sme 23/30] arch/arm64/kvm/hyp/include/hyp/switch.h:518:7: warning: unused variable 'max_len'
 2026-07-11  9:47 UTC 

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, d96fcfe1)
 2026-07-11  5:43 UTC 

[asahilinux:bits/240-isp 55/56] drivers/media/platform/apple/avd/avd-hw.c:96:58: warning: shift count >= width of type
 2026-07-11  4:17 UTC 

[powerpc:fixes-test 10/12] kernel/sched/core.c:7449:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2026-07-10 22:37 UTC  (2+ messages)

[PATCH v2 0/6] tools/build: Allow versioning of all LLVM tools
 2026-07-10 22:30 UTC  (5+ messages)
` [PATCH v2 4/6] tools/build: Allow versioning LLVM readelf
` [PATCH v2 5/6] tools/build: selftests: Allow versioning LLVM lld

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-10 21:49 UTC  (14+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak
` [PATCH v3 03/21] perf llvm: Fix arm64 adrp instruction disassembly mismatch with objdump
` [PATCH v3 19/21] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v3 20/21] perf annotate-arm64: Support per-cpu variable access tracking

[PATCH] usb: typec: ucsi: ucsi_glink: Prevent suspend during UCSI notification handling
 2026-07-10 19:17 UTC 

[PATCH v2] remoteproc: qcom_wcnss: Fix handling the lack of PD regulators in v3
 2026-07-10 18:07 UTC  (2+ messages)

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, a635d674)
 2026-07-10 18:03 UTC 

[gourryinverse:scratch/gourry/cxl/compression/file_cleancache 85/98] mm/cram.c:785:9: error: call to undeclared function 'add_private_memory_driver_managed'; ISO C99 and later do not support implicit function declarations
 2026-07-10 17:37 UTC 

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, 0e35b9b6)
 2026-07-10 16:32 UTC 

[PATCH] serial: qcom-geni: remove .pm callback, use runtime PM in startup/shutdown
 2026-07-10 16:10 UTC 

ld.lld: error: vmlinux.a(af_vsock.o at 1186296) <inline asm>:5:8: unpredictable STXR instruction, status is also a source
 2026-07-10 15:54 UTC  (3+ messages)

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, 2c7c88a4)
 2026-07-10 15:52 UTC 

[mptcp:export-net 5/9] .github/ISSUE_TEMPLATE/01-bug.yml: warning: ignored by one of the .gitignore files
 2026-07-10 14:29 UTC 

[PATCH v2 1/2] rust: kernel: update `file_with_nul` comment
 2026-07-10 14:04 UTC  (5+ messages)
` [PATCH v2 2/2] rust: std_vendor: add `likely()`, `unlikely()` and `cold_path()`

❌ FAIL: Test report for master (7.2.0-rc2, upstream-mainline, 2c7c88a4)
 2026-07-10 14:02 UTC 

[liam:maple_marks_v7.2_fixes 27/31] lib/test_maple_tree.c:356:29: error: call to undeclared function 'mt_slot_count'; ISO C99 and later do not support implicit function declarations
 2026-07-10 13:51 UTC 

[gourryinverse:scratch/gourry/cxl/compression/file_cleancache 87/98] mm/internal.h:2086:15: error: unknown type name 'rmap_t'
 2026-07-10 13:06 UTC 

[PATCH] serial: 8250_pci: fix -Winitializer-overrides for Brainboxes UC-260/271/701/756 entries
 2026-07-10 12:32 UTC  (2+ messages)

[mptcp:export-net 1/9] .git_markup: warning: ignored by one of the .gitignore files
 2026-07-10 10:43 UTC 

[vbabka:objext_split 13/19] mm/slub.c:2098:1: error: expected identifier or '('
 2026-07-10  9:57 UTC 

[efi:next 2/7] vmlinux.o: warning: objtool: efi_crash_gracefully_on_page_fault+0xc3: efi_rts_park_worker() missing __noreturn in .c/.h or NORETURN() in noreturns.h
 2026-07-10  0:43 UTC 

[PATCH v7 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
 2026-07-09 19:33 UTC  (3+ messages)
` [PATCH v7 07/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Move wkup reserved memory

[pci:controller/dwc-rcar-gen4 2/4] include/linux/irqchip/arm-gic-v3.h:605:10: fatal error: 'asm/arch_gicv3.h' file not found
 2026-07-09 19:30 UTC 

[bcain:bcain/qemu_boot 20/69] arch/hexagon/Makefile:83: warning: ignoring old recipe for target 'dtbs'
 2026-07-09 14:50 UTC 

[PATCHv2] clk: thead: allow COMPILE_TEST builds
 2026-07-09 12:05 UTC  (4+ messages)

[ceph-client:testing 25/27] fs/ceph/file.c:2573:7: error: use of undeclared identifier 'CEPH_MOUNT_OPT_NEARFULL_SYNC'
 2026-07-09 11:39 UTC 

[qcom:drivers-for-7.3 22/23] drivers/soc/qcom/ubwc_config.c:148:3: error: expected expression
 2026-07-09 10:53 UTC 

[bcain:bcain/qemu_boot 8/69] usr/include/asm/ptrace.h:33: userspace cannot reference function or variable defined in the kernel
 2026-07-09 10:53 UTC 

[vbabka:objext_split 10/14] mm/kasan/../slab.h:702:47: error: no member named '_ctref' in 'struct slabobj_ext'
 2026-07-09 10:32 UTC 

[bcain:bcain/qemu_boot 20/69] Makefile:1629: warning: overriding recipe for target 'dtbs'
 2026-07-09  9:10 UTC 

net/netfilter/nfnetlink_hook.c:375:16: error: expected ';' after expression
 2026-07-09  7:46 UTC 

[PATCH v2] rust: bug: Add bug macro
 2026-07-09  7:16 UTC 

[vbabka:objext_split 11/14] mm/slub.c:1201:6: error: call to undeclared function 'obj_exts_in_object'; ISO C99 and later do not support implicit function declarations
 2026-07-09  7:04 UTC 

[PATCH nf] netfilter: flowtable: tear down HW offloaded flows on FIB route changes
 2026-07-09  6:52 UTC 

[PATCH V16 0/7] Rust Support for powerpc
 2026-07-09  6:00 UTC  (13+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[wens:mtk-wip 28/60] drivers/input/mouse/elan_i2c_core.c:1258:10: error: call to undeclared function 'regulator_bulk_enable_and_wait'; ISO C99 and later do not support implicit function declarations
 2026-07-09  1:19 UTC 

[vbabka:objext_split 10/14] kernel/bpf/../../mm/slab.h:702:47: error: no member named '_ctref' in 'struct slabobj_ext'
 2026-07-09  1:10 UTC 

[vbabka:objext_split 10/14] mm/slab.h:702:47: error: no member named '_ctref' in 'struct slabobj_ext'
 2026-07-08 21:58 UTC 

[bcain:bcain/qemu_boot 17/69] arch/hexagon/kernel/setup.c:50:15: error: use of undeclared identifier '__dtb_start'; did you mean '__bss_start'?
 2026-07-08 20:57 UTC 

kernel/time/jiffies.c:114:9: error: call to undeclared function 'proc_int_u2k_conv_uop'; ISO C99 and later do not support implicit function declarations
 2026-07-08 20:36 UTC 

[tip:core/entry 2/3] arch/s390/include/asm/entry-common.h:49:18: error: call to undeclared function 'task_stack_page'; ISO C99 and later do not support implicit function declarations
 2026-07-08 16:20 UTC  (3+ messages)

[netfilter-nf:testing 11/20] net/netfilter/ipset/ip_set_hash_gen.h:379:21: warning: result of comparison of constant -1 with expression of type 'u8' (aka 'unsigned char') is always false
 2026-07-08 10:59 UTC 

[tip:core/entry 2/3] arch/x86/include/asm/entry-common.h:43:24: error: call to undeclared function 'task_stack_page'; ISO C99 and later do not support implicit function declarations
 2026-07-08  8:30 UTC 

[PATCH V17 0/8] Rust Support for powerpc
 2026-07-08  8:18 UTC  (3+ messages)
` [PATCH V17 1/8] powerpc/syscall: Fix syscall skip handling for seccomp and ptrace

[PATCH] block: rnull: use vertical import style
 2026-07-08  7:40 UTC  (2+ messages)

[PATCH] pwm: th1520: use vertical import style
 2026-07-08  7:39 UTC  (2+ messages)

[samba-ksmbd:pali-patch8 1/1] fs/smb/client/reparse.c:434:33: error: too many arguments to function call, expected 8, have 9
 2026-07-08  6:24 UTC 

[PATCH v5] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-07-08  5:07 UTC 

[ebiggers:aes-modes-v1 20/33] security/keys/trusted-keys/trusted_dcp.c:190:2: error: call to undeclared function 'put_unaligned_le32'; ISO C99 and later do not support implicit function declarations
 2026-07-08  2:50 UTC 

[ceph-client:testing 25/27] fs/ceph/file.c:2573:7: error: use of undeclared identifier 'CEPH_MOUNT_OPT_NEARFULL_SYNC'
 2026-07-08  1:12 UTC 

[linux-next:master 3509/4300] arch/arm64/kvm/hyp/pgtable.c:1359:13: warning: implicit conversion from 'int' to 's8' (aka 'signed char') changes value from 2147483647 to -1
 2026-07-07 23:02 UTC 

[broonie-ci:kvm-arm64-sme 4/30] arch/arm64/kernel/fpsimd.c:518:5: warning: format specifies type 'unsigned long long' but the argument has type 'int'
 2026-07-07 21:36 UTC 

[broonie-ci:kvm-arm64-sme 26/30] arch/arm64/include/asm/fpsimd.h:790:59: error: use of undeclared identifier 'SME_VQ_INVALID'
 2026-07-07 19:58 UTC 

[PATCH] serial: 8250_pci: fix -Winitializer-overrides for Brainboxes UC-260/271/701/756 entries
 2026-07-07 19:57 UTC  (3+ messages)

[thomas-weissschuh:b4/vdso-sysfs 2/2] arch/x86/include/asm/asm-offsets.h:1:10: fatal error: 'generated/asm-offsets.h' file not found
 2026-07-07 18:30 UTC 

Warning: mm/swap_state.c:289 function parameter 'zentry' not described in '__swap_cache_add_folio'
 2026-07-07 16:56 UTC 

[PATCH] drm/drm_exec: avoid indirect goto
 2026-07-07 11:59 UTC  (5+ messages)

warning: unstable feature specified for `-Ctarget-feature`: `backchain`
 2026-07-07  9:34 UTC 

[PATCH] f2fs: introduce gcless mount option to avoid foreground GC
 2026-07-07  8:29 UTC 

[rppt:direct-map/v0 4/7] kernel/liveupdate/kexec_handover.c:1074:10: error: call to undeclared function 'get_vm_area_page_order'; ISO C99 and later do not support implicit function declarations
 2026-07-06 23:09 UTC 

[PATCH v3] selftests: harness: Mark test fixture objects __maybe_unused
 2026-07-06 21:36 UTC  (2+ messages)

[PATCH] clk: thead: allow COMPILE_TEST builds
 2026-07-06 20:32 UTC  (3+ messages)

[PATCH] MAINTAINERS: update ndesaulniers
 2026-07-06 20:16 UTC  (2+ messages)

[PATCH v2] selftests: harness: Mark test fixture objects __maybe_unused
 2026-07-06 18:06 UTC  (3+ messages)

drivers/net/ethernet/intel/ixgbe/ixgbe_main.c:7572:4: error: call to undeclared function 'e_error'; ISO C99 and later do not support implicit function declarations
 2026-07-06 17:30 UTC 

[PATCH] selftests: harness: Mark test fixture objects __maybe_unused
 2026-07-06 16:41 UTC  (4+ messages)

[Intel-wired-lan] [PATCH iwl-next v2] ixgbe: E610: force phy link to get down when interface is down
 2026-07-06 15:27 UTC 

[PATCH v4] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-07-06 13:46 UTC  (2+ messages)

[rppt:direct-map/v0 5/7] mm/vmalloc.h:41:26: error: call to undeclared function 'get_vm_area_page_order'; ISO C99 and later do not support implicit function declarations
 2026-07-06 13:41 UTC 

[PATCH v2 0/8] LoongArch: Add livepatch build (KLP) support
 2026-07-06  9:53 UTC  (2+ messages)

[avpatel:riscv_kvm_nested_v2 6/18] arch/riscv/kvm/vcpu_nested.c:23:6: warning: variable 'cpu' set but not used
 2026-07-06  7:58 UTC 

[qcom:drivers-for-7.3 3/12] drivers/soc/qcom/socinfo.c:428:4: error: use of undeclared identifier 'QCOM_ID_SDM850'
 2026-07-06  6:02 UTC 

[devsec-tsm:devsec-phase2 13/24] include/linux/pci-tsm.h:190:13: error: no member named 'ide_cap' in 'struct pci_dev'; did you mean 'devcap'?
 2026-07-06  5:25 UTC 

❌ FAIL: Test report for master (7.2.0-rc1, upstream-mainline, f105f363)
 2026-07-06  3:32 UTC 

drivers/net/wireless/realtek/rtw89/coex.c:7957:51: warning: overlapping comparisons always evaluate to true
 2026-07-06  3:18 UTC  (2+ messages)

[devsec-tsm:devsec-phase2 8/24] include/linux/device/trust.h:35:54: error: incomplete definition of type 'struct module'
 2026-07-06  2:54 UTC 

[bcain:bcain/qemu_boot 20/65] make[3]: *** No rule to make target 'arch/hexagon/boot/dts/msm8960_fluid.dtb', needed by 'arch/hexagon/boot/dts/'
 2026-07-06  2:32 UTC 

[devsec-tsm:devsec-phase2 13/24] include/linux/pci-tsm.h:190:13: error: no member named 'ide_cap' in 'struct pci_dev'
 2026-07-06  1:38 UTC 

drivers/gpu/drm/bridge/ssd2825.c:484:13: warning: stack frame size (20088) exceeds limit (8192) in 'ssd2825_bridge_atomic_pre_enable'
 2026-07-05  9:39 UTC  (2+ messages)

❌ FAIL: Test report for master (7.2.0-rc1, upstream-mainline, 7404ce51)
 2026-07-05  4:23 UTC 

Warning: kernel/seccomp.c:242 struct member 'redirect_capable' not described in 'seccomp_filter'
 2026-07-05  2:42 UTC 

Warning: block/blk-cgroup.c:2071 function parameter 'nowait' not described in 'blkg_tryget_closest'
 2026-07-05  2:00 UTC 

[bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 121/121] usr/include/linux/videodev2.h:2550:20: error: field has incomplete type 'struct timespec'
 2026-07-04 17:41 UTC 

[PATCH] staging: greybus: bootrom: power off module on timeout
 2026-07-04 14:12 UTC 

❌ FAIL: Test report for master (7.2.0-rc1, upstream-mainline, dac0b8c5)
 2026-07-04 13:43 UTC 

[bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 120/121] drivers/media/platform/qcom/camss/camss-icp.c:151:15: warning: format specifies type 'unsigned long long' but the argument has type 'resource_size_t' (aka 'unsigned int')
 2026-07-04 11:05 UTC 

[peterz-queue:locking/core 4/9] ld.lld: error: vmlinux.a(fs/namei.o):(function do_getname_kernel: .text+0x962): relocation R_RISCV_HI20 out of range: 563901 is not in [-524288, 524287]; references ''
 2026-07-04 10:15 UTC 

[bod:qcom-laptops-v6.18-rc4-camss-icp-bps-ipe-icp-boots+stats-b4 120/121] drivers/media/platform/qcom/camss/camss-icp.c:578:15: error: initializing 'const char **const' with an expression of type 'const char *const[20]' discards qualifiers
 2026-07-04  7:36 UTC 


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