Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2024-10-07 05:40:43 to 2024-10-11 17:09:05 UTC [more...]

[PATCH v3 0/8] Improve objtool jump table handling
 2024-10-11 17:08 UTC 

[PATCH v2 0/5] Improve objtool jump table handling
 2024-10-11 16:50 UTC  (22+ messages)
` [PATCH v2 1/5] objtool: Deal with relative jump tables correctly
` [PATCH v2 2/5] objtool: Allow arch code to discover jump table size
` [PATCH v2 3/5] objtool: Add support for annotated jump tables
` [PATCH v2 4/5] crypto: x86/crc32c - Use idiomatic relative jump table
` [PATCH v2 5/5] crypto: x86/crc32c - Tweak jump table to validate objtool logic

[PATCH v1 net-next 12/13] rtnetlink: Call rtnl_link_get_net_capable() in do_setlink()
 2024-10-11 16:17 UTC  (2+ messages)

[linux-next:master 3809/4143] clang: error: unknown argument: '-n'
 2024-10-11 15:09 UTC 

[PATCH] iio: Fix uninitialized variable
 2024-10-11 15:01 UTC  (6+ messages)
` [PATCH v2] "

[PATCH net-next 0/3] net: String format safety updates
 2024-10-11 14:27 UTC  (5+ messages)
` [PATCH net-next 1/3] net: dsa: microchip: copy string using strscpy
` [PATCH net-next 2/3] net: txgbe: Pass string literal as format argument of alloc_workqueue()
` [PATCH net-next 3/3] accel/qaic: "

[PATCH] firmware: arm_scmi: fix the double free in scmi_debugfs_common_setup()
 2024-10-11 14:25 UTC  (2+ messages)

[PATCH] mm/vmstat: Fix -Wenum-enum-conversion warning in vmstat.h
 2024-10-11 14:05 UTC  (3+ messages)

[PATCH 0/2] Normalized CFI integer tags Kconfig fixes
 2024-10-11 12:06 UTC  (13+ messages)
` [PATCH 1/2] kbuild: rust: add `CONFIG_RUSTC_LLVM_VERSION`
    ` [PATCH] "
` [PATCH 2/2] cfi: fix conditions for HAVE_CFI_ICALL_NORMALIZE_INTEGERS

[PATCH v3 1/3] fs: prepare for "explicit connectable" file handles
 2024-10-11 11:29 UTC  (2+ messages)

[PATCH 3/3] rust: page: Add page_slice_to_page
 2024-10-11 11:03 UTC 

[PATCH v4 2/2] vdso: Introduce vdso/page.h
 2024-10-11 11:03 UTC 

[PATCH v8 1/4] iio: pressure: bmp280: Use sleep and forced mode for oneshot captures
 2024-10-11 10:53 UTC  (2+ messages)

next/master build: 180 builds: 4 failed, 176 passed, 10360 warnings (next-20241011)
 2024-10-11  8:57 UTC 

[PATCH 2/6] misc: keba: Add LAN9252 driver
 2024-10-11  8:28 UTC 

[vincent-guittot:scmi/ffa-transport 1/1] ld.lld: error: undefined symbol: tee_shm_get_va
 2024-10-11  5:41 UTC 

[PATCH v1] media: i2c: add lt6911uxe hdmi bridge driver
 2024-10-11  5:27 UTC 

[PATCH 2/4] mm/sparse-vmemmap: set pte_init when vmemmap is created
 2024-10-11  4:42 UTC 

[jlayton:dir-deleg 32/35] fs/namei.c:3279:31: error: use of undeclared identifier 'LEASE_BREAK_DIR_CREATE'
 2024-10-11  2:48 UTC 

[jlayton:dir-deleg 31/35] fs/utimes.c:25:25: error: variable has incomplete type 'struct delegated_inode'
 2024-10-11  1:55 UTC 

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-11  0:12 UTC  (2+ messages)

[PATCH] HID: simplify code in fetch_item()
 2024-10-10 22:24 UTC 

[mnyman-xhci:for-usb-linus 4/4] drivers/usb/host/xhci-dbgtty.c:239:6: warning: variable 'written' is used uninitialized whenever 'if' condition is false
 2024-10-10 21:58 UTC 

[pali:cifs 11/24] fs/smb/client/reparse.c:403:6: warning: variable 'rc' is used uninitialized whenever 'if' condition is true
 2024-10-10 21:37 UTC 

