Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2025-09-21 19:50:50 to 2025-09-29 19:08:53 UTC [more...]

[PATCH v6 00/15] Support dynamic opening of capstone/llvm
 2025-09-29 19:07 UTC  (7+ messages)
` [PATCH v6 01/15] perf map: Constify objdump offset/address conversion APIs
` [PATCH v6 02/15] perf capstone: Move capstone functionality into its own file
` [PATCH v6 03/15] perf llvm: Move llvm "
` [PATCH v6 04/15] perf libbfd: Move libbfd functionality to "
` [PATCH v6 05/15] perf capstone: Remove open_capstone_handle
` [PATCH v6 06/15] perf capstone: Support for dlopen-ing libcapstone.so

[PATCH v3 2/2] accel: Add Arm Ethos-U NPU driver
 2025-09-29 18:48 UTC 

[PATCH v2] net: Fix uninit character pointer and return values
 2025-09-29 17:58 UTC  (2+ messages)

[PATCH v1] selftests: cachestat: Fix warning on declaration under label
 2025-09-29 17:27 UTC  (2+ messages)

[PATCH v5 00/15] Consolidate iommu page table implementations (AMD)
 2025-09-29 16:44 UTC  (39+ messages)
` [PATCH v5 01/15] genpt: Generic Page Table base API
  ` [External] : "
` [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 06/15] iommupt: Add unmap_pages op
` [PATCH v5 07/15] iommupt: Add map_pages op
` [PATCH v5 08/15] iommupt: Add read_and_clear_dirty op
` [PATCH v5 10/15] iommupt: Add a mock pagetable format for iommufd selftest to use
` [PATCH v5 12/15] iommupt: Add the x86 64 bit page table format
` [PATCH v5 13/15] iommu/amd: Use the generic iommu page table

[PATCH] docs/zh_CN: Add translation of rust/testing.rst
 2025-09-29 16:35 UTC 

[PATCH] selftest:net: Fix uninit pointers and return values
 2025-09-29 15:58 UTC  (3+ messages)

[PATCH 1/5] ASoC: codecs: va-macro: Rework version checking
 2025-09-29  5:43 UTC  (3+ messages)

[acrn:6.12/linux 10/10] ./usr/include/linux/acrn.h:14:10: fatal error: 'asm/acrn.h' file not found
 2025-09-29  5:08 UTC 

[PATCH RESEND v4] selftests/tty: add TIOCSTI test suite
 2025-09-29  0:00 UTC  (2+ messages)

❌ FAIL: Test report for master (6.17.0-rc7, upstream-mainline, 8f973663)
 2025-09-29  0:02 UTC 

[PATCH RFC 0/4] landlock: add LANDLOCK_SCOPE_MEMFD_EXEC execution
 2025-09-28 23:37 UTC  (3+ messages)

[PATCH] fbdev: udlfb: make CONFIG_FB_DEVICE optional
 2025-09-28 23:29 UTC  (2+ messages)

[PATCH net-next V6] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-28 21:08 UTC 

[PATCH v4 1/2] platform/x86: Add Uniwill laptop driver
 2025-09-28 20:42 UTC 

[RFC PATCH] rust: sync: Add dma_fence abstractions
 2025-09-28 15:57 UTC  (13+ messages)

[jgunthorpe:iommu_pt_all 38/56] ERROR: modpost: "iommu_pages_free_incoherent" [drivers/iommu/generic_pt/fmt/iommu_armv7s.ko] undefined!
 2025-09-28 14:04 UTC 

[rafael-pm:bleeding-edge 209/212] drivers/acpi/battery.c:1267:2: error: expected expression
 2025-09-28  9:39 UTC 

[PATCH] i2c: fix reference leak in MP2 PCI device
 2025-09-28  5:34 UTC 

[PATCH 8/8] drm/panel: Add Samsung S6E3FC2X01 DDIC with AMS641RW panel
 2025-09-27 19:37 UTC 

[PATCH 03/21] x86/mm: factor out phys_pgd_init()
 2025-09-27 19:29 UTC 

[PATCH] KVM: s390: Fix to clear PTE when discarding a swapped page
 2025-09-27 17:14 UTC 

[rafael-pm:bleeding-edge 209/212] drivers/acpi/battery.c:1267:2: warning: label followed by a declaration is a C23 extension
 2025-09-27 16:12 UTC 

[PATCH 1/9] drm/display: hdmi-state-helpers: warn on unsupported InfoFrame types
 2025-09-27 12:48 UTC 

