Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2025-09-16 19:05:44 to 2025-09-20 06:16:18 UTC [more...]

[RFC Patch 6/7] kexec: Implement dynamic kimage tracking
 2025-09-20  6:16 UTC 

[PATCH v1 1/2] LoongArch: Make LTO case independent in Makefile
 2025-09-20  6:15 UTC 

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 1522b530)
 2025-09-20  6:03 UTC 

[brauner-github:work.namespace.ns_common 4/11] kernel/nscommon.c:10:9: error: call to undeclared function 'proc_alloc_inum'; ISO C99 and later do not support implicit function declarations
 2025-09-20  5:43 UTC 

[RFC PATCH] dm-crypt: allow unaligned bio_vecs for direct io
 2025-09-20  5:33 UTC  (2+ messages)

[RFC Patch 1/7] kexec: Introduce multikernel support via kexec
 2025-09-20  5:33 UTC 

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 39879e3a)
 2025-09-20  4:42 UTC 

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 0903d098)
 2025-09-20  3:22 UTC 

✅ PASS: Test report for master (6.17.0-rc6, upstream-mainline, e8442d5b)
 2025-09-20  2:42 UTC 

[PATCH] scsi: leapraid: Add new scsi driver
 2025-09-20  1:38 UTC 

[linux-next:master 9765/10654] drivers/gpu/drm/xe/tests/xe_pci.c:214:2: error: initializer element is not a compile-time constant
 2025-09-19 22:38 UTC  (2+ messages)

clang: Powerpc: clang-nightly-maple_defconfig — FAIL
 2025-09-19 22:28 UTC  (6+ messages)
      ` clang nightly builds failing on PowerPc

[leon-rdma:dmabuf-vfio 39/44] arch/powerpc/platforms/ps3/system-bus.c:594:3: warning: non-void function 'ps3_ioc0_map_phys' should return a value
 2025-09-19 21:10 UTC 

[PATCH v2 11/11] um: switch ptrace FP register access to nolibc
 2025-09-19 20:50 UTC 

[linux-next:master 10394/11136] arch/riscv/Kconfig:67: syntax error
 2025-09-19 20:50 UTC  (2+ messages)

[robh:ethos-v3 3/3] drivers/accel/ethosu/ethosu_job.c:288:15: warning: variable 'cmdaddr' is uninitialized when used here
 2025-09-19 19:06 UTC 

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-19 18:35 UTC  (23+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
` [PATCH v5 02/15] genpt: Add Documentation/ files
` [PATCH v5 03/15] iommupt: Add the basic structure of the iommu implementation
` [PATCH v5 04/15] iommupt: Add the AMD IOMMU v1 page table format
` [PATCH v5 05/15] iommupt: Add iova_to_phys op

[PATCH 0/2] sparc/module: R_SPARC_UA64 handling to help with LLVM IAS enablement
 2025-09-19 18:00 UTC  (2+ messages)

[PATCH 5/6] firewire: core; eliminate pick_me goto label
 2025-09-19 17:52 UTC 

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-19 17:20 UTC  (55+ messages)
` [PATCH v3 01/35] compiler_types: Move lock checking attributes to compiler-capability-analysis.h
` [PATCH v3 02/35] compiler-capability-analysis: Add infrastructure for Clang's capability analysis
` [PATCH v3 03/35] compiler-capability-analysis: Add test stub
` [PATCH v3 04/35] Documentation: Add documentation for Compiler-Based Capability Analysis
` [PATCH v3 05/35] checkpatch: Warn about capability_unsafe() without comment
` [PATCH v3 06/35] cleanup: Basic compatibility with capability analysis
` [PATCH v3 07/35] lockdep: Annotate lockdep assertions for "
` [PATCH v3 08/35] locking/rwlock, spinlock: Support Clang's "
` [PATCH v3 09/35] compiler-capability-analysis: Change __cond_acquires to take return value
` [PATCH v3 10/35] locking/mutex: Support Clang's capability analysis
` [PATCH v3 11/35] locking/seqlock: "
` [PATCH v3 12/35] bit_spinlock: Include missing <asm/processor.h>
` [PATCH v3 13/35] bit_spinlock: Support Clang's capability analysis
` [PATCH v3 14/35] rcu: "
` [PATCH v3 15/35] srcu: "
` [PATCH v3 16/35] kref: Add capability-analysis annotations
` [PATCH v3 17/35] locking/rwsem: Support Clang's capability analysis
` [PATCH v3 18/35] locking/local_lock: Include missing headers
` [PATCH v3 19/35] locking/local_lock: Support Clang's capability analysis
` [PATCH v3 20/35] locking/ww_mutex: "
` [PATCH v3 21/35] debugfs: Make debugfs_cancellation a capability struct
` [PATCH v3 22/35] compiler-capability-analysis: Remove Sparse support
` [PATCH v3 23/35] compiler-capability-analysis: Remove __cond_lock() function-like helper
` [PATCH v3 24/35] compiler-capability-analysis: Introduce header suppressions
` [PATCH v3 25/35] compiler: Let data_race() imply disabled capability analysis
` [PATCH v3 26/35] MAINTAINERS: Add entry for Capability Analysis
` [PATCH v3 27/35] kfence: Enable capability analysis
` [PATCH v3 28/35] kcov: "
` [PATCH v3 29/35] kcsan: "
` [PATCH v3 30/35] stackdepot: "
` [PATCH v3 31/35] rhashtable: "
` [PATCH v3 32/35] printk: Move locking annotation to printk.c
` [PATCH v3 33/35] security/tomoyo: Enable capability analysis
` [PATCH v3 34/35] crypto: "
` [PATCH v3 35/35] sched: Enable capability analysis for core.c and fair.c
` [syzbot ci] Re: Compiler-Based Capability- and Locking-Analysis

[PATCH v4 25/31] clk: at91: sama5d4: switch to parent_hw and parent_data
 2025-09-19 14:42 UTC 

[snitzer:anna-linux-next-6.18 10/11] fs/nfs/nfstrace.h:1799:1: error: incompatible pointer types passing 'const struct nfs_local_dio *' to parameter of type 'const struct nfs_local_dio *'
 2025-09-19 13:59 UTC 

[PATCH v2 4/8] usb: xhci: add tracing for PORTSC register writes
 2025-09-19 11:54 UTC 

[PATCH v4 07/31] clk: at91: clk-utmi: use clk_parent_data
 2025-09-19 11:33 UTC 

[PATCH v5 00/19] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-09-19 11:05 UTC  (4+ messages)
` [PATCH v5 04/19] x86: Add arch specific kasan functions

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 097a6c33)
 2025-09-19 10:13 UTC 

