Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-06-09 18:57:49 to 2026-06-13 17:01:52 UTC [more...]

[PATCH] net: correcting section tags for .init and .exit data/functions
 2026-06-13 17:01 UTC  (4+ messages)

[PATCH] x86/cfi: Use symmetric SYM_START and SYM_END in __CFI_TYPE()
 2026-06-13 16:29 UTC  (3+ messages)

[PATCH] vduse: Fix error around jumping over a __cleanup() variable
 2026-06-13 16:26 UTC  (4+ messages)

ERROR: modpost: "__set_task_comm" [lib/tests/string_kunit.ko] undefined!
 2026-06-13 14:01 UTC 

[arnd-playground:config-gpio-legacy-7.2 21/21] include/linux/gpio/consumer.h:177:20: error: incomplete definition of type 'const struct gpio_desc'
 2026-06-13 13:33 UTC 

Warning: kernel/seccomp.c:241 struct member 'pins' not described in 'seccomp_filter'
 2026-06-13 11:49 UTC 

[axboe:io_uring-tw-mpscq-batch 12/12] ERROR: modpost: "blk_comp_batch_notify" [drivers/block/ublk_drv.ko] undefined!
 2026-06-13 10:46 UTC 

[RFC PATCH v3 3/3] selftests/seccomp: cover non-cooperative pinned-memfd install
 2026-06-13 10:07 UTC 

[PATCH v2] udf: validate extent partition references in udf_current_aext()
 2026-06-13  8:46 UTC  (2+ messages)

❌ FAIL: Test report for master (7.1.0-rc7, upstream-mainline, 2a2974b5)
 2026-06-13  8:43 UTC 

[superna9999:topic/sm8650/ayaneo-pocket-s2/pmos-v4 24/31] sound/soc/qcom/sc8280xp.c:176:13: error: use of undeclared identifier 'LPAIF_MI2S_MCLK'
 2026-06-13  8:13 UTC 

[superna9999:topic/sm8650/ayaneo-pocket-s2/pmos-v4 17/31] drivers/gpu/drm/panel/panel-renesas-r63419.c:320:8: error: call to undeclared function 'devm_drm_panel_add'; ISO C99 and later do not support implicit function declarations
 2026-06-13  7:06 UTC 

[hare-scsi-devel:configfs-ns.v6 1/24] drivers/nvme/target/bpf_ops.c:11:20: warning: variable 'nvmet_bpf_ops_btf' set but not used
 2026-06-13  7:06 UTC 

[sean-jc:x86/no_unsync_for_nested_tdp 26/28] ERROR: modpost: "tdp_enabled" [arch/x86/kvm/kvm-intel.ko] undefined!
 2026-06-13  2:03 UTC 

[sean-jc:x86/no_unsync_for_nested_tdp 28/28] ld.lld: error: undefined symbol: tdp_enabled
 2026-06-13  1:43 UTC 

[PATCH bpf-next v2 0/8] tools build: bpf: Append EXTRA_CFLAGS and HOST_EXTRACFLAGS
 2026-06-13  1:11 UTC  (5+ messages)
` [PATCH bpf-next v2 5/8] tools/bpf: build: Append extra cflags
` [PATCH bpf-next v2 6/8] selftests/bpf: Initialize operation name before use

[sean-jc:x86/no_unsync_for_nested_tdp 28/28] arch/x86/kvm/mmu/mmu.c:2270:6: warning: unused variable 'ret'
 2026-06-12 21:56 UTC 

[PATCH 2/2] btrfs: fix memory barrier order in reloc_root_is_dead()
 2026-06-12 19:24 UTC  (2+ messages)

[mptcp:export-net 1/8] .b4-config: warning: ignored by one of the .gitignore files
 2026-06-12 18:53 UTC 

[ebiggers:xor-pending 1/1] lib/raid/xor/x86/xor_arch.h:16:6: error: call to undeclared function 'cpu_has_xfeatures'; ISO C99 and later do not support implicit function declarations
 2026-06-12 18:42 UTC 

[linusw-pinctrl:devel 125/127] ERROR: modpost: "pinctrl_get_group_selector" [drivers/pinctrl/ultrarisc/pinctrl-ultrarisc.ko] undefined!
 2026-06-12 18:17 UTC 

[PATCHv2] sparc: Export mcount for Clang-built modules
 2026-06-12 18:15 UTC 

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-12 17:08 UTC  (4+ messages)

[hare-scsi-devel:configfs-ns.v6 1/24] drivers/nvme/target/../target/bpf.h:15:44: warning: declaration of 'struct nvmet_subsys_link' will not be visible outside of this function
 2026-06-12 15:39 UTC 