[PATCH V1 7/7] ASoC: codecs: Rework the aw88399 driver
 2025-09-27 12:47 UTC 

[PATCH v2 1/2] drm/bridge: add drm_bridge_unplug() and drm_bridge_enter/exit()
 2025-09-27  8:58 UTC 

[PATCH v2 1/1] mm/swapfile.c: select the swap device with default priority round robin
 2025-09-27  7:56 UTC 

✅ PASS: Test report for master (6.17.0-rc7, upstream-mainline, 083fc6d7)
 2025-09-27  7:13 UTC 

[PATCH V8 2/5] asm-generic/io.h: Add big-endian MMIO accessors
 2025-09-27  6:12 UTC 

❌ FAIL: Test report for master (6.17.0-rc7, upstream-mainline, fec734e8)
 2025-09-27  5:43 UTC 

[dhowells-fs:keys-pqc 6/8] arch/arm64/crypto/sha3-ce-glue.c:55:32: error: no member named 'state' in 'struct sha3_ctx'
 2025-09-26 21:39 UTC 

[RFC PATCH 10/12] mm/hugetlb: do explicit CMA balancing
 2025-09-26 17:38 UTC 

[PATCH 0/8] perf build: Support building with Clang
 2025-09-26 16:19 UTC  (15+ messages)
` [PATCH 1/8] tools build: Align warning options with perf
` [PATCH 2/8] perf python: split Clang options when invoking Popen
` [PATCH 3/8] bpftool: Conditionally add -Wformat-signedness flag
` [PATCH 4/8] perf test coresight: Dismiss clang warning for memcpy thread
` [PATCH 5/8] perf test coresight: Dismiss clang warning for thread loop
` [PATCH 6/8] perf test coresight: Dismiss clang warning for unroll loop thread
` [PATCH 7/8] perf build: Support build with clang
` [PATCH 8/8] perf docs: Document building with Clang

[PATCH 09/11] VFS/ovl/smb: introduce start_renaming_dentry()
 2025-09-26 15:43 UTC 

[PATCH v12 22/25] CXL/PCI: Export and rename merge_result() to pci_ers_merge_result()
 2025-09-26 15:01 UTC 

[PATCH] drivers/hwmon/pmbus: Add support for raa229141 in isl68137
 2025-09-26 14:20 UTC  (2+ messages)

[PATCH net-next v5 8/8] vhost_net: Replace rx_ring with calls of TUN/TAP wrappers
 2025-09-26 13:47 UTC  (2+ messages)

[PATCH v2 3/5] pmdomain: mediatek: Add support for secure HWCCF infra power on
 2025-09-26 13:26 UTC 

[PATCH v2 4/4] iio: mpl3115: add support for sampling frequency
 2025-09-26 12:43 UTC 

[PATCH v4 3/3] media: qcom: camss: tpg: Add TPG support for SA8775P and QCS8300
 2025-09-26  6:08 UTC 

[chao:cleanup 2/2] fs/f2fs/data.c:332:39: error: expression cannot be followed by a postfix '->' operator; add parentheses
 2025-09-26  5:48 UTC 

[PATCH 1/1] samples: Add irqchip test driver
 2025-09-25 23:27 UTC 

