Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2025-03-01 11:42:47 to 2025-03-04 23:27:10 UTC [more...]

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

[PATCH] kunit/stackinit: Use fill byte different from Clang i386 pattern
 2025-03-04 23:13 UTC  (2+ messages)

[PATCH] x86/crc32: use builtins to improve code generation
 2025-03-04 21:52 UTC  (11+ messages)
` [PATCH v2] "

[PATCH] x86/crc32: optimize tail handling for crc32c short inputs
 2025-03-04 21:32 UTC 

[PATCH v2 08/11] PCI/IDE: Add IDE establishment helpers
 2025-03-04 20:44 UTC 

[PATCH] drm/xe: Select INTEL_VSEC to fix build dependency
 2025-03-04 19:21 UTC 

[PATCH v2] kbuild: userprogs: use correct lld when linking through clang
 2025-03-04 19:03 UTC  (2+ messages)

[PATCH v2 1/2] ARM: substitute OVERLAY description in linker script
 2025-03-04 18:49 UTC 

[PATCH] hardening: Enable i386 FORTIFY_SOURCE on Clang 16+
 2025-03-04 17:50 UTC  (3+ messages)

[PATCH v2] kbuild: clang: Support building UM with SUBARCH=i386
 2025-03-04 17:50 UTC  (3+ messages)

[PATCH] kunit/overflow: Fix DEFINE_FLEX tests for counted_by
 2025-03-04 17:38 UTC 

[PATCH] kbuild: clang: Support building UM with SUBARCH=i386
 2025-03-04 17:07 UTC  (5+ messages)

[PATCH v2 00/16] a few rtc driver cleanups
 2025-03-04 17:05 UTC  (17+ messages)
` [PATCH v2 01/16] rtc: max77686: drop needless struct max77686_rtc_info::rtc member
` [PATCH v2 02/16] rtc: s5m: drop needless struct s5m_rtc_info::i2c member
` [PATCH v2 03/16] rtc: aspeed: drop needless struct aspeed_rtc::rtc_dev member
` [PATCH v2 04/16] rtc: ds2404: drop needless struct ds2404::rtc member
` [PATCH v2 05/16] rtc: ep93xx: drop needless struct ep93xx_rtc::rtc member
` [PATCH v2 06/16] rtc: ftrtc010: drop needless struct ftrtc010_rtc::rtc_dev member
` [PATCH v2 07/16] rtc: m48t86: drop needless struct m48t86_rtc_info::rtc member
` [PATCH v2 08/16] rtc: meson: drop needless struct meson_rtc::rtc member
` [PATCH v2 09/16] rtc: meson-vrtc: drop needless struct meson_vrtc_data::rtc member
` [PATCH v2 10/16] rtc: pl030: drop needless struct pl030_rtc::rtc member
` [PATCH v2 11/16] rtc: rx8581: drop needless struct rx8581
` [PATCH v2 12/16] rtc: s35390a: drop needless struct s35390a::rtc member
` [PATCH v2 13/16] rtc: sd2405al: drop needless struct sd2405al::rtc member
` [PATCH v2 14/16] rtc: sd3078: drop needless struct sd3078
` [PATCH v2 15/16] rtc: max77686: use dev_err_probe() where appropriate
` [PATCH v2 16/16] rtc: s5m: convert to "

[PATCH -tip 3/5] x86/irq/32: Add ASM_CALL_CONSTRAINT to inline asm using CALL_NOSPEC
 2025-03-04 17:04 UTC 

[PATCH v4 0/4] per-function storage support
 2025-03-04 14:52 UTC  (15+ messages)
` [PATCH v4 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH v4 2/4] add per-function metadata storage support
` [PATCH v4 3/4] x86: implement per-function metadata storage for x86
` [PATCH v4 4/4] arm64: implement per-function metadata storage for arm64

[rppt:mm_init/mem_init/v0.1 10/13] arch/s390/mm/init.c:76:15: warning: unused variable 'page'
 2025-03-04 14:42 UTC 

[rppt:mm_init/mem_init/v0.1 2/13] arch/um/kernel/physmem.c:27:41: warning: variable 'total_pages' set but not used
 2025-03-04 14:41 UTC 

[PATCH v2 00/14] kasan: x86: arm64: KASAN tag-based mode for x86
 2025-03-04 14:06 UTC  (19+ messages)
