Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2026-08-05 12:10:59 to 2026-08-12 06:15:45 UTC [more...]

[bpf-next PATCH 0/2] bpf, riscv: Add BPF stack arguments support for RV64 JIT
 2026-08-12  6:15 UTC  (2+ messages)
` [bpf-next PATCH 2/2] selftests/bpf: Enable stack argument tests for riscv

[PATCH v4 00/23] perf arm64: Support data type profiling
 2026-08-12  6:07 UTC  (42+ messages)
` [PATCH v4 01/23] perf capstone: Fix arm64 jump/adrp disassembly mismatch with objdump
` [PATCH v4 02/23] perf llvm: Fix arm64 adrp instruction "
` [PATCH v4 03/23] perf annotate-arm64: Generalize arm64_mov__parse to support more instructions
` [PATCH v4 04/23] perf annotate-arm64: Handle load and store instructions
` [PATCH v4 05/23] perf dwarf-regs: Adapt get_dwarf_regnum() for arm64
` [PATCH v4 06/23] perf annotate: Adapt arch__dwarf_regnum() "
` [PATCH v4 07/23] perf annotate: Introduce extract_op_location callback for arch-specific parsing
` [PATCH v4 08/23] perf annotate-arm64: Implement extract_op_location() callback
` [PATCH v4 09/23] perf annotate: Deduplicate overlapping ARM SPE events for data type profiling
` [PATCH v4 10/23] perf arm-spe: Set default synthesized event period to 1
` [PATCH v4 11/23] perf annotate-data: Extract invalidate_reg_state() as a common helper
` [PATCH v4 12/23] perf annotate-arm64: Enable instruction tracking support
` [PATCH v4 13/23] perf annotate-arm64: Track return type after call instructions
` [PATCH v4 14/23] perf annotate-arm64: Support load instruction tracking
` [PATCH v4 15/23] perf annotate-arm64: Support store "
` [PATCH v4 16/23] perf annotate-data: Expand type_state_reg imm_value to u64
` [PATCH v4 17/23] perf annotate-data: Track imm_value for stack variables
` [PATCH v4 18/23] perf annotate-arm64: Support stack variable tracking
` [PATCH v4 19/23] perf annotate-arm64: Support 'mov' instruction tracking
` [PATCH v4 20/23] perf annotate-arm64: Support 'add' "
` [PATCH v4 21/23] perf annotate-arm64: Support 'adrp' instruction to track global variables
` [PATCH v4 22/23] perf annotate-arm64: Support per-cpu variable access tracking
` [PATCH v4 23/23] perf annotate-arm64: Support 'mrs' instruction to track 'current' pointer

[PATCH] arch_numa: Avoid false positive fortify warning in setup_node_to_cpumask_map()
 2026-08-12  5:47 UTC  (2+ messages)

[PATCH v2 0/3] slab: ZERO_SIZE_PTR alignment and exact matching
 2026-08-12  0:17 UTC  (5+ messages)
` [PATCH v2 1/3] slab: align ZERO_SIZE_PTR to ARCH_KMALLOC_MINALIGN
` [PATCH v2 2/3] slab: check for ZERO_SIZE_PTR by exact match
` [PATCH v2 3/3] slab: test zero-size allocations in slub_kunit

[PATCH 0/2] alpha: enable building with clang
 2026-08-11 21:56 UTC  (9+ messages)
` [PATCH 2/2] alpha: read $gp and $sp explicitly for clang
` [PATCH v2 1/2] alpha: pass -Wa,-mev6 only when using GNU as

[PATCH v3 00/11] mlx5 support for VFIO self test
 2026-08-11 21:22 UTC  (13+ messages)
` [PATCH v3 06/11] selftests: Fix arm64 IO barriers to match kernel
` [PATCH v3 07/11] vfio: selftests: Allow drivers to specify required region size
` [PATCH v3 09/11] vfio: selftests: Add mlx5 driver - HW init and command interface
` [PATCH v3 10/11] vfio: selftests: Add mlx5 driver - data path and memcpy ops
` [PATCH v3 11/11] vfio: selftests: mlx5 driver - add send_msi support

[thomas-weissschuh:b4/vdso-loongarch32 3/3] ld.lld: error: version script assignment of 'LINUX_5.10' to symbol '__vdso_clock_getres_time64' failed: symbol not defined
 2026-08-11 21:16 UTC 

[PATCH v3] selftests: harness: Mark test fixture objects __maybe_unused
 2026-08-11 20:21 UTC  (4+ messages)

[PATCH net-next v13 00/12] net: pcs: Introduce support for fwnode PCS
 2026-08-11 16:34 UTC  (14+ messages)
` [PATCH net-next v13 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v13 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v13 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v13 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH net-next v13 05/12] net: phylink: support PCS provider release
` [PATCH net-next v13 06/12] net: phylink: support late PCS provider attach
` [PATCH net-next v13 07/12] net: Document PCS subsystem
` [PATCH net-next v13 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v13 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v13 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v13 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v13 12/12] net: airoha: add phylink support

