Building the Linux kernel with Clang and LLVM
 help / color / mirror / Atom feed
 messages from 2024-09-25 15:02:00 to 2024-09-29 18:17:56 UTC [more...]

[ardb:x86-pie-v2 23/26] block/blk-core.o: warning: objtool: errno_to_blk_status+0x16: can't find switch jump table
 2024-09-29 18:17 UTC 

[PATCH v1 0/2] Introduce ptr_eq() to preserve address dependency
 2024-09-29 17:07 UTC  (7+ messages)
` [PATCH v1 1/2] compiler.h: "
` [PATCH v1 2/2] Documentation: RCU: Refer to ptr_eq()

[PATCH] hardening: Adjust dependencies in selection of MODVERSIONS
 2024-09-29 15:35 UTC  (3+ messages)

[nsa:b4/dev-adp5589-fw-conversion 7/14] drivers/input/keyboard/adp5589-keys.c:1000:13: warning: format specifies type 'size_t' (aka 'unsigned long') but the argument has type 'u32' (aka 'unsigned int')
 2024-09-29 14:57 UTC 

[asahilinux:bits/070-audio 15/122] sound/soc/codecs/cs42l84.c:1019:34: warning: unused variable 'cs42l84_of_match'
 2024-09-29 13:54 UTC 

[nsa:b4/dev-adp5589-fw-conversion 5/14] drivers/input/keyboard/adp5589-keys.c:639:9: warning: implicit conversion from 'unsigned long' to 'int' changes value from 18446744073709551615 to -1
 2024-09-29 13:34 UTC 

[PATCH v3 08/14] scsi: fnic: Add functionality in fnic to support FDLS
 2024-09-29 13:13 UTC 

[PATCH bpf-next v3 4/5] bpf, x86: Add jit support for private stack
 2024-09-29 13:02 UTC 

[PATCH v3 07/14] scsi: fnic: Add and integrate support for FIP
 2024-09-29 11:39 UTC 

[PATCH 0/6] Add AutoFDO and Propeller support for Clang build
 2024-09-29 11:08 UTC  (6+ messages)