[PATCH v6 6/7] power: supply: max77705: Add fuel gauge driver for Maxim 77705
 2024-10-10 20:45 UTC 

[vincent-guittot:scmi/ffa-transport 1/1] drivers/firmware/arm_scmi/transports/ffa.c:117: warning: Function parameter or struct member 'ffa_dev' not described in 'scmi_ffa_service'
 2024-10-10 20:35 UTC 

[Linaro-TCWG-CI] llvmorg-20-init-8119-gd2408c417cfa: Failure on aarch64
 2024-10-10 20:06 UTC  (2+ messages)

[arm-integrator:b4/arm-generic-entry-v6.12-rc1 8/30] ld.lld: error: undefined symbol: __kcfi_typeid_invoke_syscall_asm
 2024-10-10 19:33 UTC 

[PATCH v3 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-10 19:23 UTC  (7+ messages)
` [PATCH v3 1/6] Add AutoFDO "
` [PATCH v3 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH v3 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v3 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v3 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v3 6/6] Add Propeller configuration for kernel build

❌ FAIL: Test report for master (6.12.0-rc2, mainline.kernel.org-clang, eb952c47)
 2024-10-10 19:02 UTC 

[PATCH net-next 05/11] net: enetc: add enetc-pf-common driver support
 2024-10-10 17:10 UTC 

[PATCH v2 1/3] scsi: qla2xxx: Drop starvation counter on success
 2024-10-10 16:39 UTC 

[PATCH bpf v2] bpf: fix argument type in bpf_loop documentation
 2024-10-10 16:00 UTC  (2+ messages)

[PATCH net-next] net: phy: intel-xway: add support for PHY LEDs
 2024-10-10 15:38 UTC 

[PATCH] KVM: arm64: nVHE: gen-hyprel: Silent build warnings
 2024-10-10 15:23 UTC  (5+ messages)

[PATCH net-next v2 0/3] net: ethernet: ti: Address some warnings
 2024-10-10 12:13 UTC  (6+ messages)
` [PATCH net-next v2 1/3] net: ethernet: ti: am65-cpsw: Use __be64 type for id_temp
` [PATCH net-next v2 2/3] net: ethernet: ti: am65-cpsw: Use tstats instead of open coded version
` [PATCH net-next v2 3/3] net: ethernet: ti: cpsw_ale: Remove unused accessor functions

[tobetter:odroid-5.15.y 46/204] drivers/pwm/pwm-gpio.c:60:22: warning: no previous prototype for function 'gpio_pwm_timer'
 2024-10-10 10:49 UTC 

[PATCH] ntfs3: Fix WARNING in ntfs_extend_initialized_size
 2024-10-10  9:57 UTC 

[PATCH v3 7/9] ASoC: loongson: Add I2S controller driver as platform device
 2024-10-10  8:25 UTC 

next/master build: 180 builds: 4 failed, 176 passed, 10358 warnings (next-20241010)
 2024-10-10  7:58 UTC 

[PATCH v2] Bluetooth: Fix type of len in rfcomm_sock_getsockopt{,_old}()
 2024-10-10  6:51 UTC  (3+ messages)

[viro-vfs:work.statx 1/3] fs/stat.c:770:11: warning: variable 'lflags' set but not used
 2024-10-10  5:49 UTC 

[PATCH v3 05/12] PCI: rockchip-ep: Implement the .map_align() controller operation
 2024-10-10  3:44 UTC 

[PATCH v1 4/5] PCI: endpoint: Add NVMe endpoint function driver
 2024-10-10  3:33 UTC 

❌ FAIL: Test report for master (6.12.0-rc2, mainline.kernel.org-clang, d3d15566)
 2024-10-10  0:43 UTC 

[linux-next:master 2858/3432] arch/x86/mm/init_64.c:992:28: error: call to undeclared function 'bootmem_type'; ISO C99 and later do not support implicit function declarations
 2024-10-10  0:39 UTC 

[PATCH v2 1/1] x86/reboot: KVM: Guard nmi_shootdown_cpus_on_restart() with ifdeffery
 2024-10-09 23:37 UTC  (3+ messages)

[PATCH 2/3] perf/dwc_pcie: Load DesignWare PCIe PMU driver automatically on Ampere SoCs
 2024-10-09 22:14 UTC 

[PATCH v2 5/7] bootmem: Stop using page->index
 2024-10-09 21:34 UTC  (2+ messages)

[PATCH v2 0/2] powerpc: Prepare for clang's per-task stack protector support
 2024-10-09 19:26 UTC  (3+ messages)
` [PATCH v2 1/2] powerpc: Fix stack protector Kconfig test for clang
` [PATCH v2 2/2] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS "

[PATCH bpf] bpf: fix argument type in bpf_loop documentation
 2024-10-09 18:27 UTC  (2+ messages)

[linux-next:master 3426/3432] error[E0432]: unresolved import `crate::types::ARef`
 2024-10-09 17:47 UTC 

[PATCH] cfi: fix conditions in HAVE_CFI_ICALL_NORMALIZE_INTEGERS
 2024-10-09 16:43 UTC  (3+ messages)

[PATCH v1] RISC-V: disallow gcc + rust builds
 2024-10-09 12:52 UTC  (6+ messages)

[PATCH v2] x86/stackprotector: Work around strict Clang TLS symbol requirements
 2024-10-09 12:43 UTC 

[PATCH] x86/stackprotector: Work around strict Clang TLS symbol requirements
 2024-10-09 12:26 UTC  (4+ messages)

[PATCH] Bluetooth: Fix type of len in rfcomm_sock_{bind,getsockopt_old}()
 2024-10-09 12:01 UTC  (3+ messages)

[robh:dt/const 1/7] drivers/of/address.c:244:31: error: passing 'const struct fwnode_handle *' to parameter of type 'struct fwnode_handle *' discards qualifiers
 2024-10-09 11:46 UTC 

[linux-next:pending-fixes 207/319] fs/btrfs/qgroup.c:2014:6: error: use of undeclared identifier 'bytenr'
 2024-10-09 11:30 UTC  (3+ messages)

[PATCH 3/5] perf: Add pmu get/put
 2024-10-09 10:44 UTC 

[linux-next:master 1936/2853] drivers/hid/hid-core.o: warning: objtool: hid_scan_report+0x1e5: sibling call from callable instruction with modified stack frame
 2024-10-09  8:51 UTC 

[PATCH v2 3/3] xfs: Let the max iomap length be consistent with the writeback code
 2024-10-09  7:24 UTC 

[PATCH v2] scsi: fnic: Use vzalloc() instead of vmalloc() and memset(0)
 2024-10-09  4:17 UTC 

[PATCH net-next 8/9] net-timestamp: add bpf framework for rx timestamps
 2024-10-09  4:17 UTC 

arch/x86/kvm/svm/svm.c:597:2: error: use of undeclared identifier 'kvm_rebooting'
 2024-10-09  4:17 UTC 

[PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
 2024-10-09  3:25 UTC 

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-09  3:17 UTC  (2+ messages)

[PATCH v1 1/1] mm: Remove unused stub for can_swapin_thp()
 2024-10-09  2:09 UTC  (2+ messages)

[PATCH v1 1/1] HID: debug: Remove duplicates from 'keys'
 2024-10-08 19:06 UTC  (2+ messages)

[linux-next:master 2337/2853] arch/arm/boot/dts/qcom/qcom-msm8974.dtsi:1297.26-1300.6: Warning (unique_unit_address_if_enabled): /soc/efuse@fc4bc000/s9-p1@d8: duplicate unit-address (also used in node /soc/efuse@fc4bc000/s10-p1@d8)
 2024-10-08 16:55 UTC 

[PATCH 0/3] powerpc: Prepare for clang's per-task stack protector support
 2024-10-08 16:09 UTC  (10+ messages)
` [PATCH 1/3] powerpc: Fix stack protector Kconfig test for clang
` [PATCH 2/3] powerpc: Adjust adding stack protector flags to KBUILD_CLAGS "
` [PATCH 3/3] powerpc: Include -m32 / -m64 for stack protector Kconfig test

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (6+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly

[RFC PATCH v3 1/4] compiler.h: Introduce ptr_eq() to preserve address dependency
 2024-10-08 13:50 UTC  (2+ messages)
` [RFC PATCH v3 2/4] Documentation: RCU: Refer to ptr_eq()

[PATCH v2] include/linux/kfifo.h: fix some IDEs Intelligence errors and the previous patch was misnamed
 2024-10-08 11:48 UTC  (2+ messages)

[linux-next:master 2562/2853] sound/soc/codecs/rt-sdw-common.c:87: warning: Function parameter or struct member 'val' not described in 'rt_sdca_index_update_bits'
 2024-10-08 11:28 UTC 

next/master build: 184 builds: 4 failed, 180 passed, 10358 warnings (next-20241008)
 2024-10-08  9:04 UTC 

[PATCH 4/6] iio: adc: ad7380: add missing supplies
 2024-10-08  8:31 UTC 

[PATCH v2 3/3] phy: Integrate Realtek Otto SerDes driver into build system
 2024-10-08  8:21 UTC  (2+ messages)

[PATCH v4 2/2] Bluetooth: btnxpuart: Add GPIO support to power save feature
 2024-10-08  7:09 UTC 

[morse:mpam/snapshot/v6.12-rc1 118/132] drivers/platform/arm64/mpam/mpam_resctrl.c:33: warning: This comment starts with '/**', but isn't a kernel-doc comment. Refer Documentation/doc-guide/kernel-doc.rst
 2024-10-08  4:56 UTC 

[PATCH v3 06/11] wifi: cfg80211: pass net_device to .set_monitor_channel
 2024-10-08  3:44 UTC 

[morse:mpam/snapshot/v6.12-rc1 81/132] drivers/platform/arm64/mpam/mpam_devices.c:767:4: warning: variable 'hw_managed' is used uninitialized whenever 'if' condition is true
 2024-10-08  3:44 UTC 

[PATCH] mm: swap: prevent possible data-race in __try_to_reclaim_swap
 2024-10-08  2:35 UTC  (3+ messages)

[morse:mpam/snapshot/v6.12-rc1 76/132] drivers/platform/arm64/mpam/mpam_devices.c:356:17: warning: result of comparison of constant 18446744073709551615 with expression of type 'u32' (aka 'unsigned int') is always false
 2024-10-08  2:22 UTC 

[PATCH v1 1/4] misc: fastrpc: Add CRC support using invokeV2 request
 2024-10-08  1:41 UTC 

[PATCH bpf-next v5 1/3] bpf: Prevent tailcall infinite loop caused by freplace
 2024-10-08  1:40 UTC  (2+ messages)

[PATCH v2] net: dsa: Fix conditional handling of Wake-on-Lan configuration in dsa_user_set_wol
 2024-10-07 23:15 UTC 

[RFC] cxl: Update Soft Reserved resources upon region creation
 2024-10-07 19:30 UTC  (2+ messages)

[PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-07 19:21 UTC  (8+ messages)
` [PATCH v2 1/6] Add AutoFDO "

[PATCH v2 6/7] iio: adc: ad485x: add ad485x driver
 2024-10-07 18:18 UTC 

[PATCH 4/4] power: supply: hwmon: move interface to private header
 2024-10-07 13:19 UTC 

[PATCH v2] resolve gtp possible deadlock warning
 2024-10-07 12:48 UTC 

[PATCH v2] fbdev: sstfb: Make CONFIG_FB_DEVICE optional
 2024-10-07 12:06 UTC 

[asahilinux:bits/170-atcphy 4/17] ld.lld: error: vmlinux.a(init/main.o):(function __traceiter_initcall_start: .text+0x50): relocation R_RISCV_HI20 out of range: 534214 is not in [-524288, 524287]; references '__tracepoint_initcall_start'
 2024-10-07 11:35 UTC 

[RFC PATCH v2 2/4] Documentation: RCU: Refer to ptr_eq()
 2024-10-07 11:01 UTC  (3+ messages)
    `  "

[asahilinux:asahi 161/210] ld.lld: error: vmlinux.a(init/main.o):(function init_setup: .init.text+0xc8): relocation R_RISCV_HI20 out of range: 532672 is not in [-524288, 524287]; references 'argv_init'
 2024-10-07  8:51 UTC 

[morimoto:renesas-bsp/v6.6.53-2024-10-02 164/306] ERROR: Input tree has errors, aborting (use -f to force output)
 2024-10-07  7:29 UTC  (2+ messages)

[PATCH v2 2/2] iio: light: Add support for TI OPT4060 color sensor
 2024-10-07  6:38 UTC 

[PATCH] sched/membarrier: Fix redundant load of membarrier_state
 2024-10-07  5:39 UTC 


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