[PATCH v16 0/3] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-09-25 22:28 UTC  (6+ messages)
` [PATCH v16 1/3] samples: rust: platform: remove trailing commas
` [PATCH v16 2/3] rust: support formatting of foreign types
` [PATCH v16 3/3] rust: replace `CStr` with `core::ffi::CStr`

ld.lld: error: undefined symbol: __tracepoint_page_fault_kernel
 2025-09-25 21:01 UTC 

[PATCH net-next V5] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-25 20:30 UTC  (6+ messages)

[PATCH 1/3] PM: hibernate: Fix hybrid-sleep
 2025-09-25 15:30 UTC 

[PATCH 11/21] mm: introduce freetype_t
 2025-09-25 13:15 UTC 

[jolsa-perf:bpf/single_direct_ops 6/9] Warning: kernel/trace/ftrace.c:5980 function parameter 'ip' not described in 'register_ftrace_direct'
 2025-09-25 12:37 UTC 

❌ FAIL: Test report for master (6.17.0-rc7, upstream-mainline, 4ea5af08)
 2025-09-25  9:33 UTC 

✅ PASS: Test report for master (6.17.0-rc7, upstream-mainline, d0ca0df1)
 2025-09-25  7:22 UTC 

[PATCH v2 1/2] nvmem: Add driver for the eeprom in qnap-mcu controllers
 2025-09-25  6:03 UTC 

[groeck-staging:hwmon-next 79/87] drivers/hwmon/pmbus/mp2925.c:159:11: warning: variable 'ret' is uninitialized when used here
 2025-09-25  6:03 UTC 

[PATCH v5 00/23] mm/ksw: Introduce real-time KStackWatch debugging tool
 2025-09-25  2:07 UTC  (30+ messages)
` [PATCH v5 01/23] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v5 02/23] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v5 03/23] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v5 04/23] mm/ksw: add build system support
` [PATCH v5 05/23] mm/ksw: add ksw_config struct and parser
` [PATCH v5 06/23] mm/ksw: add singleton /proc/kstackwatch interface
` [PATCH v5 08/23] mm/ksw: Add atomic watchpoint management api
` [PATCH v5 09/23] mm/ksw: ignore false positives from exit trampolines
` [PATCH v5 10/23] mm/ksw: support CPU hotplug
` [PATCH v5 11/23] sched: add per-task context
` [PATCH v5 12/23] mm/ksw: add entry kprobe and exit fprobe management
` [PATCH v5 13/23] mm/ksw: add per-task ctx tracking
` [PATCH v5 14/23] mm/ksw: resolve stack watch addr and len
` [PATCH v5 15/23] mm/ksw: manage probe and HWBP lifecycle via procfs
` [PATCH v5 16/23] mm/ksw: add self-debug helpers
  ` [PATCH v5 17/23] mm/ksw: add test module
  ` [PATCH v5 18/23] mm/ksw: add stack overflow test
  ` [PATCH v5 19/23] mm/ksw: add recursive depth test
  ` [PATCH v5 20/23] mm/ksw: add multi-thread corruption test cases
  ` [PATCH v5 21/23] tools/ksw: add test script
  ` [PATCH v5 22/23] docs: add KStackWatch document
  ` [PATCH v5 23/23] MAINTAINERS: add entry for KStackWatch
