Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-06-26 14:33:33 to 2026-07-01 15:16:18 UTC [more...]

[PATCH] x86/mm: fix objtool failure with KMSAN enabled
 2026-07-01 15:15 UTC  (4+ messages)

[PATCH v7 0/9] bootconfig: embed kernel.* cmdline at build time
 2026-07-01 13:18 UTC  (4+ messages)

[PATCH v6 0/3] riscv: fix PIO helpers and add optimized percpu ops
 2026-07-01 13:12 UTC  (5+ messages)
` [PATCH v6 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
` [PATCH v6 2/3] riscv: introduce percpu.h into include/asm
` [PATCH v6 3/3] riscv: store percpu offset into thread_info

[mcgrof:blk-iobuf-pool-v2 11/13] ld.lld: error: undefined symbol: __hexagon_udivdi3
 2026-07-01 12:50 UTC 

[PATCH v7 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
 2026-07-01 12:39 UTC  (12+ messages)
` [PATCH v7 01/11] arm64: dts: ti: k3-am62a-phycore-som: Fix wkup R5F memory region size
` [PATCH v7 02/11] arm64: dts: ti: k3-am62d2-evm: "
` [PATCH v7 03/11] arm64: dts: ti: k3-am62a7-sk: "
` [PATCH v7 04/11] arm64: dts: ti: k3-am62p-verdin: "
` [PATCH v7 05/11] arm64: dts: ti: k3-am62p5-sk: "
` [PATCH v7 06/11] arm64: dts: ti: var-som-am62p: "
` [PATCH v7 07/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Move wkup reserved memory
` [PATCH v7 08/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v7 09/11] arm64: dts: ti: k3-am62a-ti-ipc-firmware: Split r5f memory region
` [PATCH v7 10/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: "
` [PATCH v7 11/11] arm64: dts: ti: k3-am62p-ti-ipc-firmware: Add r5f nodes to pre-ram bootphase

[thomas-weissschuh:b4/hrtimer-header-dependencies 6/6] kernel/time/timekeeping.c:1684:16: error: use of undeclared identifier 'HRTIMER_BASE_REALTIME'
 2026-07-01 12:38 UTC 

[PATCH v5 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01 11:57 UTC  (8+ messages)
` [PATCH v5 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "
` [PATCH v5 2/3] riscv: introduce percpu.h into include/asm
    ` [External] "
` [PATCH v5 3/3] riscv: store percpu offset into thread_info

drivers/net/usb/ax88179_178a.c:1351:16: warning: variable 'tmp16' is uninitialized when passed as a const pointer argument here
 2026-07-01 11:45 UTC 

[PATCH v3 0/7] Prepare mutable list iterators to cache cursor state
 2026-07-01 11:07 UTC  (9+ messages)
` [PATCH v3 1/7] list: Add mutable iterator variants

[PATCH v4 0/3] riscv: improve percpu helpers and PIO mapping
 2026-07-01  8:18 UTC  (5+ messages)
` [PATCH v4 1/3] riscv: io: avoid null-pointer arithmetic in PIO helpers
    ` [External] "

drivers/net/ethernet/intel/ice/ice_txrx_lib.c:618:37: error: member reference base type 'const void' is not a structure or union
 2026-07-01  7:02 UTC 

[kas:sdei-nmi/diag-complete-off 5/5] arch/arm64/include/asm/sdei.h:56:15: error: expected identifier or '('
 2026-07-01  5:12 UTC 

[linux-next:master 1631/2307] drivers/remoteproc/remoteproc_internal.h:131:7: error: call to undeclared function 'ioremap_prot'; ISO C99 and later do not support implicit function declarations
 2026-07-01  4:08 UTC 

[mcgrof:blk-iobuf-pool-v2 8/13] block/blk-map.c:742:1: warning: unused label 'next'
 2026-07-01  3:56 UTC 

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-01  3:53 UTC  (22+ messages)
` [PATCH v3 01/21] perf capstone: Fix kernel map reference count leak
` [PATCH v3 02/21] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v3 03/21] perf llvm: Fix arm64 adrp instruction "
` [PATCH v3 04/21] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v3 05/21] perf annotate-arm64: Handle load and store instructions
` [PATCH v3 06/21] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v3 07/21] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v3 08/21] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v3 09/21] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v3 10/21] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v3 11/21] perf auxtrace: Set default period to 1 for PERF_ITRACE_PERIOD_INSTRUCTIONS type
` [PATCH v3 12/21] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v3 13/21] perf annotate-arm64: Enable instruction tracking support
` [PATCH v3 14/21] perf annotate-arm64: Support load instruction tracking
` [PATCH v3 15/21] perf annotate-arm64: Support store "
` [PATCH v3 16/21] perf annotate-arm64: Support stack variable tracking
` [PATCH v3 17/21] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v3 18/21] perf annotate-arm64: Support 'add' "
` [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 v3 21/21] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[dhowells-fs:rxrpc-fixes 2/2] ERROR: modpost: "rxrpc_kernel_query_key" [fs/afs/kafs.ko] undefined!
 2026-07-01  3:42 UTC 

