Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2025-10-10 06:59:19 to 2025-10-16 03:27:21 UTC [more...]

[PATCH v2] usb: uhci: Work around bogus clang shift overflow warning from DMA_BIT_MASK(64)
 2025-10-16  3:27 UTC  (2+ messages)

✅ PASS (MISSED 26 of 137): Test report for master (6.18.0-rc1, upstream-mainline, 5a6f65d1)
 2025-10-16  3:23 UTC 

[PATCH v2 6/8] compiler.h: introduce PUSHSECTION macro to establish proper references
 2025-10-16  3:14 UTC 

[PATCH v2 0/4] kbuild: Fixes for AutoFDO and Propeller builds
 2025-10-16  2:38 UTC  (8+ messages)
` [PATCH v2 1/4] kbuild: Fix Propeller flags
` [PATCH v2 2/4] kbuild: Disable AutoFDO and Propeller flags for kernel modules
` [PATCH v2 3/4] kbuild: Remove MFS flags from Propeller profile generate builds
` [PATCH v2 4/4] kbuild: Add config to assert profile accuracy for aggressive optimization

[thierryreding:for-gvs 3/3] ld.lld: error: undefined symbol: nbcon_atomic_flush_pending
 2025-10-16  2:31 UTC 

[jkirsher-net-queue:master 2/4] drivers/net/ethernet/ti/icssg/icssg_prueth.c:814:3: error: call to undeclared function 'emac_adjust_link'; ISO C99 and later do not support implicit function declarations
 2025-10-16  1:59 UTC 

[tglx-devel:rseq/cid 60/64] kernel/sched/sched.h:3595:30: error: expected expression
 2025-10-16  1:06 UTC 

[tglx-devel:uaccess/masked 11/11] fs/select.c:781:4: error: cannot jump from this asm goto statement to one of its possible targets
 2025-10-16  1:06 UTC 

[tglx-devel:uaccess/masked 9/11] kernel/futex/futex.h:292:3: error: cannot jump from this asm goto statement to one of its possible targets
 2025-10-16  0:14 UTC 

[bcachefs:master /575] fs/bcachefs/sb/io.c:238:23: error: call to undeclared function 'bio_inline_vecs'; ISO C99 and later do not support implicit function declarations
 2025-10-15 21:29 UTC 

[jkirsher-net-queue:master 4/4] arch/arm64/net/bpf_jit_comp.c:2258:6: warning: no previous prototype for function 'bpf_jit_supports_private_stack'
 2025-10-15 20:57 UTC 

[PATCH] i2c: designware: Remove i2c_dw_remove_lock_support()
 2025-10-15 20:47 UTC  (7+ messages)

[tglx-devel:rseq/cid 47/64] include/linux/mm_types.h:1223:22: error: no member named 'lru_gen' in 'struct mm_struct'
 2025-10-15 20:37 UTC 