` [PATCH v5 07/23] mm/ksw: add HWBP pre-allocation

[PATCH v6 7/9] iio: imu: inv_icm45600: add SPI driver for inv_icm45600 driver
 2025-09-25  0:34 UTC 

[PATCH v2 6/8] iio: adc: ad4030: Add SPI offload support
 2025-09-24 20:23 UTC 

[PATCH v2 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files
 2025-09-24 17:07 UTC 

[bcachefs:bcachefs-testing 429/433] fs/bcachefs/io_write.c:1489:2: error: expected expression
 2025-09-24 12:46 UTC 

[PATCH net] net: usb: remove rtl8150 driver
 2025-09-24 11:44 UTC 

[PATCH v2 7/8] tracing: Add syscall_user_buf_size to limit amount written
 2025-09-24  9:49 UTC 

[PATCH v2 08/10] drivers/auxdisplay: add a KFuzzTest for parse_xy()
 2025-09-24  9:28 UTC 

[PATCH] drm/shmem-helper: Add huge page fault handler
 2025-09-24  6:23 UTC 

[bcachefs:bcachefs-testing 429/433] fs/bcachefs/io_write.c:1489:2: warning: label followed by a declaration is a C23 extension
 2025-09-24  5:50 UTC 

Prebuilt LLVM 21.1.2 uploaded
 2025-09-24  3:36 UTC 

[jolsa-perf:test 6/10] samples/ftrace/ftrace-direct-multi.c:228:65: error: too few arguments to function call, expected 3, have 2
 2025-09-24  0:51 UTC 

[PATCH 06/20] drm/i915/cdclk: Extract dg2_power_well_count()
 2025-09-23 23:05 UTC 

[PATCH v3 00/35] Compiler-Based Capability- and Locking-Analysis
 2025-09-23 19:49 UTC  (10+ messages)

[PATCH 2/2] tty: serial: imx: Add missing wakeup event reporting
 2025-09-23 18:27 UTC  (2+ messages)

[resend, PATCH v2 1/1] kexec: Remove unused code in kimage_load_cma_segment()
 2025-09-23 17:50 UTC  (2+ messages)

[PATCH 1/2] tty: serial: imx: Only configure the wake register when device is set as wakeup source
 2025-09-23 16:42 UTC 

[paulmck-rcu:dev.2025.09.15a 45/45] ERROR: modpost: "init_srcu_struct_fast" [kernel/rcu/rcutorture.ko] undefined!
 2025-09-23 13:01 UTC  (2+ messages)

[peterz-queue:sched/hrtick 7/8] kernel/entry/common.c:37:4: error: call to undeclared function '_hrtimer_rearm'; ISO C99 and later do not support implicit function declarations
 2025-09-23 11:57 UTC 

[PATCH 5.10] md: fix NULL pointer dereference at reregister_snapshot()
 2025-09-23  6:05 UTC 

✅ PASS: Test report for master (6.17.0-rc7, upstream-mainline, d4c7fccf)
 2025-09-23  5:53 UTC 

[PATCH net-next 7/7] net/mlx5e: Use extack in set rxfh callback
 2025-09-23  4:06 UTC 

[PATCH v1 1/2] LoongArch: Make LTO case independent in Makefile
 2025-09-23  3:13 UTC  (8+ messages)

[PATCH v4] erofs: Add support for FS_IOC_GETFSLABEL
 2025-09-23  2:32 UTC 

[PATCH] erofs: add direct I/O support for compressed data
 2025-09-23  2:20 UTC 

[PATCH net-next 3/7] net/mlx5: Improve QoS error messages with actual depth values
 2025-09-23  1:58 UTC 

[PATCH] nvdimm: Introduce guard() for nvdimm_bus_lock
 2025-09-23  1:58 UTC 

[PATCH] drm/xe/tests: Fix build break on clang 16.0.6
 2025-09-22 21:54 UTC  (2+ messages)

[PATCH v15 0/4] rust: replace kernel::str::CStr w/ core::ffi::CStr
 2025-09-22 20:31 UTC  (2+ messages)

next-20250922: arm riscv32 flexfilelayout.c:685:2: error: incompatible pointer types passing 'u32 *'
 2025-09-22 17:59 UTC 

[linux-next:master 4719/11136] drivers/char/tpm/tpm_loongson.c:48:10: error: incompatible function pointer types initializing 'int (*)(struct tpm_chip *, u8 *, size_t, size_t)' (aka 'int (*)(struct tpm_chip *, unsigned char *, unsigned long, unsigned long)') with an expression of type 
 2025-09-22 17:02 UTC  (2+ messages)

✅ PASS: Test report for master (6.17.0-rc7, upstream-mainline, 07e27ad1)
 2025-09-22  9:13 UTC 

[PATCH v4 1/7] usb: typec: Add default HPD device when register DisplayPort altmode
 2025-09-22  8:49 UTC 

[PATCH V2] accel/amdxdna: Enhance runtime power management
 2025-09-22  8:39 UTC 

[PATCH net-next V4] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-22  8:15 UTC 

[PATCH v2] ASoC: wcd934x: fix error handling in wcd934x_codec_parse_data()
 2025-09-22  7:45 UTC 

drivers/i3c/internals.h:54:9: error: passing 'const void *' to parameter of type 'void *' discards qualifiers
 2025-09-22  6:31 UTC  (4+ messages)

[mst-vhost:vhost 41/44] drivers/vdpa/pds/vdpa_dev.c:590:19: error: incompatible function pointer types initializing 's64 (*)(struct vdpa_device *, u16)' (aka 'long long (*)(struct vdpa_device *, unsigned short)') with an expression of type 'u32 (struct vdpa_device *, u16)' (aka 
 2025-09-22  6:02 UTC  (3+ messages)

❌ FAIL: Test report for master (6.17.0-rc6, upstream-mainline, 2d5bd41a)
 2025-09-22  4:02 UTC 

[avpatel:riscv_trace_support_v1 90/112] ./include/generated/asm-offsets.h:334:9: warning: 'NR_CPUS' macro redefined
 2025-09-22  0:31 UTC 

[PATCH] rust: print: Fix issue with rust_build_error
 2025-09-21 20:56 UTC 

[PATCH v2 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-09-21 20:04 UTC  (3+ messages)
` [PATCH v2 19/20] clk: sp7021: switch to FIELD_PREP_WM16 macro

[linux-next:master 5600/11136] ld.lld: error: undefined symbol: drm_gem_shmem_prime_import_no_map
 2025-09-21 20:02 UTC 

[PATCH RFC] PCI: Convert devm_pci_alloc_host_bridge() users to error-pointer returns
 2025-09-21 19:50 UTC 


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