` [PATCH 6/6] Add Propeller configuration for kernel build

[PATCH 1/2] compiler.h: Introduce ptr_eq() to preserve address dependency
 2024-09-29 10:36 UTC  (2+ messages)

[PATCH v3 05/14] scsi: fnic: Add support for unsolicited requests and responses
 2024-09-29  9:44 UTC 

[axboe-block:rw_iter 184/447] drivers/platform/x86/intel/intel_plr_tpmi.c:255:1: error: use of undeclared identifier 'plr_status_write'
 2024-09-29  8:42 UTC 

[PATCH] reset: Further simplify locking with guard()
 2024-09-29  7:39 UTC 

[PATCH v2 4/5] driver core: Add device probe log helper dev_warn_probe()
 2024-09-29  2:10 UTC 

[PATCH v5 2/2] gcc-sdm845: Add general purpose clock ops
 2024-09-28 23:44 UTC 

[namhyung-perf:bpf/slab-iter-v2 1/3] kernel/bpf/kmem_cache_iter.c:120:27: warning: bitwise operation between different enumeration types ('enum bpf_reg_type' and 'enum bpf_type_flag')
 2024-09-28 23:44 UTC 

[PATCH v6 2/2] drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs
 2024-09-28 22:52 UTC 

[ardb:xen-pie 4/5] ld.lld: error: undefined symbol: xen_elfnote_hypercall_page_offset
 2024-09-28 22:41 UTC 

[PATCH V6 2/5] PCI/TPH: Add Steering Tag support
 2024-09-28 20:56 UTC  (2+ messages)

[PATCH] qcom: ice: Remove ice probe
 2024-09-28 19:53 UTC 

[esmil:d1-6.11.y 37/47] drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c:406:25: error: unused variable 'phy'
 2024-09-28 19:11 UTC 

[PATCH] iio: bmi323: Drop CONFIG_PM guards around runtime functions
 2024-09-28 14:23 UTC  (2+ messages)

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-09-28 13:41 UTC  (50+ messages)
` [RFC PATCH 01/28] x86/pvh: Call C code via the kernel virtual mapping
` [RFC PATCH 02/28] Documentation: Bump minimum GCC version to 8.1
` [RFC PATCH 04/28] x86/boot: Permit GOTPCREL relocations for x86_64 builds
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 06/28] x86/percpu: Get rid of absolute per-CPU variable placement
` [RFC PATCH 07/28] scripts/kallsyms: Avoid 0x0 as the relative base
` [RFC PATCH 08/28] scripts/kallsyms: Remove support for absolute per-CPU variables
` [RFC PATCH 09/28] x86/tools: Remove special relocation handling for "
` [RFC PATCH 10/28] x86/xen: Avoid relocatable quantities in Xen ELF notes
` [RFC PATCH 11/28] x86/pvh: Avoid absolute symbol references in .head.text
` [RFC PATCH 12/28] x86/pm-trace: Use RIP-relative accesses for .tracedata
` [RFC PATCH 13/28] x86/kvm: Use RIP-relative addressing
` [RFC PATCH 14/28] x86/rethook: Use RIP-relative reference for return address
` [RFC PATCH 15/28] x86/sync_core: Use RIP-relative addressing
` [RFC PATCH 16/28] x86/entry_64: "
` [RFC PATCH 17/28] x86/hibernate: Prefer RIP-relative accesses
` [RFC PATCH 18/28] x86/boot/64: Determine VA/PA offset before entering C code
` [RFC PATCH 19/28] x86/boot/64: Avoid intentional absolute symbol references in .head.text
` [RFC PATCH 20/28] x64/acpi: Use PIC-compatible references in wakeup_64.S
` [RFC PATCH 21/28] x86/head: Use PIC-compatible symbol references in startup code
` [RFC PATCH 22/28] asm-generic: Treat PIC .data.rel.ro sections as .rodata
` [RFC PATCH 23/28] tools/objtool: Mark generated sections as writable
` [RFC PATCH 24/28] tools/objtool: Treat indirect ftrace calls as direct calls
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel
` [RFC PATCH 26/28] x86/boot: Implement support for ELF RELA/RELR relocations
` [RFC PATCH 27/28] x86/kernel: Switch to PIE linking for the core kernel
` [RFC PATCH 28/28] x86/tools: Drop x86_64 support from 'relocs' tool

vmlinux.o: warning: objtool: shrink_node+0xda4: sibling call from callable instruction with modified stack frame
 2024-09-28 12:25 UTC 

[peterz-queue:x86/ibt 9/10] arch/x86/um/../kernel/module.c:undefined reference to `apply_direct_call_offset'
 2024-09-28 10:51 UTC 

[peterz-queue:x86/ibt 6/10] arch/x86/kernel/traps.c:328:7: error: call to undeclared function '__do_kernel_cp_fault'; ISO C99 and later do not support implicit function declarations
 2024-09-28  6:41 UTC 

[PATCH 6/8] platform/chrome: cros_ec_typec: Displayport support
 2024-09-28  4:27 UTC 

[PATCH v4 3/4] gpio: siul2-s32g2: add NXP S32G2/S32G3 SoCs support
 2024-09-28  3:24 UTC 

[PATCH v2 1/3] media: ti: cal: Use str_up_down()
 2024-09-28  3:14 UTC 

[PATCH v5 8/9] usb: gadget: uvc: add trace of enqueued and completed requests
 2024-09-28  2:53 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
 2024-09-28  0:13 UTC 

[rust:staging/rust-pci 3/12] error[E0050]: method `init` has 1 parameter but the declaration in trait `kernel::Module::init` has 2
 2024-09-27 23:42 UTC 

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 21/1001] drivers/remoteproc/zynqmp_r5_remoteproc.c:69: warning: Function parameter or member 'max_banks' not described in 'xlnx_rpu_soc_data'
 2024-09-27 22:39 UTC 

clang: error: linker command failed with exit code 1 (use -v to see invocation)
 2024-09-27 20:56 UTC 

drivers/gpu/drm/msm/hdmi/hdmi_phy_8998.c:156:19: error: unused function 'pll_cmp_to_fdata'
 2024-09-27 18:52 UTC 

[namhyung-perf:bpf/slab-iter-v1 2/3] mm/slab_common.c:1326:1: error: type specifier missing, defaults to 'int'; ISO C99 and later do not support implicit int
 2024-09-27 17:40 UTC 