` [PATCH v2 01/14] kasan: sw_tags: Use arithmetic shift for shadow computation

[PATCH] mm/page_alloc: Add lockdep assertion for pageblock type change
 2025-03-04 10:31 UTC  (6+ messages)

[PATCH 02/15] gpio: adnp: use lock guards for the I2C lock
 2025-03-04  9:07 UTC 

[PATCH bpf-next v2] add function metadata support
 2025-03-04  6:25 UTC  (2+ messages)

[PATCH bpf-next v3 0/4] per-function storage support
 2025-03-04  3:06 UTC  (12+ messages)
` [PATCH bpf-next v3 1/4] x86/ibt: factor out cfi and fineibt offset
` [PATCH bpf-next v3 2/4] add per-function metadata storage support
` [PATCH bpf-next v3 3/4] x86: implement per-function metadata storage for x86
` [PATCH bpf-next v3 4/4] arm64: implement per-function metadata storage for arm64

[davidhildenbrand:s390x-file-thp2 1/2] uv.c:undefined reference to `kvm_s390_wiggle_split_folio'
 2025-03-04  2:17 UTC 

[kvm:kvm-coco-queue 115/127] ERROR: modpost: "tdx_has_emulated_msr" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-04  1:25 UTC 

[PATCH 7/7] mm/mremap: thread state through move page table operation
 2025-03-03 23:17 UTC 

[PATCH v8 14/14] mm: zswap: Compress batching with request chaining in zswap_store() of large folios
 2025-03-03 21:34 UTC  (3+ messages)

[PATCH v2 2/2] leds: add new LED driver for TI LP5812
 2025-03-03 19:48 UTC 

[net-next PATCH] octeontx2-af: fix build warnings flagged by clang, sparse ,kernel test robot
 2025-03-03 19:13 UTC 

[tip:x86/core 16/17] vmlinux.o: warning: objtool: do_jit+0x276: relocation to !ENDBR: .noinstr.text+0x6a60
 2025-03-03 19:09 UTC  (7+ messages)

[kvm:kvm-coco-queue 113/127] ERROR: modpost: "tdx_interrupt_allowed" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-03 17:51 UTC 

[PATCH v4 2/2] iio: adc: add support for Nuvoton NCT7201
 2025-03-03 17:41 UTC 

[bp:tip-x86-cpu-tlbi 15/18] arch/x86/mm/tlb.c:492:2: error: call to undeclared function 'mm_clear_asid_transition'; ISO C99 and later do not support implicit function declarations
 2025-03-03 17:34 UTC  (2+ messages)

[PATCH v2 2/5] wifi: wfx: declare support for WoWLAN
 2025-03-03 15:05 UTC 

[kvm:kvm-coco-queue 20/127] ERROR: modpost: "enable_tdx" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-03 12:07 UTC  (2+ messages)

[PATCH v4 1/5] hisi_acc_vfio_pci: fix XQE dma address error
 2025-03-03 11:14 UTC  (2+ messages)

[kvm:kvm-coco-queue 100/127] ERROR: modpost: "tdx_vcpu_reset" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-03 10:35 UTC 

[PATCH] PCI: dwc: Chain the set IRQ affinity request back to the parent
 2025-03-03  9:25 UTC 

[PATCH] staging: most: Remove unused mutex from most_video_dev
 2025-03-03  7:12 UTC 

[PATCH v2] sched/membarrier: Fix redundant load of membarrier_state
 2025-03-03  6:04 UTC  (2+ messages)
` [PATCH v2 RESEND] "

[PATCH] staging: most: Remove unused spinlock from most_video_dev
 2025-03-03  3:19 UTC 

[herbert-cryptodev-2.6:master 80/80] ld.lld: error: undefined symbol: chacha_crypt_generic
 2025-03-03  3:09 UTC  (2+ messages)
` [PATCH] crypto: Kconfig - Select LIB generic option

[kvm:kvm-coco-queue 60/127] ERROR: modpost: "tdx_disable_virtualization_cpu" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-03  2:57 UTC 

[PATCH] jfs: jfs_xtree: replace XT_GETPAGE macro with xt_getpage() function
 2025-03-02 22:23 UTC 

[linux-next:master 2357/7423] drivers/bluetooth/hci_vhci.o: warning: objtool: .text: unexpected end of section
 2025-03-02 21:10 UTC  (4+ messages)

kernel/bpf/task_iter.c:707:27: warning: bitwise operation between different enumeration types ('enum bpf_reg_type' and 'enum bpf_type_flag')
 2025-03-02 20:07 UTC 

❌ FAIL: Test report for master (6.14.0-rc4, upstream-mainline, b91872c5)
 2025-03-02 19:32 UTC 

[kvm:kvm-coco-queue 32/127] ERROR: modpost: "tdx_vcpu_create" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-02 18:32 UTC 

[PATCH] [v3] kbuild: hdrcheck: fix cross build with clang
 2025-03-02 17:15 UTC  (2+ messages)