[PATCH] selftests: harness: Mark test fixture objects __maybe_unused
 2026-07-01  2:49 UTC  (3+ messages)

[kas:sdei-nmi/diag-complete-off 5/5] arch/arm64/include/asm/sdei.h:57:9: warning: 'sdei_arch_get_entry_point' macro redefined
 2026-07-01  2:40 UTC 

[mcgrof:blk-iobuf-pool-v2 11/13] Warning: io_uring/rsrc.c:1428 function parameter 'ctx' not described in 'io_register_buffers_alloc_for_file'
 2026-07-01  2:27 UTC 

[mcgrof:blk-iobuf-pool-v2 8/13] block/blk-map.c:742:1: warning: unused label 'next'
 2026-07-01  1:05 UTC 

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-30 20:45 UTC  (6+ messages)

Warning: drivers/pci/pci-driver.c:137 function parameter 'match_override_only' not described in 'do_pci_match_id'
 2026-06-30 17:29 UTC 

[PATCH v2] drm/bridge: rename drm_for_each_bridge_in_chain_scoped() to drm_for_each_bridge_in_chain()
 2026-06-30 15:34 UTC 

[sailus-media-tree:metadata-pre 17/17] drivers/media/i2c/ml86v7667.c:301:13: error: use of undeclared identifier 'v4l2_subdev_get_fmt_ci'; did you mean 'v4l2_subdev_notify'?
 2026-06-30 12:27 UTC 

[thomas-weissschuh:b4/riscv-vdso32-alternative 5/9] arch/riscv/kernel/vdso.c:78:53: error: use of undeclared identifier '__vdso_futex_list64_try_unlock_cs_lrsc_start_offset'
 2026-06-30 10:53 UTC 

[asahilinux:bits/240-isp 1/53] drivers/media/platform/apple/isp/isp-ipc.c:228:4: warning: format specifies type 'unsigned long long' but the argument has type 'dma_addr_t' (aka 'unsigned int')
 2026-06-30 10:07 UTC 

[PATCH V16 0/7] Rust Support for powerpc
 2026-06-30  5:45 UTC  (9+ messages)