[PATCH V2] rust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.h
 2026-08-11 12:18 UTC  (2+ messages)

[PATCH v1] smsc911x: add second read of EEPROM mac when possible corruption seen
 2026-08-11 10:36 UTC 

[PATCH v2] arm: backtrace-clang: fix wrong sp usage for unwinding
 2026-08-11  9:54 UTC 

[PATCH] rust: uapi: replace direct asm-generic/ioctl.h include with linux/ioctl.h
 2026-08-11  6:10 UTC  (4+ messages)

[PATCH] slab: align ZERO_SIZE_PTR to ARCH_KMALLOC_MINALIGN
 2026-08-11  5:43 UTC  (3+ messages)

[PATCH v2] pwm: th1520: use vertical import style
 2026-08-11  5:06 UTC  (3+ messages)

[PATCH v2] arm: backtrace-clang: fix wrong sp usage for unwinding
 2026-08-11  3:21 UTC  (3+ messages)

[PATCH v5 2/7] selftest: riscv: test vectorized user copy
 2026-08-10 17:22 UTC 

[PATCH] drm/amdgpu: fix GTT manager warning message
 2026-08-10 13:04 UTC  (2+ messages)

[PATCH v11] PCI: Add device-specific reset for Qualcomm devices
 2026-08-10 10:11 UTC  (2+ messages)

[bcain:bcain/hmx 105/114] arch/hexagon/kernel/process.c:76:2: error: call to undeclared function 'flush_smp_call_function_queue'; ISO C99 and later do not support implicit function declarations
 2026-08-10  7:31 UTC 

[bcain:bcain/hmx 93/114] arch/hexagon/kernel/smp.c:74:6: warning: no previous prototype for function 'smp_vm_unmask_irq'
 2026-08-10  5:44 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc7, upstream-mainline, db2ddb87)
 2026-08-10  3:42 UTC 

[PATCH net-next v11 00/12] net: pcs: Introduce support for fwnode PCS
 2026-08-09 20:59 UTC  (22+ messages)
` [PATCH net-next v11 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v11 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v11 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v11 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH net-next v11 05/12] net: phylink: support PCS provider release
` [PATCH net-next v11 06/12] net: phylink: support late PCS provider attach
` [PATCH net-next v11 07/12] net: Document PCS subsystem
` [PATCH net-next v11 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v11 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v11 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v11 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v11 12/12] net: airoha: add phylink support

[PATCH net-next v12 00/12] net: pcs: Introduce support for fwnode PCS
 2026-08-09 20:31 UTC  (13+ messages)
` [PATCH net-next v12 01/12] net: phylink: keep and use MAC supported_interfaces in phylink struct
` [PATCH net-next v12 02/12] net: phylink: introduce internal phylink PCS handling
` [PATCH net-next v12 03/12] net: pcs: implement Firmware node support for PCS driver
` [PATCH net-next v12 04/12] net: phylink: save phylink instance fwnode on phylink_create
` [PATCH net-next v12 05/12] net: phylink: support PCS provider release
` [PATCH net-next v12 06/12] net: phylink: support late PCS provider attach
` [PATCH net-next v12 07/12] net: Document PCS subsystem
` [PATCH net-next v12 08/12] MAINTAINERS: add myself as PCS subsystem maintainer
` [PATCH net-next v12 09/12] net: phylink: add .pcs_link_down PCS OP
` [PATCH net-next v12 10/12] dt-bindings: net: pcs: Document support for Airoha Ethernet PCS
` [PATCH net-next v12 11/12] net: pcs: airoha: add PCS driver for Airoha AN7581 SoC
` [PATCH net-next v12 12/12] net: airoha: add phylink support

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, b9b3e33b)
 2026-08-09 20:02 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, b643e495)
 2026-08-09 17:03 UTC 

[linux-next:master 8664/13846] ld.lld: error: undefined symbol: nvme_fc_set_remoteport_devloss
 2026-08-09 14:31 UTC 

[mkp-scsi:for-next 112/210] drivers/scsi/qla2xxx/qla_init.c:9211:8: warning: format specifies type 'unsigned long' but the argument has type 'size_t' (aka 'unsigned int')
 2026-08-09  7:07 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 06cf6189)
 2026-08-09  4:12 UTC 

[PATCH] lib/interval_tree: fix allocation warning messages
 2026-08-09  1:44 UTC  (4+ messages)

[PATCH] btrfs: check if root is readonly when setting posix acl
 2026-08-08 22:19 UTC 

[PATCH] btmrvl: Fix hdev dangling pointer and error code in register_hdev
 2026-08-08 21:05 UTC 

[linux-next:master 7751/13846] drivers/scsi/ibmvscsi/ibmvfc-core.c:6134:15: warning: variable 'rport' is uninitialized when used here
 2026-08-08 20:11 UTC 