[rockchip:v6.15-clk/next 10/10] drivers/clk/rockchip/clk-rk3562.c:1081:31: error: incomplete definition of type 'struct platform_device'
 2025-03-02 16:57 UTC  (2+ messages)

[PATCH] kunit: constify return of string literals
 2025-03-02 15:47 UTC  (2+ messages)

fs/bcachefs/quota.c:130:15: warning: arithmetic between different enumeration types ('enum quota_types' and 'enum quota_counters')
 2025-03-02 15:42 UTC 

❌ FAIL: Test report for master (6.14.0-rc4, upstream-mainline, 1973160c)
 2025-03-02 13:52 UTC 

[kvm:kvm-coco-queue 26/127] ERROR: modpost: "tdx_vm_init" [arch/x86/kvm/kvm-intel.ko] undefined!
 2025-03-02 12:20 UTC 

drivers/hv/channel.c:597: warning: Function parameter or struct member 'size' not described in 'request_arr_init'
 2025-03-02 11:18 UTC 

[PATCH v2 2/5] iommu: Add domain_alloc_identity()
 2025-03-02  4:38 UTC 

net/netfilter/nf_bpf_link.c:186:33: warning: bitwise operation between different enumeration types ('enum bpf_reg_type' and 'enum bpf_type_flag')
 2025-03-02  4:38 UTC 

[PATCH v2 18/18] bitops: Add parity() macro for automatic type-based selection
 2025-03-02  2:50 UTC 

[PATCH] ACPICA: fix build with GCC 15 due to -Werror=unterminated-string-initialization
 2025-03-02  2:30 UTC 

drivers/gpu/drm/xe/xe_migrate.c:304:52: error: result of comparison of constant 274877906944 with expression of type 'resource_size_t' (aka 'unsigned int') is always true
 2025-03-02  1:33 UTC 

❌ FAIL: Test report for master (6.14.0-rc4, upstream-mainline, ece144f1)
 2025-03-02  1:22 UTC 

[peterz-queue:locking/futex 21/21] kernel/futex/core.c:328:14: error: no member named 'vm_policy' in 'struct vm_area_struct'
 2025-03-02  0:49 UTC 

lib/test_bitmap.c:1269:2: error: call to '__compiletime_assert_315' declared with 'error' attribute: BUILD_BUG_ON failed: !__builtin_constant_p(res)
 2025-03-01 23:46 UTC 

[PATCH 5/6] net/rds: rds_tcp_accept_one ought to not discard messages
 2025-03-01 23:22 UTC 

[PATCH 3/4 v2] cgroup: separate rstat locks for subsystems
 2025-03-01 23:00 UTC 

[PATCH v4 1/2] rbd: convert timeouts to secs_to_jiffies()
 2025-03-01 22:20 UTC 

[PATCH V1 2/4] sched: Do predict load
 2025-03-01 20:19 UTC 

[PATCH v3 08/12] xfs: Iomap SW-based atomic write support
 2025-03-01 19:44 UTC 

[PATCH] usb: replace strcpy() with strscpy()
 2025-03-01 19:33 UTC 

[PATCH] RISC-V: vDSO: Wire up getrandom() vDSO implementation
 2025-03-01 19:21 UTC 

[PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-03-01 18:49 UTC 

[PATCH 2/2] dmaengine: Add Arm DMA-350 driver
 2025-03-01 18:49 UTC 

[PATCH v5] lib/vsprintf: Add support for generic FourCCs by extending %p4cc
 2025-03-01 18:07 UTC 

[PATCH 02/18] rtc: s5m: drop needless struct s5m_rtc_info::i2c member
 2025-03-01 17:47 UTC 

[PATCH 5/7 v3] sched/fair: Add push task mechanism for EAS
 2025-03-01 15:33 UTC 

[PATCH v2 00/16] selftests: vDSO: parse_vdso: Make compatible with nolibc
 2025-03-01 11:30 UTC  (3+ messages)
` [PATCH v2 09/16] tools/nolibc: add limits.h shim header

[PATCH v2 11/12] platform/x86: oxpec: Move hwmon/oxp-sensors to platform/x86
 2025-03-01 14:40 UTC  (2+ messages)

[jirislaby:devel 58/86] drivers/mfd/twl6030-irq.c:367:24: warning: unused variable 'node'
 2025-03-01 14:20 UTC 

[PATCH 2/2] xfs: refactor out xfs_buf_get_maps()
 2025-03-01 11:55 UTC 

[PATCH] driver core: Split devres APIs to device/devres.h
 2025-03-01 11:42 UTC 


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