` [PATCH V16 4/7] rust/powerpc: Set min rustc version "

[broonie-ci:arm64-xs-decode 2/2] arch/arm64/mm/fault.c:80:5: warning: format specifies type 'unsigned long' but the argument has type 'unsigned long long'
 2026-06-30  4:33 UTC 

[PATCH v4] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-06-30  3:25 UTC 

[liam:maple_marks_v7.2_fixes 13/33] lib/maple_tree.c:531:14: error: call to undeclared function 'mt_locked'; ISO C99 and later do not support implicit function declarations
 2026-06-30  2:28 UTC 

[liam:maple_marks_v7.2_fixes 13/33] lib/maple_tree.c:744:29: error: conflicting types for 'mt_locked'
 2026-06-30  2:28 UTC 

[thomas-weissschuh:b4/vdso-arch-clockmodes 8/9] arch/loongarch/kernel/time.c:216:45: error: unexpected ';' before '}'
 2026-06-30  1:34 UTC 

[PATCH v3] rtc: ds1307: Add driver for Epson RX8901CE
 2026-06-29 21:10 UTC  (2+ messages)

[stefandoesinger-zx297520:dlink 37/123] ERROR: modpost: "sdio_release_irq" [drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko] undefined!
 2026-06-29 20:15 UTC 

[asahilinux:bits/200-dcp 105/176] Warning: drivers/gpu/drm/apple/dcp.c:100 function parameter 'crtc' not described in 'dcp_crtc_send_page_flip_event'
 2026-06-29 19:53 UTC 

[stefandoesinger-zx297520:dlink 15/123] arch/arm/kernel/head.S:129:2: error: instruction requires: armv6t2
 2026-06-29 17:32 UTC 

[stefandoesinger-zx297520:dlink 36/123] ERROR: modpost: "sdio_claim_host" [drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu.ko] undefined!
 2026-06-29 17:32 UTC 

[PATCH v3] leds: rgb: leds-qcom-lpg: Fix LED color balancing in HW pattern mode
 2026-06-29 15:05 UTC 

[thomas-weissschuh:b4/hrtimer-header-dependencies 6/11] arch/powerpc/include/asm/ptrace.h:376:20: error: use of undeclared identifier 'THREAD_SIZE'
 2026-06-29 11:44 UTC 

❌ FAIL: Test report for master (7.2.0-rc1, upstream-mainline, dc59e4fe)
 2026-06-29  7:42 UTC 

[RFC PATCH net-next v8 00/12] net: pcs: Introduce support for fwnode PCS
 2026-06-29  7:28 UTC  (7+ messages)
` [RFC PATCH net-next v8 03/12] net: phylink: add phylink_release_pcs() to externally release a PCS

[PATCH v4 00/18] x86/msr: Inline rdmsr/wrmsr instructions
 2026-06-29  6:55 UTC  (3+ messages)
` [PATCH v4 09/18] x86/msr: Make wrmsrns() a first class citizen
` [PATCH v4 17/18] x86/paravirt: Use alternatives for MSR access with paravirt

[PATCH] clk: thead: allow COMPILE_TEST builds
 2026-06-29  3:28 UTC 

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, 8b69c047)
 2026-06-29  0:02 UTC 

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, 780d569e)
 2026-06-28  9:23 UTC 

[thomas-weissschuh:b4/hrtimer-header-dependencies 5/5] arch/x86/include/asm/nospec-branch.h:536:23: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2026-06-28  7:48 UTC 

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, 5422e496)
 2026-06-28  4:13 UTC 

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, f0789fd3)
 2026-06-28  3:23 UTC 

[PATCHv4 ath-next] wifi: ath9k: eeprom: drop static from local pdadc and vpdTable arrays
 2026-06-27 21:20 UTC 

[dwmw2:kvmclock6 12/36] arch/x86/kvm/x86.c:3249:1: warning: unused label 'fallback'
 2026-06-27 14:45 UTC 

[thomas-weissschuh:b4/hrtimer-header-dependencies 3/5] ERROR: modpost: "hrtimer_update_function" [drivers/tty/serial/xilinx_uartps.ko] undefined!
 2026-06-27 12:19 UTC 

ld.lld: error: vmlinux.a(kernel/locking/test-ww_mutex.o):(function test_ww_mutex_exit: .exit.text+0x18): relocation R_RISCV_HI20 out of range: 542468 is not in [-524288, 524287]; references '.L_MergedGlobals.103'
 2026-06-27 11:27 UTC 

[PATCH v5 00/38] VKMS: Introduce multiple configFS attributes
 2026-06-27  3:30 UTC  (39+ messages)