[jj-apparmor:apparmor-next 14/14] security/apparmor/net.c:320:41: warning: address of 'needput' will always evaluate to 'true'
 2026-08-08 19:58 UTC 

[bcain:bcain/hexagon-kcfi 26/93] arch/hexagon/kernel/devtree.c:104:36: error: redefinition of 'setup_machine_fdt'
 2026-08-08 14:12 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 9a143525)
 2026-08-08 13:22 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, a59f57e2)
 2026-08-08 12:52 UTC 

[PATCH] super: fix dying superblock warning messages
 2026-08-08 12:38 UTC 

[PATCH] memregion: fix cache invalidation warning message
 2026-08-08 12:19 UTC 

[PATCH] mmc: core: add MMC_QUIRK_BROKEN_WRITE_ZEROES for ESMT eMMC
 2026-08-08 10:56 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 3f008280)
 2026-08-08 10:52 UTC 

[bcain:bcain/hexagon-kcfi 26/93] arch/hexagon/kernel/devtree.c:17:13: warning: no previous prototype for function 'early_init_dt_add_memory_arch'
 2026-08-08 10:06 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 7cbe91a4)
 2026-08-08  5:02 UTC 

[PATCH 1/1] drm/i915/display/psr: Block DC3CO entry during active frame
 2026-08-08  1:54 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, f9a2394a)
 2026-08-08  1:02 UTC 

[PATCH] fix: drm/vmwgfx: vmw_user_shader_alloc: fix base object refcount leak on ttm_base_object_init failure
 2026-08-08  0:58 UTC 

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 364465ab)
 2026-08-07 23:32 UTC 

[PATCH] fix: mfd: of_syscon_register: fix reset_control reference leak on success path
 2026-08-07 20:35 UTC 

[PATCH] mailbox: sun6i: modernize probe and convert to fully managed
 2026-08-07 19:44 UTC 

[PATCH] arm: mediatek: fix secondary CPU boot on Thumb-2 kernels with Clang
 2026-08-07 18:52 UTC  (7+ messages)

✅ PASS (MISSED 60 of 66): Test report for master (7.2.0-rc6, upstream-mainline, 6c68fa60)
 2026-08-07 17:12 UTC 

[PATCH net-next v10 00/11] net: pcs: Introduce support for fwnode PCS
 2026-08-07  9:23 UTC  (5+ messages)
` [PATCH net-next v10 11/11] net: airoha: add phylink support

[PATCH] tools: Use fputc() calls in some functions
 2026-08-07  6:33 UTC  (3+ messages)
  `  "

[PATCH v4 00/14] LoongArch: Add livepatch build (KLP) support
 2026-08-07  6:15 UTC  (2+ messages)

[PATCH] [RFC] nfs4: inject process namespace into COMPOUND tag
 2026-08-07  5:02 UTC  (2+ messages)

[PATCH v2 0/4] selftests: shared lib.bpf.mk for building BPF progs and skeletons
 2026-08-06 22:18 UTC  (9+ messages)
` [PATCH v2 1/4] selftests: add shared lib.bpf.mk to build "
` [PATCH v2 2/4] selftests/cgroup: add memcg_stat_cross_cpu correctness test for flush

[PATCH] mptcp: pm: Fix address ID overflow when all IDs are exhausted
 2026-08-06 22:04 UTC 

[PATCH] trace_branch: use per-cpu counters for correct/incorrect stats
 2026-08-06 20:04 UTC 

[PATCH] fix: ntb: perf_copy_chunk: fix tx descriptor and unmap kref leak on dmaengine_submit failure
 2026-08-06 14:21 UTC 

[PATCH V17 0/7] Rust Support for powerpc
 2026-08-06  7:53 UTC  (12+ messages)

[PATCH] fix: scsi: srp_reconnect_rport: unbalanced scsi_block_targets/scsi_target_unblock
 2026-08-06  7:51 UTC  (2+ messages)

[PATCH] lib/crypto: x86/chacha: Add a 16-block AVX-512 variant
 2026-08-06  7:40 UTC 

[RFC PATCH] x86/pci-dma: add "any" keyword to swiotlb= kernel parameter
 2026-08-06  5:46 UTC 

[PATCH v2] module: Extend module_blacklist parameter to built-in modules
 2026-08-06  2:15 UTC 

[PATCH nf-next,v5] netfilter: flowtable: initial bridge support
 2026-08-06  1:27 UTC 

[PATCH] net: sysfs: cleanup coding style
 2026-08-05 23:10 UTC  (2+ messages)

[PATCH v1] ASoC: tas2781: Add calibration kcontrols for TAS2573
 2026-08-05 22:44 UTC 

[PATCH] net: phy: Add driver for Motorcomm Quad 2.5GbE phy
 2026-08-05 22:28 UTC 

[thomas-weissschuh:b4/compat-32bit-time-ifdef 1/2] ld.lld: error: undefined symbol: put_old_timespec32
 2026-08-05 18:29 UTC 


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