[PATCH v17 00/11] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-10-15 19:47 UTC  (22+ messages)
` [PATCH v17 01/11] samples: rust: platform: remove trailing commas
` [PATCH v17 02/11] rust_binder: remove trailing comma
` [PATCH v17 03/11] rust_binder: use `kernel::fmt`
` [PATCH v17 04/11] rust_binder: use `core::ffi::CStr` method names
` [PATCH v17 05/11] rnull: use `kernel::fmt`
` [PATCH v17 06/11] rust: alloc: "
` [PATCH v17 07/11] rust: debugfs: "
` [PATCH v17 08/11] rust: pci: "
` [PATCH v17 09/11] rust: remove spurious `use core::fmt::Debug`
` [PATCH v17 10/11] rust: support formatting of foreign types
` [PATCH v17 11/11] rust: replace `CStr` with `core::ffi::CStr`

[PATCH] arch/powerpc: Remove .interp section in vmlinux
 2025-10-15 18:27 UTC  (5+ messages)

clang 15 build error
 2025-10-15 16:50 UTC 

[PATCH 6.1 00/15] genetlink: Test Netlink subsystem of Linux v6.1
 2025-10-15 15:04 UTC  (4+ messages)

[PATCH] usb: uhci: Work around bogus clang shift overflow warning from DMA_BIT_MASK(64)
 2025-10-15 14:51 UTC  (4+ messages)

[PATCH 25/25] media: i2c: ov01a10: Register tweaks for ov01a1s model
 2025-10-15 10:45 UTC 

[PATCH] rust: Add -fno-isolate-erroneous-paths-dereference to bindgen_skip_c_flags
 2025-10-15 10:31 UTC  (4+ messages)

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2025-10-15  9:21 UTC  (9+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
  ` [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
  ` [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
  ` [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
  ` [RFC PATCH 4/4] x86: enable llvm-cov support

[PATCH v1 1/1] sched: Remove never used code in mm_cid_get()
 2025-10-15  9:19 UTC 

[PATCH v6 00/15] Consolidate iommu page table implementations (AMD)
 2025-10-15  7:25 UTC  (5+ messages)
` [PATCH v6 01/15] genpt: Generic Page Table base API
` [PATCH v6 03/15] iommupt: Add the basic structure of the iommu implementation

[avpatel:riscv_trace_support_v1 18/50] arch/riscv/kvm/aia_imsic.c:825:2: warning: variable 'vcpu' is used uninitialized whenever 'if' condition is false
 2025-10-15  7:19 UTC 

[PATCH v2] ksm: use range-walk function to jump over holes in scan_get_next_rmap_item
 2025-10-15  5:46 UTC 

[PATCH] iio: test: fixed-point: new kunit test
 2025-10-15  5:46 UTC 

[PATCH v2 2/2] hyperv: Enable clean shutdown for root partition with MSHV
 2025-10-15  5:23 UTC 

❌ FAIL (MISSED 4 of 137): Test report for master (6.18.0-rc1, upstream-mainline, 9b332cec)
 2025-10-15  4:23 UTC 

[PATCH v5 08/10] PM: EM: Implement em_notify_pd_deleted()
 2025-10-15  4:16 UTC 

[broonie-misc:for-kernelci 6/13] include/linux/pgtable.h:237:2: error: call to undeclared function 'arch_enter_lazy_mmu_mode'; ISO C99 and later do not support implicit function declarations
 2025-10-15  0:58 UTC 

Apply 2f13daee2a72 ("lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and older") to 6.12
 2025-10-15  0:32 UTC 

[PATCH v6 09/12] drm/panfrost: Add forward declaration and types header
 2025-10-15  0:09 UTC 

[PATCH v2] PCI: rcar-host: Add OF Kconfig dependency to avoid objtool no-cfi warning
 2025-10-14 22:25 UTC  (4+ messages)

[arnd-playground:to-build 6/9] arch/arm64/include/asm/cache.h:69:9: error: call to undeclared function '_test_bit'; ISO C99 and later do not support implicit function declarations
 2025-10-14 21:15 UTC 

[PATCH net] net/mlx5e: Return 1 instead of 0 in invalid case in mlx5e_mpwrq_umr_entry_size()
 2025-10-14 20:46 UTC 

[sean-jc:x86/vmxon_sucks 17/19] arch/x86/virt/hw.c:302:9: error: assigning to 'int' from incompatible type 'void'
 2025-10-14 19:42 UTC 

[PATCH 1/4] kbuild: Fix Propeller flags
 2025-10-14 19:03 UTC  (8+ messages)
` [PATCH 2/4] kbuild: Disable AutoFDO and Propeller flags for kernel modules
` [PATCH 3/4] kbuild: Remove MFS flags from Propeller profile generate builds
` [PATCH 4/4] kbuild: Add config to assert profile accuracy for aggressive optimization

[PATCH] PCI: rcar-host: Avoid objtool no-cfi warning in rcar_pcie_probe()
 2025-10-14 17:43 UTC  (5+ messages)

[RFC PATCH 0/1] kbuild: introduce containerized builds
 2025-10-14 15:42 UTC  (7+ messages)
` [RFC PATCH 1/1] kbuild: add Makefile.container with CONTAINER option

[PATCH 7/9] clk: samsung: Implement automatic clock gating mode for CMUs
 2025-10-14 14:46 UTC 

[PATCH v2] perf build python: Don't leave a.out file when building with clang
 2025-10-14 14:05 UTC  (2+ messages)

[agd5f:amd-staging-drm-next 1/12] Warning: drivers/gpu/drm/amd/amdgpu/../ras/rascore/ras_eeprom.c:214 function parameter 'ras_core' not described in '__eeprom_xfer'
 2025-10-14 13:14 UTC 

[agd5f:drm-next 8/19] Warning: drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c:761 function parameter 'af' not described in 'amdgpu_fence_driver_guilty_force_completion'
 2025-10-14  9:29 UTC 

[PATCH v2] cxl/region: Translate DPA->HPA in unaligned MOD3 regions
 2025-10-14  8:47 UTC 

[PATCH v2 10/10] module loader: enforce symbol import protection
 2025-10-14  7:34 UTC 

[PATCH net-next v4 01/12] virtio_pci: Remove supported_cap size build assert
 2025-10-14  7:04 UTC 

[PATCH net-next v4 05/12] virtio_net: Query and set flow filter caps
 2025-10-14  6:32 UTC 

[PATCH] cifs: parse_dfs_referrals: prevent oob on malformed input
 2025-10-14  6:22 UTC 

[PATCH v13 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
 2025-10-14  4:45 UTC 

[PATCH v3] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-14  2:24 UTC  (2+ messages)

[PATCH 0/5] kcfi: Prepare for GCC support
 2025-10-14  1:12 UTC  (2+ messages)

[PATCH] x86/mm: Ensure clear_page() variants always have __kcfi_typeid_ symbols
 2025-10-13 21:27 UTC 

[tip:x86/core 1/1] vmlinux.o: warning: objtool: rcar_pcie_probe+0x13e: no-cfi indirect call!
 2025-10-13 20:08 UTC  (10+ messages)

[peterz-queue:sched/cleanup-pick 21/23] kernel/sched/fair.c:12903:33: error: passing 'const struct sched_class *' to parameter of type 'struct sched_class *' discards qualifiers
 2025-10-13 17:04 UTC 

[PATCH] dmaengine: mmp_pdma: fix DMA mask handling
 2025-10-13 17:00 UTC  (3+ messages)

[jlayton:kdevops 1/3] fs/nfsd/nfsfh.c:699:16: warning: unused variable 'inode'
 2025-10-13 12:27 UTC 

[davidhildenbrand:guestmemfd-preview 18/26] arch/x86/kvm/../../../virt/kvm/guest_memfd.c:155:10: error: call to undeclared function '__filemap_get_folio_mpol'; ISO C99 and later do not support implicit function declarations
 2025-10-13 12:26 UTC 

[trace:faultable-syscalls 6/10] kernel/trace/trace.c:11430:32: error: use of undeclared identifier 'CONFIG_TRACE_SYSCALL_BUF_SIZE_DEFAULT'
 2025-10-13 12:26 UTC 

[PATCH v2] docs/zh_CN: Add translation of rust/testing.rst
 2025-10-13 10:30 UTC  (4+ messages)

[jic23-iio:testing 151/155] drivers/iio/accel/bma220_core.c:23:10: fatal error: 'bma220.h' file not found
 2025-10-13 10:12 UTC  (2+ messages)

[drm-misc:drm-misc-next 135/212] ld.lld: error: undefined symbol: devm_backlight_device_register
 2025-10-13  5:45 UTC 

[RFC RFC PATCH] mm: convert VM flags from macros to enum
 2025-10-13  1:37 UTC 

[PATCH] drm/amd: Permit DC_FP_START/END only in non-FP compilation units
 2025-10-12 14:22 UTC 

[PATCH v3 2/2] rust: leds: add basic led classdev abstractions
 2025-10-12 10:40 UTC 

[PATCH] drm/rockchip: vop2: use correct destination rectangle height check
 2025-10-12  3:12 UTC 

[PATCH v2 4/7] scsi: target: Add WRITE_ATOMIC_16 handler
 2025-10-12  1:38 UTC 

[PATCH] RDMA/mlx5: Use mlx5_cmd_is_down to detect PCIe Surprise Link Down
 2025-10-11 23:35 UTC 

[PATCH 11/26] drm/xe: Allow the caller to pass guc_buf_cache size
 2025-10-11 23:35 UTC 

[PATCH 08/26] drm/xe/pf: Add minimalistic migration descriptor
 2025-10-11 22:52 UTC 

[PATCH v2 2/2] firmware: imx: sm-misc: Dump syslog info
 2025-10-11 22:52 UTC 

[robh:ethos-v4 3/3] drivers/accel/ethosu/ethosu_gem.c:222:3: error: expected expression
 2025-10-11 22:52 UTC 

[PATCH 07/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
 2025-10-11 22:28 UTC 

[PATCH 5/8] mm/tests: add cleancache kunit test
 2025-10-11 21:47 UTC  (2+ messages)

[bjackman:asi/next 46/50] arch/x86/include/asm/processor.h:247:9: error: call to undeclared function '__read_cr3_raw'; ISO C99 and later do not support implicit function declarations
 2025-10-11 20:13 UTC 

[PATCH] mtd: core: Add nand_id sysfs attribute for NAND devices
 2025-10-11 20:03 UTC 

[PATCH v5 2/2] irqchip/irq-loongarch-ir:Add Redirect irqchip support
 2025-10-11 15:27 UTC 

[thomas-weissschuh:b4/rv-reactor-signal 3/9] kernel/trace/rv/monitors/sleep/sleep.c:219:26: error: static declaration of 'rv_sleep' follows non-static declaration
 2025-10-11 12:30 UTC 

[bjackman:asi/next 32/50] include/linux/asi.h:5:10: fatal error: 'asm/pgtable_types.h' file not found
 2025-10-11 12:18 UTC 

[PATCH 2/2] hyperv: Enable clean shutdown for root partition with MSHV
 2025-10-11 12:07 UTC 

[bjackman:asi/next 35/50] arch/x86/mm/tlb.c:1811:20: warning: function 'cr3_matches_current_mm' is not needed and will not be emitted
 2025-10-11 11:35 UTC 

[PATCH 16/16] media: rockchip: rga: add rga3 support
 2025-10-11  5:32 UTC 

[PATCH] f2fs: revert summary entry count from 2048 to 512 in 16kb block support
 2025-10-11  3:39 UTC 

[jpoimboe:tmp 70/70] drivers/misc/lkdtm/perms.c:93:1: error: too few arguments provided to function-like macro invocation
 2025-10-11  2:57 UTC 

[PATCH v4 5/5] Drivers: hv: Add support for movable memory regions
 2025-10-11  1:12 UTC  (2+ messages)

[PATCH 15/15] mtd: rawnand: sunxi: Add support for H616 nand controller
 2025-10-11  1:00 UTC 

[PATCH v3 2/2] mmc: sdhci-of-dwcmshc: Add support for Eswin EIC7700
 2025-10-11  0:39 UTC 

[PATCH 1/8] mm: implement cleancache
 2025-10-10 21:42 UTC  (2+ messages)

[koverstreet-bcachefs:master 475/534] fs/bcachefs/init/fs.c:1177:25: warning: result of comparison of constant 262144 with expression of type 'u16' (aka 'unsigned short') is always false
 2025-10-10 20:46 UTC 

[mark:arm64/midr-cleanup 8/9] drivers/char/hw_random/cavium-rng-vf.c:41:47: error: use of undeclared identifier 'MIDR_THUNDERX_83XX'
 2025-10-10 20:25 UTC 

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-10-10 20:07 UTC  (2+ messages)

[PATCH v7 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-10-10 20:02 UTC  (5+ messages)
` [PATCH v7 22/23] docs: add KStackWatch document

[PATCH] lib/crypto: Add FIPS pre-operational self-test for SHA algorithms
 2025-10-10 18:51 UTC 

[thomas-weissschuh:b4/rv-reactor-signal 1/9] /usr/include/bits/floatn.h:97:9: error: __float128 is not supported on this target
 2025-10-10 18:09 UTC 

[PATCH] NFS: Fix state renewals missing after boot
 2025-10-10 16:56 UTC 

[PATCH] bcache: avoid redundant access RB tree in read_dirty
 2025-10-10 16:13 UTC 

[PATCH v2 2/2] ata: Use ACPI methods to power on ata ports
 2025-10-10 15:52 UTC 

[PATCH] fbdev: udlfb: make CONFIG_FB_DEVICE optional
 2025-10-10 15:11 UTC  (9+ messages)

[PATCH v3 3/5] tracing: fprobe: support comma-separated symbols and :entry/:exit
 2025-10-10 15:10 UTC 

[PATCH 2/4 v5] cxl/core: Add helpers to detect Low Memory Holes on x86
 2025-10-10 14:49 UTC 

[PATCH] coco: guest: arm64: Update ARM CCA guest driver
 2025-10-10 14:16 UTC 

[linux-next:master 13403/13588] fs/smb/client/smb2ops.c:3128:3: warning: variable 'rc' is uninitialized when used here
 2025-10-10 10:22 UTC  (2+ messages)

[PATCH] ACPI: video: Replace backlight_device_register() with devm variant
 2025-10-10 10:18 UTC 

[PATCH 04/16] drm/bridge: Switch private_obj initialization to reset
 2025-10-10  9:47 UTC 

[PATCH] treewide: drop outdated compiler version remarks in Kconfig help texts
 2025-10-10  8:21 UTC 

[akpm-mm:mm-new 36/102] error[E0425]: cannot find value `VM_READ` in crate `bindings`
 2025-10-10  8:19 UTC  (9+ messages)

[PATCH v3 02/10] drm/gem: Introduce drm_gem_get_unmapped_area() fop
 2025-10-10  7:48 UTC 

[PATCH] smb: client: Simplify a return statement in get_smb2_acl_by_path()
 2025-10-10  7:22 UTC 


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