[hare-scsi-devel:configfs-ns.v6 1/24] drivers/nvme/target/bpf.h:15:44: warning: declaration of 'struct nvmet_subsys_link' will not be visible outside of this function
 2026-06-12 14:48 UTC 

[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
 2026-06-12 13:11 UTC  (26+ messages)
` [RFC PATCH v2 01/14] "
` [RFC PATCH v2 02/14] kcov: fix INIT_TRACK race in kcov_dataflow
` [RFC PATCH v2 03/14] kcov: add barriers to recursion guard in kcov_df_write
` [RFC PATCH v2 04/14] kcov: reject enable on multiple dataflow fds simultaneously
` [RFC PATCH v2 05/14] kcov: clear dataflow fields on fork
` [RFC PATCH v2 06/14] kcov: clean up dataflow state on task exit
` [RFC PATCH v2 07/14] kcov: exclude kcov_dataflow.o from sanitizer instrumentation
` [RFC PATCH v2 08/14] selftests/kcov_dataflow: add trigger-view.py
` [RFC PATCH v2 09/14] selftests/kcov_dataflow: add ioctl interface selftest
` [RFC PATCH v2 10/14] selftests/kcov_dataflow: add eight_args_c test module
` [RFC PATCH v2 11/14] selftests/kcov_dataflow: add eight_args_rust "
` [RFC PATCH v2 12/14] selftests/kcov_dataflow: add rust_ffi_contract "
` [RFC PATCH v2 13/14] selftests/kcov_dataflow: add binderfs ioctl capture test
` [RFC PATCH v2 14/14] Documentation: add kcov-dataflow.rst

[RFC PATCH v2 0/6] kcov: per-task dataflow extraction at kernel function boundaries
 2026-06-12 12:45 UTC  (12+ messages)
` [RFC PATCH v2 1/6] kcov: add per-task dataflow tracking for function arguments/return values

ld.lld: error: undefined symbol: __kcfi_typeid_aria_aesni_avx_encrypt_16way
 2026-06-12 12:16 UTC 

[PATCH] jfs: validate active AG before updating db_active
 2026-06-12 10:51 UTC 

[PATCH] sparc: Export mcount for Clang-built modules
 2026-06-12  9:28 UTC  (2+ messages)

[PATCH] nvmem: airoha: add ARM64 dependency
 2026-06-12  8:13 UTC  (2+ messages)

[jirislaby:next_master 96/223] Warning: drivers/phy/apple/atc.c:631 Excess struct member 'sw' description in 'apple_atcphy'
 2026-06-12  8:06 UTC 

[sbates130272-p2pmem:switchtec-dma-sysfs 3/5] ld.lld: error: undefined symbol: dma_chan_kobject_add
 2026-06-12  7:31 UTC 

[gdamjan:v7.1/imx471 2/2] drivers/media/i2c/imx471.c:809:37: warning: variable 'ret' is uninitialized when used here
 2026-06-12  4:00 UTC 

[PATCH] media: bcm2835-unicam: Fix querycap multiple caps
 2026-06-12  2:14 UTC 

[davidhildenbrand:b4/clear_not_present_full_ptes 3/4] include/linux/pgtable.h:974:17: error: parameter 'addr' set but not used
 2026-06-12  2:04 UTC 

[RFC PATCH v2] platform/x86: panasonic-laptop: add fan speed mode for newer models
 2026-06-11 21:23 UTC  (2+ messages)

[PATCH] lib/crypto: gf128hash: mark clmul32() as noinline_for_stack
 2026-06-11 20:06 UTC  (2+ messages)

[sean-jc:x86/gmem_inplace 35/59] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:1204:10: error: call to undeclared function 'kvm_range_has_vm_memory_attributes'; ISO C99 and later do not support implicit function declarations
 2026-06-11 19:32 UTC 

Warning: drivers/usb/misc/usbio.c:117 struct member 'nr_i2c_buses' not described in 'usbio_device'
 2026-06-11 18:14 UTC 

[PATCHv4 00/15] dmaengine: fsldma: devm conversion, fixups, and cleanups
 2026-06-11 16:36 UTC  (32+ messages)
` [PATCHv4 01/15] dmaengine: fsldma: kill tasklet before removing channel
` [PATCHv4 02/15] dmaengine: fsldma: drop desc_lock before invoking client callback
` [PATCHv4 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv4 04/15] dmaengine: fsldma: provide device_release callback
` [PATCHv4 05/15] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCHv4 06/15] dmaengine: fsldma: fix probe error path not freeing IRQs
` [PATCHv4 07/15] dmaengine: fsldma: fix request_irqs unwind freeing unregistered IRQ
` [PATCHv4 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCHv4 09/15] dmaengine: fsldma: use devm_kzalloc() to simplify code
` [PATCHv4 10/15] dmaengine: fsldma: use devm_platform_ioremap_resource()
` [PATCHv4 11/15] dmaengine: fsldma: convert channel allocation to devm_kzalloc()
` [PATCHv4 12/15] dmaengine: fsldma: use devm_of_iomap() to simplify code
` [PATCHv4 13/15] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCHv4 14/15] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones
` [PATCHv4 15/15] dmaengine: fsldma: fix kernel-doc param names to match function signatures

drivers/gpu/drm/i915/display/intel_bios.c:3899:20: warning: variable 'vspeo' is uninitialized when used here
 2026-06-11 15:18 UTC 

[linux-next:master 3143/13002] drivers/block/drbd/drbd_nl_gen.c:641:42: warning: unused variable 'drbd_nl_mcgrps'
 2026-06-11 12:08 UTC 

[ulfh-pm:next 12/12] drivers/pmdomain/core.c:36:23: warning: unused variable 'genpd_provider_bus'
 2026-06-11 11:35 UTC 

[peterz-queue:locking/core 33/36] Warning: kernel/futex/core.c:366 function parameter 'fph_p' not described in '__futex_hash'
 2026-06-11 11:24 UTC 

[PATCH] perf/cxlpmu: Support Channel/Rank/Bank filter
 2026-06-11 10:07 UTC 

Warning: kernel/time/ntp.c:94 struct member 'time_adjust_frac' not described in 'ntp_data'
 2026-06-11  9:52 UTC 

[PATCH 0/2] arm64: ftrace: support DIRECT_CALLS without CALL_OPS
 2026-06-11  4:06 UTC  (7+ messages)
` [PATCH 1/2] arm64: ftrace: prepare ftrace_modify_call() for use "
` [PATCH 2/2] arm64: ftrace: allow DIRECT_CALLS "

[hid:for-7.2/asus 1/7] drivers/hid/hid-asus.c:1399:14: warning: variable 'rsize_orig' is used uninitialized whenever 'if' condition is false
 2026-06-11  4:05 UTC 

[PATCH] USB: serial: io_ti: Use common error handling code in do_download_mode()
 2026-06-11  2:26 UTC 

net/netfilter/nfnetlink_cthelper.c:227:6: warning: variable 'ret' is used uninitialized whenever 'if' condition is true
 2026-06-11  0:25 UTC  (2+ messages)

[PATCH] MIPS: VDSO: Avoid including .got in dynamic segment
 2026-06-10 22:47 UTC  (4+ messages)

[PATCH net-next v6 00/12] net: pcs: Introduce support for fwnode PCS
 2026-06-10 22:43 UTC  (6+ messages)
` [PATCH net-next v6 08/12] of: property: fw_devlink: Add support for "pcs-handle"
` [PATCH net-next v6 12/12] net: airoha: add phylink support

[jonhunter:tegra/next-fixes 25/27] ERROR: modpost: "tegra_is_silicon" [drivers/pci/controller/pcie-tegra264.ko] undefined!
 2026-06-10 22:01 UTC 

[PATCH] perf s390: Fix TEXTREL in Python extension by compiling as PIC
 2026-06-10 20:05 UTC  (4+ messages)

[PATCH] kbuild: Use ld.lld for linking host programs when LLVM is set
 2026-06-10 19:55 UTC 

[PATCH v9 4/4] MAINTAINERS: add Rust SRCU files to SRCU entry
 2026-06-10 19:50 UTC 

[broonie-ci:asoc-7.1 10/10] sound/soc/loongson/loongson_dma.c:213:45: warning: format specifies type 'unsigned int' but the argument has type 'u64' (aka 'unsigned long long')
 2026-06-10 19:31 UTC 

[PATCH v3] vduse: Add suspend
 2026-06-10 19:10 UTC 

Warning: mm/swap_state.c:506 function parameter 'defer_memcg1_swapin' not described in '__swap_cache_alloc_folio'
 2026-06-10 18:18 UTC 

[sean-jc:x86/kvmclock_vs_tsc 1/51] arch/x86/kernel/jailhouse.c:68:50: error: too few arguments to function call, expected 2, have 1
 2026-06-10 13:29 UTC 

mm/memory.c:526:8: warning: variable 'pmd' set but not used
 2026-06-10 11:55 UTC 

[sean-jc:x86/kvmclock_vs_tsc 10/51] arch/x86/coco/tdx/tdx.c:1210:61: error: expected ';' after return statement
 2026-06-10 11:55 UTC 

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

[hare-scsi-devel:configfs-ns.v5 42/42] include/linux/mmzone.h:839:25: error: use of undeclared identifier 'PAGE_ALLOC_COSTLY_ORDER'
 2026-06-10  5:31 UTC 

[superna9999:topic/sm8650/ayaneo-pocket-s2/wsa2-fix 5/5] sound/soc/qcom/sc8280xp.c:237:64: error: use of undeclared identifier 'cpu_dai'
 2026-06-10  5:31 UTC 

drivers/scsi/megaraid/megaraid_mbox.c:623:51: error: use of undeclared identifier 'pdev'
 2026-06-10  3:38 UTC 

[PATCHv3 00/15] dmaengine: fsldma: devm conversion, fixups, and cleanups
 2026-06-10  2:58 UTC  (21+ messages)
` [PATCHv3 01/15] dmaengine: fsldma: kill tasklet before removing channel
` [PATCHv3 02/15] dmaengine: fsldma: drop desc_lock before invoking client callback
` [PATCHv3 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv3 04/15] dmaengine: fsldma: provide device_release callback
` [PATCHv3 05/15] dmaengine: fsldma: check dma_async_device_register() return value
` [PATCHv3 06/15] dmaengine: fsldma: fix probe error path not freeing IRQs
` [PATCHv3 07/15] dmaengine: fsldma: fix request_irqs unwind freeing unregistered IRQ
` [PATCHv3 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()
` [PATCHv3 09/15] dmaengine: fsldma: use devm for kzalloc()
` [PATCHv3 10/15] dmaengine: fsldma: use devm_platform_ioremap_resource()
` [PATCHv3 11/15] dmaengine: fsldma: convert channel allocation to devm_kzalloc()
` [PATCHv3 12/15] dmaengine: fsldma: use devm for of_iomap()
` [PATCHv3 13/15] dmaengine: fsldma: replace irq_of_parse_and_map with of_irq_get
` [PATCHv3 14/15] dmaengine: fsldma: replace ppc-specific accessors with portable generic ones
` [PATCHv3 15/15] dmaengine: fsldma: fix kernel-doc param names to match function signatures

[avpatel:riscv_trace_support_v4 42/81] arch/riscv/kvm/aia_imsic.c:923:2: warning: variable 'vcpu' is used uninitialized whenever 'if' condition is false
 2026-06-10  2:41 UTC 

[superna9999:topic/sm8650/ayaneo-pocket-s2/wsa2-fix 3/5] sound/soc/qcom/qdsp6/q6apm-lpass-dais.c:311:2: warning: variable 'sysclk' is used uninitialized whenever switch default is taken
 2026-06-10  2:30 UTC 

Warning: drivers/scsi/hosts.c:407 function parameter 'dev' not described in 'scsi_host_alloc'
 2026-06-10  1:59 UTC 

[PATCH] modpost: Add __llvm_covfun and __llvm_covmap to section_white_list
 2026-06-09 23:51 UTC  (2+ messages)

[PATCH v12 0/3] kbuild: distributed build support for Clang ThinLTO
 2026-06-09 23:48 UTC  (2+ messages)

[PATCH] run-clang-tools: run multiprocessing.Pool as context manager
 2026-06-09 23:42 UTC  (2+ messages)

[PATCH v2 00/16] Bump minimum version of LLVM for building the kernel to 17.0.1
 2026-06-09 23:28 UTC  (2+ messages)

[dhowells-fs:netfs-next 22/22] fs/9p/vfs_addr.c:79:6: warning: variable 'len' is used uninitialized whenever 'if' condition is true
 2026-06-09 23:08 UTC 

[bcain:bcain/boot_qemu 16/51] make[3]: *** No rule to make target 'arch/hexagon/boot/dts/comet.dtb', needed by 'arch/hexagon/boot/dts/dtbs-list'
 2026-06-09 22:58 UTC 

[PATCH v3] ARM: OMAP2+: Add CFI type for omap4_finish_suspend
 2026-06-09 22:25 UTC  (2+ messages)

[cifs:for-next-next 15/16] fs/smb/client/cifsfs.c:1204:22: error: use of undeclared identifier 'FS_XFLAG_CASEFOLD'
 2026-06-09 22:20 UTC  (3+ messages)

[dhowells-fs:netfs-next 11/22] fs/afs/symlink.c:97:7: warning: variable 'ret' is uninitialized when used here
 2026-06-09 19:59 UTC 


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