✅ PASS: Test report for master (6.17.0-rc6, upstream-mainline, cbf658dd)
 2025-09-19  7:43 UTC 

[PATCH v5 2/2] iio: temperature: add support for MCP998X
 2025-09-19  6:27 UTC 

[PATCH v3] RISC-V: re-enable gcc + rust builds
 2025-09-19  5:20 UTC  (2+ messages)

[PATCH v2 8/8] mm: hugetlb: allocate frozen pages in alloc_gigantic_folio()
 2025-09-19  3:22 UTC 

[PATCH v2 1/8] mm: page_alloc: optimize pfn_range_valid_contig()
 2025-09-19  1:40 UTC 

[thesofproject:topic/sof-dev 6/8] sound/soc/sof/ipc4-topology.c:3009:4: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2025-09-18 21:13 UTC 

✅ PASS: Test report for master (6.17.0-rc6, upstream-mainline, 8b789f2b)
 2025-09-18 16:52 UTC 

[PATCH] dmaengine: mmp_pdma: fix DMA mask handling
 2025-09-18 16:20 UTC  (2+ messages)

[PATCH net-next V3] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-18 15:07 UTC  (2+ messages)

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-09-18 14:26 UTC  (7+ messages)
` [PATCH RFC 2/4] landlock: implement memfd detection

next-20250903 x86_64 clang-20 allyesconfig mmp_pdma.c:1188:14: error: shift count >= width of type [-Werror,-Wshift-count-overflow]
 2025-09-18 14:33 UTC  (6+ messages)

[kleikamp-shaggy:jfs-next 1/5] fs/jfs/jfs_dtree.c:2906:31: warning: result of comparison of constant 128 with expression of type 's8' (aka 'signed char') is always false
 2025-09-18 14:06 UTC  (2+ messages)

[RFC PATCH] rust: sync: Add dma_fence abstractions
 2025-09-18 13:53 UTC  (4+ messages)

[jlayton:kdevops 31/40] ld.lld: error: undefined symbol: nfsd_handle_dir_event
 2025-09-18 12:33 UTC 

[PATCH v8 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper
 2025-09-18 11:54 UTC 

Thread Safety Analysis and the Linux kernel
 2025-09-18 11:10 UTC  (5+ messages)

[PATCH -next v6 10/10] arm64: entry: Convert to generic entry
 2025-09-18  9:52 UTC 

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 992d4e48)
 2025-09-18  7:53 UTC 

✅ PASS: Test report for master (6.17.0-rc6, upstream-mainline, d4b77998)
 2025-09-18  7:12 UTC 

[PATCH v2 21/21] x86/pvlocks: Move paravirt spinlock functions into own header
 2025-09-18  5:56 UTC  (3+ messages)

[jpoimboe:klp-build 60/63] error: objtool: --checksum not supported; install xxhash-devel and recompile
 2025-09-18  4:03 UTC 

[PATCH v2 01/21] x86/paravirt: Remove not needed includes of paravirt.h
 2025-09-18  3:18 UTC 

[jpoimboe:klp-build 12/63] drivers/infiniband/hw/usnic/usnic_uiom_interval_tree.c:269:1: warning: no previous prototype for function 'usnic_uiom_interval_tree_subtree_search'
 2025-09-18  3:07 UTC 

[anna-nfs:linux-next 20/32] fs/nfs/flexfilelayout/flexfilelayout.c:614:2: error: incompatible pointer types passing 'u32 *' (aka 'unsigned int *') to parameter of type 'uint64_t *' (aka 'unsigned long long *')
 2025-09-18  0:19 UTC 

[jgunthorpe:iommu_pt_vtd 8/34] ERROR: modpost: "__udivdi3" [drivers/iommu/generic_pt/fmt/iommu_amdv1.ko] undefined!
 2025-09-18  0:06 UTC  (5+ messages)

[PATCH v1 07/10] crypto: implement KFuzzTest targets for PKCS7 and RSA parsing
 2025-09-17 23:37 UTC 

[GIT PULL] ARM: microchip: clk for 6.18 #1
 2025-09-17 18:23 UTC  (3+ messages)

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-09-17 16:47 UTC  (5+ messages)
` [PATCH v2 16/16] selftests: vDSO: vdso_standalone_test_x86: Switch to nolibc