[djiang:cxl/fwctl 13/25] drivers/cxl/cxlmem.h:798:44: error: 'counted_by' argument must be a simple declaration reference
 2024-09-27 16:23 UTC  (3+ messages)

[namhyung-perf:bpf/slab-iter-v1 1/3] kernel/bpf/slab_iter.c:120:27: warning: bitwise operation between different enumeration types ('enum bpf_reg_type' and 'enum bpf_type_flag')
 2024-09-27 14:44 UTC 

[rust:staging/rust-pci 3/12] = note: `init` from trait: `fn(&'static kernel::prelude::CStr, &'static kernel::ThisModule) -> Result<Self, kernel::error::Error>`
 2024-09-27 14:23 UTC 

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 383/1001] drivers/gpu/drm/xlnx/zynqmp_dp.c:361:2: error: call to undeclared function 'writel'; ISO C99 and later do not support implicit function declarations
 2024-09-27 13:10 UTC 

ld.lld: error: unknown argument '--ppc476-workaround'
 2024-09-27 12:25 UTC  (2+ messages)

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 243/1001] drivers/gpu/drm/xlnx/xlnx_sdi.c:252:2: error: call to undeclared function 'writel'; ISO C99 and later do not support implicit function declarations
 2024-09-27 11:45 UTC 

[PATCH v2 1/2] rust: add untrusted data abstraction
 2024-09-27  9:06 UTC  (7+ messages)

[PATCH 1/1] platform/x86/tuxedo: Add virtual LampArray for TUXEDO NB04 devices
 2024-09-27  8:59 UTC 

[frederic-dynticks:kthread/affinity-v4 11/20] kernel/sched/core.c:3428:32: error: use of undeclared identifier 'p'
 2024-09-27  8:39 UTC 

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 636/1001] drivers/usb/dwc3/core.c:1232:5: warning: no previous prototype for function 'dwc3_core_init'
 2024-09-27  7:14 UTC 

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 595/1001] ERROR: modpost: module fpga-mgr uses symbol dma_buf_attach from namespace DMA_BUF, but does not import it
 2024-09-27  6:31 UTC 

next/master build: 183 builds: 3 failed, 180 passed, 10341 warnings (next-20240927)
 2024-09-27  6:04 UTC 

[PATCH v6 2/5] Replace generic memcpy and memset by IO memcpy functions
 2024-09-27  5:28 UTC 

[xilinx-xlnx:xlnx_rebase_v6.6_LTS_2024.1_update 230/1001] drivers/media/i2c/adv7511-v4l2.c:2221:21: warning: no previous prototype for function 'adv7511_subdev'
 2024-09-27  5:07 UTC 

[PATCH] mmc: mtk-sd: Implement Host Software Queue for eMMC and SD Card
 2024-09-27  4:05 UTC 

[esmil:d1-6.11.y 46/47] drivers/iommu/iommu.c:1739:17: error: static assertion failed due to requirement '!(1 && 1)': !(IS_ENABLED(CONFIG_ARM_DMA_USE_IOMMU) && IS_ENABLED(CONFIG_IOMMU_DMA))
 2024-09-27  3:44 UTC 

[RFC PATCH] cleanup: make scoped_guard() to be return-friendly
 2024-09-27  0:48 UTC 

[djiang:cxl/fwctl 21/25] drivers/fwctl/cxl/cxl.c:44:9: error: call to undeclared function 'kzalloc'; ISO C99 and later do not support implicit function declarations
 2024-09-27  0:48 UTC 

[djiang:cxl/fwctl 13/25] drivers/cxl/cxlmem.h:798:56: error: use of undeclared identifier 'supported_feats'
 2024-09-27  0:17 UTC 

[PATCH v2 2/2] rust: switch uaccess to untrusted data API
 2024-09-26 23:56 UTC 

error[E0428]: the name `ARCH_SLAB_MINALIGN` is defined multiple times
 2024-09-26 21:18 UTC  (3+ messages)