` [PATCH v5 01/38] drm/drm_mode_config: Add helper to get plane type name
` [PATCH v5 02/38] drm/blend: Get a rotation name from it's bitfield
` [PATCH v5 03/38] drm/drm_color_mgmt: Expose drm_get_color_encoding_name
` [PATCH v5 04/38] drm/drm_color_mgmt: Expose drm_get_color_range_name
` [PATCH v5 05/38] drm/connector: Export drm_get_colorspace_name
` [PATCH v5 06/38] drm/drm_atomic_state_helper: Properly load default value for rotation
` [PATCH v5 07/38] Documentation: ABI: vkms: Add current VKMS ABI documentation
` [PATCH v5 08/38] drm/vkms: Add error handling in plane config creation
` [PATCH v5 09/38] drm/vkms: Simplify plane_release code
` [PATCH v5 10/38] drm/vkms: Explicitly display plane type
` [PATCH v5 11/38] drm/vkms: Use enabled/disabled instead of 1/0 for debug
` [PATCH v5 12/38] drm/vkms: Explicitly display connector status
` [PATCH v5 13/38] drm/vkms: Introduce config for plane name
` [PATCH v5 14/38] drm/vkms: Use plane folder name as "
` [PATCH v5 15/38] drm/vkms: Introduce config for plane rotation
` [PATCH v5 16/38] drm/vkms: Use DRM_ROTATION_FMT macros for rotation display
` [PATCH v5 17/38] drm/vkms: Introduce configfs for plane rotation
` [PATCH v5 18/38] drm/vkms: Introduce config for plane color encoding
` [PATCH v5 19/38] drm/vkms: Introduce configfs "
` [PATCH v5 20/38] drm/vkms: Introduce config for plane color range
` [PATCH v5 21/38] drm/vkms: Introduce configfs "
` [PATCH v5 22/38] drm/vkms: Introduce config for plane format
` [PATCH v5 23/38] drm/vkms: Introduce configfs "
` [PATCH v5 24/38] drm/vkms: Properly render plane using their zpos
` [PATCH v5 25/38] drm/vkms: Introduce config for plane zpos property
` [PATCH v5 26/38] drm/vkms: Introduce configfs "
` [PATCH v5 27/38] drm/vkms: Introduce config for connector type
` [PATCH v5 28/38] drm/vkms: Introduce configfs "
` [PATCH v5 29/38] drm/vkms: Rename vkms_connector_init to vkms_connector_init_static
` [PATCH v5 30/38] drm/vkms: Introduce config for connector supported colorspace
` [PATCH v5 31/38] drm/vkms: Introduce configfs "
` [PATCH v5 32/38] drm/vkms: Introduce config for connector EDID
` [PATCH v5 33/38] drm/vkms: Introduce configfs "
` [PATCH v5 34/38] drm/vkms: Store the enabled/disabled status for connector
` [PATCH v5 35/38] drm/vkms: Allow to hot-add connectors
` [PATCH v5 36/38] drm/vkms: Introduce configfs for dynamic connector creation
` [PATCH v5 37/38] drm/vkms: Add connector parent configuration in vkms_config
` [PATCH v5 38/38] drm/vkms: Add ConfigFS interface for connector parent and port_id

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, 8c04c129)
 2026-06-27  3:13 UTC 

❌ FAIL: Test report for master (7.1.0-0, upstream-mainline, c75597ca)
 2026-06-27  1:23 UTC 

[PATCH] x86/boot/compressed: Disable jump tables for clang
 2026-06-26 23:28 UTC  (8+ messages)

[thomas-weissschuh:b4/riscv-vdso32-alternative 5/9] llvm-readelf: warning: 'arch/riscv/kernel/vdso/vdso.so.dbg': invalid PT_DYNAMIC size (0xf8)
 2026-06-26 23:00 UTC 

[liam:maple_marks_v7.2 28/31] lib/test_maple_tree.c:299:3: error: call to undeclared function 'mas_next_slot'; ISO C99 and later do not support implicit function declarations
 2026-06-26 22:19 UTC 

[dinguyen:socfpga_fcs_v1 1/4] drivers/firmware/stratix10-svc.c:1335:13: warning: variable 'pmem' is uninitialized when used here
 2026-06-26 20:26 UTC 

[liam:maple_marks_v7.2 27/31] lib/maple_tree.c:2586:38: warning: result of comparison of constant 94416707145727 with expression of type 'unsigned long' is always false
 2026-06-26 20:16 UTC 

[thomas-weissschuh:b4/hrtimer-header-dependencies 5/5] include/linux/hrtimer_rearm.h:80:97: error: use of undeclared identifier 'false'; did you mean 'else'?
 2026-06-26 19:13 UTC 

[morimoto:sound-cleanup-2026-06-26 328/328] sound/soc/fsl/mpc5200_dma.c:299:35: error: incomplete definition of type 'struct snd_soc_card'
 2026-06-26 15:13 UTC 


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