[PATCH v7 00/24] Split sphinx call logic from docs Makefile
 2025-09-17 12:15 UTC  (2+ messages)
` [PATCH v7 22/24] tools/docs: sphinx-build-wrapper: move rust doc builder to wrapper

[PATCH v2] RISC-V: re-enable gcc + rust builds
 2025-09-17 12:13 UTC  (3+ messages)

[PATCH v2 4/5] PCI: andes: Add Andes QiLai SoC PCIe host driver support
 2025-09-17  9:52 UTC 

[lee-backlight:for-backlight-next 14/14] drivers/gpu/drm/panel/panel-samsung-s6e88a0-ams427ap24.c:718:25: error: call to undeclared function 'device_property_read_bool'; ISO C99 and later do not support implicit function declarations
 2025-09-17  9:23 UTC  (5+ messages)

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 5aca7966)
 2025-09-17  8:12 UTC 

[linux-next:master 7677/9696] mm/kmsan/hooks.c:372:6: error: too many arguments to function call, expected 3, have 4
 2025-09-17  6:27 UTC  (3+ messages)

[PATCH v1 09/10] fs/binfmt_script: add KFuzzTest target for load_script
 2025-09-17  5:04 UTC 

[PATCH 2/5] leds: rgb: Add Virtual Color LED Group driver to Make
 2025-09-17  5:04 UTC 

[PATCH v1 03/10] kfuzztest: implement core module and input processing
 2025-09-17  3:59 UTC 

[PATCH 4/4] memory: tegra: Add MC error logging support for Tegra264
 2025-09-17  1:32 UTC 

[linux-next:master 9218/9696] ERROR: modpost: "iwl_bz_mac_cfg" [drivers/net/wireless/intel/iwlwifi/tests/iwlwifi-tests.ko] undefined!
 2025-09-16 22:57 UTC 

[linux-next:master 9685/9696] error: expected one of `,` or `}`, found `;`
 2025-09-16 21:32 UTC 

[leon-rdma:dmabuf-vfio 38/42] arch/sparc/kernel/iommu.c:275:6: warning: variable 'iommu' is used uninitialized whenever 'if' condition is true
 2025-09-16 20:40 UTC 

[leon-rdma:dmabuf-vfio 42/42] kernel/dma/mapping.c:174:2: warning: non-void function does not return a value in all control paths
 2025-09-16 20:19 UTC 

[RFC PATCH 04/12] mm/cma: keep a global sorted list of CMA ranges
 2025-09-16 19:57 UTC 

❌ FAIL (MISSED 11 of 137): Test report for master (6.16.0-0, upstream-mainline, 2b38afce)
 2025-09-16 19:26 UTC 

❌ FAIL (MISSED 20 of 137): Test report for master (6.16.0-0, upstream-mainline, d6084bb8)
 2025-09-16 19:21 UTC 

❌ FAIL: Test report for master (6.16.0-0, upstream-mainline, 831462ff)
 2025-09-16 19:21 UTC 

❌ FAIL: Test report for master (6.16.0-0, upstream-mainline, c93529ad)
 2025-09-16 19:20 UTC 

❌ FAIL (MISSED 12 of 137): Test report for master (6.16.0-0, upstream-mainline, 6a68cec1)
 2025-09-16 19:20 UTC 

❌ FAIL (MISSED 3 of 137): Test report for master (6.16.0-0, upstream-mainline, 89748acd)
 2025-09-16 19:20 UTC 

❌ FAIL (MISSED 7 of 137): Test report for master (6.16.0-0, upstream-mainline, 821c9e51)
 2025-09-16 19:19 UTC 

❌ FAIL (MISSED 20 of 137): Test report for master (6.16.0-0, upstream-mainline, a6923c06)
 2025-09-16 19:19 UTC 

❌ FAIL: Test report for master (6.16.0-0, upstream-mainline, eacf91b0)
 2025-09-16 19:19 UTC 

❌ FAIL: Test report for master (6.16.0-0, upstream-mainline, 186f3edf)
 2025-09-16 19:19 UTC 

✅ PASS (MISSED 89 of 137): Test report for master (6.16.0-0, upstream-mainline, 3c4a063b)
 2025-09-16 19:19 UTC 

❌ FAIL (MISSED 68 of 137): Test report for master (6.16.0-0, upstream-mainline, e991acf1)
 2025-09-16 19:19 UTC 

❌ FAIL (MISSED 60 of 137): Test report for master (6.16.0-0, upstream-mainline, 806381e1)
 2025-09-16 19:18 UTC 

❌ FAIL (MISSED 65 of 137): Test report for master (6.16.0-0, upstream-mainline, d2eedaa3)
 2025-09-16 19:18 UTC 

❌ FAIL (MISSED 12 of 137): Test report for master (6.16.0-0, upstream-mainline, d632ab86)
 2025-09-16 19:18 UTC 

❌ FAIL (MISSED 3 of 137): Test report for master (6.16.0-0, upstream-mainline, 35a813e0)
 2025-09-16 19:18 UTC 

❌ FAIL (MISSED 12 of 137): Test report for master (6.16.0-0, upstream-mainline, 47905800)
 2025-09-16 19:18 UTC 

❌ FAIL (MISSED 12 of 137): Test report for master (6.16.0-0, upstream-mainline, cca7a0aa)
 2025-09-16 19:17 UTC 

❌ FAIL (MISSED 11 of 113): Test report for master (6.16.0-0, upstream-mainline, bec07716)
 2025-09-16 19:17 UTC 

❌ FAIL: Test report for master (6.16.0-0, upstream-mainline, 37816488)
 2025-09-16 19:17 UTC 

❌ FAIL (MISSED 23 of 137): Test report for master (6.16.0-0, upstream-mainline, 0227b49b)
 2025-09-16 19:17 UTC 

✅ PASS (MISSED 35 of 137): Test report for master (6.16.0-0, upstream-mainline, 2988dfed)
 2025-09-16 19:17 UTC 

❌ FAIL (MISSED 31 of 137): Test report for master (6.16.0-0, upstream-mainline, c30a1353)
 2025-09-16 19:16 UTC 

❌ FAIL (MISSED 19 of 137): Test report for master (6.16.0-0, upstream-mainline, 561c8036)
 2025-09-16 19:16 UTC 

❌ FAIL (MISSED 18 of 137): Test report for master (6.17.0-rc1, upstream-mainline, 0e39a731)
 2025-09-16 19:15 UTC 

❌ FAIL (MISSED 18 of 137): Test report for master (6.17.0-rc1, upstream-mainline, 3a4a0367)
 2025-09-16 19:15 UTC 

❌ FAIL (MISSED 11 of 137): Test report for master (6.17.0-rc1, upstream-mainline, 0cc53520)
 2025-09-16 19:14 UTC 

❌ FAIL (MISSED 18 of 137): Test report for master (6.17.0-rc1, upstream-mainline, 24ea63ea)
 2025-09-16 19:14 UTC 

❌ FAIL (MISSED 19 of 137): Test report for master (6.17.0-rc1, upstream-mainline, d7ee5bdc)
 2025-09-16 19:14 UTC 

❌ FAIL (MISSED 12 of 137): Test report for master (6.17.0-rc1, upstream-mainline, 8d084337)
 2025-09-16 19:14 UTC 

❌ FAIL (MISSED 23 of 137): Test report for master (6.17.0-rc1, upstream-mainline, ee94b00c)
 2025-09-16 19:14 UTC 

❌ FAIL (MISSED 19 of 137): Test report for master (6.17.0-rc1, upstream-mainline, d0efc9e4)
 2025-09-16 19:13 UTC 

[leon-rdma:dmabuf-vfio 32/42] drivers/xen/swiotlb-xen.c:215:34: error: use of undeclared identifier 'dma_addr'; did you mean 'dev_addr'?
 2025-09-16 19:04 UTC 


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