Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-06-10 02:41:59 to 2026-06-11 18:14:21 UTC [more...]

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

[RFC PATCH v2 00/14] kcov: add per-task dataflow tracking for function arguments/return values
 2026-06-11 16:21 UTC  (15+ 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

[PATCH] x86/cfi: Use symmetric SYM_START and SYM_END in __CFI_TYPE()
 2026-06-11 15:57 UTC 

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

[PATCH] mm/damon/core: reduce kernel stack usage
 2026-06-11 13:56 UTC  (2+ messages)

[PATCH] lib/crypto: gf128hash: mark clmul32() as noinline_for_stack
 2026-06-11 12:59 UTC 

[PATCH] nvmem: airoha: add ARM64 dependency
 2026-06-11 12:58 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 

[PATCH] vduse: Fix error around jumping over a __cleanup() variable
 2026-06-11 10:03 UTC  (3+ messages)

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  (3+ messages)
` [PATCH net-next v6 08/12] of: property: fw_devlink: Add support for "pcs-handle"

[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 

[RFC PATCH v2] platform/x86: panasonic-laptop: add fan speed mode for newer models
 2026-06-10 10:23 UTC 

[PATCH v6 00/11] arm64: dts: ti: k3-am62a7-sk: Split r5f memory region
 2026-06-10  7:39 UTC  (4+ messages)
` [PATCH v6 04/11] arm64: dts: ti: k3-am62p-verdin: Fix wkup R5F memory region size

[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  (5+ messages)
` [PATCHv3 03/15] dmaengine: fsldma: halt DMA engine before freeing resources
` [PATCHv3 08/15] dmaengine: fsldma: convert to platform_get_irq_optional()

[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 


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