` [PATCH] rust: fix `ARCH_SLAB_MINALIGN` multiple definition error

[PATCH 0/1] RISC-V: Fix building rust when using GCC toolchain
 2024-09-26 16:29 UTC  (10+ messages)
` [PATCH] "

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, 1b5fe536)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, 20371ba1)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, fb24560f)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, 1934261d)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, e8784b0a)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, a4c76312)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc5, mainline.kernel.org-clang, 6b9ffc45)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, 431c1646)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, c9f016e7)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, 67784a74)
 2024-09-26 14:31 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, 88fac175)
 2024-09-26 14:29 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, 1263a7bf)
 2024-09-26 14:28 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, c763c433)
 2024-09-26 14:28 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, ad618736)
 2024-09-26 14:28 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, b66f0b11)
 2024-09-26 14:25 UTC 

❌ FAIL: Test report for master (6.11.0-rc6, mainline.kernel.org-clang, 89f5e14d)
 2024-09-26 14:24 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, bc83b4d1)
 2024-09-26 14:23 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, 8d8d276b)
 2024-09-26 14:18 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, 77f58789)
 2024-09-26 14:17 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, 5da02886)
 2024-09-26 14:16 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, fdf042df)
 2024-09-26 14:16 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, 196145c6)
 2024-09-26 14:16 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, b7718454)
 2024-09-26 14:16 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, 0babf683)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 98f7e32f)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0-rc7, mainline.kernel.org-clang, d42f7708)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, d2230051)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 35219bc5)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 69a3a0a4)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, adfc3ded)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, ad060dbb)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, a430d95c)
 2024-09-26 14:15 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, a940d9a4)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, daa394f0)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, fc1dc0d5)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 2f27fce6)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 194fcd20)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 200289db)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 9f397579)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 39b3f4e0)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, de848da1)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 839c4f59)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, a1d1eb2f)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 1ec6d097)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 1868f9d0)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 7856a565)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 88264981)
 2024-09-26 14:14 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, f8eb5bd9)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 18ba6034)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 6fa6588e)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 6db6a19f)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 68e5c7d4)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 684a64bf)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, aa486552)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, eb5b0f98)
 2024-09-26 14:13 UTC 

❌ FAIL: Test report for master (6.11.0, mainline.kernel.org-clang, 11a299a7)
 2024-09-26 14:13 UTC 

[PATCH 03/13] scsi: hisi_sas: Add firmware information check
 2024-09-26 14:12 UTC 

[esmil:d1-6.11.y 31/47] sound/soc/sunxi/sun20i-codec.c:427:14: warning: duplicate 'const' declaration specifier
 2024-09-26 12:20 UTC 

[PATCH net v4] net: systemport: Add error pointer checks in bcm_sysport_map_queues() and bcm_sysport_unmap_queues()
 2024-09-26 10:46 UTC 

[PATCH] cfi: encode cfi normalized integers + kasan/gcov bug in Kconfig
 2024-09-26 10:38 UTC  (3+ messages)

[PATCH v5 2/2] drm/mediatek: Add blend_modes to mtk_plane_init() for different SoCs
 2024-09-26  9:03 UTC 

[PATCH] usb: gadget: eem: Use common error handling code in eem_unwrap()
 2024-09-26  9:03 UTC 

[esmil:d1-6.11.y 41/47] drivers/gpu/drm/panel/panel-sitronix-st7701s.c:426:35: warning: unused variable 'st7701s_ids'
 2024-09-26  8:02 UTC 

next/master build: 172 builds: 2 failed, 170 passed, 10318 warnings (next-20240926)
 2024-09-26  7:05 UTC 

[PATCH 2/4] kcsan, debugfs: refactor set_report_filterlist_whitelist() to return a value
 2024-09-26  5:58 UTC 

[mark:perf/overflow 1/3] drivers/perf/arm_xscale_pmu.c:490:2: error: use of undeclared identifier 'regs'
 2024-09-26  1:52 UTC 

[PATCH] thunderbolt: Use common error handling code in update_property_block()
 2024-09-26  1:52 UTC 

[PATCH v7 2/2] hwmon: (isl28022) new driver for ISL28022 power monitor
 2024-09-26  0:50 UTC 

[PATCH v1 1/1] usb: typec: stusb160x: Make use of i2c_get_match_data()
 2024-09-25 19:53 UTC 

[PATCH v4 3/3] drm/i915/display: Call panel_fitting from pipe_config
 2024-09-25 19:22 UTC 


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