llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-22 23:39:08 to 2024-03-28 08:19:40 UTC [more...]

[PATCH v4 0/8] CFI for ARM32 using LLVM
 2024-03-28  8:19 UTC  (9+ messages)
` [PATCH v4 1/8] ARM: bugs: Check in the vtable instead of defined aliases
` [PATCH v4 2/8] ARM: ftrace: Define ftrace_stub_graph
` [PATCH v4 3/8] ARM: mm: Make tlbflush routines CFI safe
` [PATCH v4 4/8] ARM: mm: Rewrite cacheflush vtables in CFI safe C
` [PATCH v4 5/8] ARM: mm: Define prototypes for all per-processor calls
` [PATCH v4 6/8] ARM: lib: Annotate loop delay instructions for CFI
` [PATCH v4 7/8] ARM: hw_breakpoint: Handle CFI breakpoints
` [PATCH v4 8/8] ARM: Support CLANG CFI

[PATCH v3 0/9] CFI for ARM32 using LLVM
 2024-03-28  8:18 UTC  (4+ messages)
` [PATCH v3 7/9] ARM: page: Turn highpage accesses into static inlines

[PATCH] dmaengine: owl: fix register access functions
 2024-03-28  7:39 UTC  (2+ messages)

[ardb:x86-efi-peheader-backport-for-v5.15 53/76] drivers/firmware/efi/libstub/randomalloc.c:120:21: warning: comparison of distinct pointer types ('typeof (md->phys_addr) *' (aka 'unsigned long long *') and 'typeof (alloc_min) *' (aka 'unsigned long *'))
 2024-03-28  7:12 UTC 

[axboe-block:io_uring-ring-map 12/12] io_uring/memmap.c:328:1: warning: non-void function does not return a value in all control paths
 2024-03-28  7:12 UTC 

[openeuler:OLK-6.6 3966/6925] drivers/net/ethernet/huawei/hinic/hinic_nic_dbg.c:255:9: warning: arithmetic between different enumeration types ('enum hinic_node_id' and 'enum hinic_fault_err_level')
 2024-03-28  2:13 UTC 

[PATCH net-next v3] octeontx2-pf: remove unused variables req_hdr and rsp_hdr
 2024-03-28  2:07 UTC 

[PATCH net-next v7 07/16] net: dsa: vsc73xx: Add vlan filtering
 2024-03-28  1:31 UTC 

[Intel-wired-lan] [PATCH iwl-next v1 5/5] ixgbe: Enable link management in E610 device
 2024-03-28  0:58 UTC 

[WIP 0/3] Memory model and atomic API in Rust
 2024-03-27 23:35 UTC  (64+ messages)
` [WIP 1/3] rust: Introduce atomic module
` [WIP 2/3] rust: atomic: Add ARM64 fetch_add_relaxed()
` [WIP 3/3] rust: atomic: Add fetch_sub_release()

[PATCH 1/2] block: track per-node I/O latency
 2024-03-27 20:59 UTC 

[PATCH] Documentation/llvm: Note s390 LLVM=1 support with LLVM 18.1.0 and newer
 2024-03-27 17:20 UTC 

[PATCH 0/9] enabled -Wformat-truncation for clang
 2024-03-27 17:08 UTC  (21+ messages)
` [PATCH 1/9] fbdev: shmobile: fix snprintf truncation
` [PATCH 2/9] enetc: avoid truncating error message
` [PATCH 3/9] qed: avoid truncating work queue length
  ` [EXTERNAL] "
` [PATCH 4/9] mlx5: avoid truncating error message
  ` [EXTERNAL] "
` [PATCH 5/9] surface3_power: avoid format string truncation warning
` [PATCH 6/9] Input: IMS: fix printf string overflow
` [PATCH 7/9] scsi: mylex: fix sysfs buffer lengths
` [PATCH 8/9] ALSA: aoa: avoid false-positive format truncation warning
` [PATCH 9/9] kbuild: enable -Wformat-truncation on clang

[RESEND v3 2/2] drm: Add CONFIG_DRM_WERROR
 2024-03-27 16:33 UTC  (4+ messages)

[PATCH 07/10] mm: Convert arch_clear_hugepage_flags to take a folio
 2024-03-27 15:48 UTC 

FAILED: Patch "powerpc: xor_vmx: Add '-mhard-float' to CFLAGS" failed to apply to 5.10-stable tree
 2024-03-27 15:16 UTC  (2+ messages)

[linux-next:master 1131/2169] drivers/pwm/pwm-stm32.c:662:8: error: call to undeclared function 'devm_clk_rate_exclusive_get'; ISO C99 and later do not support implicit function declarations
 2024-03-27 14:15 UTC 

[PATCH] riscv: Mark __se_sys_* functions __used
 2024-03-27 14:00 UTC  (7+ messages)

FAILED: Patch "powerpc: xor_vmx: Add '-mhard-float' to CFLAGS" failed to apply to 4.19-stable tree
 2024-03-27 12:27 UTC 

FAILED: Patch "drm/amd/display: Increase frame-larger-than for all display_mode_vba files" failed to apply to 4.19-stable tree
 2024-03-27 12:26 UTC 

FAILED: Patch "powerpc: xor_vmx: Add '-mhard-float' to CFLAGS" failed to apply to 5.4-stable tree
 2024-03-27 12:23 UTC 

FAILED: Patch "drm/amd/display: Increase frame-larger-than for all display_mode_vba files" failed to apply to 5.4-stable tree
 2024-03-27 12:22 UTC 

FAILED: Patch "drm/amd/display: Increase frame-larger-than for all display_mode_vba files" failed to apply to 5.10-stable tree
 2024-03-27 12:19 UTC 

FAILED: Patch "drm/amd/display: Increase frame-larger-than for all display_mode_vba files" failed to apply to 6.8-stable tree
 2024-03-27 12:07 UTC 

[linux-next:master 1915/2169] sound/soc/codecs/rk3308_codec.c:956:34: warning: unused variable 'rk3308_codec_of_match'
 2024-03-27 11:42 UTC 

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-03-27  9:22 UTC  (14+ messages)
` [PATCH 01/12] kbuild: make -Woverride-init warnings more consistent
` [PATCH 05/12] firmware: dmi-id: add a release callback function
` [PATCH 06/12] nouveau: fix function cast warning
` [PATCH 07/12] cxlflash: fix function pointer cast warnings
` [PATCH 08/12] x86: math-emu: fix function "

[RFC PATCH v2 1/4] tracing: add __print_sym() to replace __print_symbolic()
 2024-03-27  4:21 UTC 

[PATCH 1/3] ALSA: hda/tas2781: remove digital gain kcontrol
 2024-03-27  4:21 UTC 

[broonie-ci:filepKh54x 2/4] drivers/spi/spi-pxa2xx.c:947:22: warning: unused variable 'message'
 2024-03-27  2:15 UTC 

[axboe-block:io_uring-recvsend-bundle 4/11] io_uring/io_uring.c:1228:73: warning: parameter 'tw_flags' set but not used
 2024-03-27  2:15 UTC 

[geert-renesas-drivers:master 23/30] drivers/scsi/hisi_sas/hisi_sas_v2_hw.c:3548:3: error: use of undeclared identifier 'sas_ata_sdev_attr_group'
 2024-03-27  2:05 UTC 

[PATCH] ASoC: sti: uniperif: fix the undefined bitwise shift behavior problem
 2024-03-27  1:15 UTC 

✅ PASS (MISSED 15 of 204): Test report for master (6.9.0-rc1, mainline.kernel.org-clang, 928a87ef)
 2024-03-26 14:31 UTC 

[PATCH net v2 2/2] octeontx2-pf: remove unused variables req_hdr and rsp_hdr
 2024-03-26 14:27 UTC  (2+ messages)

[broonie-ci:fileECoqy0 5/6] sound/soc/generic/simple-card-utils.c:755:14: error: no member named 'gpio' in 'struct snd_soc_jack_gpio'
 2024-03-26 14:00 UTC  (2+ messages)

[PATCH 07/12] drm: Switch DRM_DISPLAY_HELPER to depends on
 2024-03-26 13:20 UTC 

[driver-core:debugfs_cleanup 6/7] drivers/platform/x86/amd/hsmp.c:696:36: error: no member named 'dev' in 'struct hsmp_plat_device'
 2024-03-26 12:58 UTC 

[jarkko-tpmdd:kprobes-v5 2/2] arch/riscv/kernel/execmem.c:8:56: warning: omitting the parameter name in a function definition is a C23 extension
 2024-03-26 12:47 UTC 

[pci:enumeration 28/28] drivers/mfd/intel-lpss-pci.c:57:42: error: use of undeclared identifier 'PCI_IRQ_LEGACY'; did you mean '__WQ_LEGACY'?
 2024-03-26 11:34 UTC 

[PATCH v1 net 1/8] tcp: Fix bind() regression for v6-only wildcard and v4-mapped-v6 non-wildcard addresses
 2024-03-26 11:11 UTC 

[wens:random-stuff 1/9] drivers/clk/meson/meson8b.c:3803:14: warning: unused variable 'notifier_clk'
 2024-03-26  9:23 UTC 

[PATCH 1/7] mm/mm_init.c: remove the useless dma_reserve
 2024-03-26  8:27 UTC 

[intel-tdx:guest-tdx-setup 6/22] arch/x86/hyperv/ivm.c:551:3: error: use of undeclared identifier 'result'
 2024-03-26  5:39 UTC 

[broonie-ci:v2_20240223_louis_chauvet_add_multi_mode_support_for_omap_mcspi 2/3] drivers/spi/spi-omap2-mcspi.c:1265:7: warning: unused variable 'word_delay_is_zero'
 2024-03-25 21:55 UTC 

[arm-integrator:b4/arm32-cfi 4/10] arch/arm/mm/cache.c:14:13: error: redefinition of 'nop_flush_icache_all'
 2024-03-25 21:44 UTC 

[PATCH v3] selftests/mm: Fix ARM related issue with fork after pthread_create
 2024-03-25 20:04 UTC  (2+ messages)

[PATCH 2/2] octeontx2-pf: remove unused variables req_hdr and rsp_hdr
 2024-03-25 15:36 UTC  (3+ messages)
  ` [EXTERNAL] "

[PATCH] ASoC: sti: uniperif: fix the undefined bitwise shift behavior problem
 2024-03-25 14:25 UTC  (2+ messages)

[crng-random:master 2/2] arch/x86/coco/core.c:189:2: error: call to undeclared function 'memzero_explicit'; ISO C99 and later do not support implicit function declarations
 2024-03-25 12:57 UTC  (2+ messages)

✅ PASS (MISSED 5 of 204): Test report for master (6.9.0-rc1, mainline.kernel.org-clang, 4cece764)
 2024-03-25 10:11 UTC 

[PATCH 6.1 000/451] 6.1.83-rc1 review
 2024-03-25  9:41 UTC 

include/linux/framer/framer.h:184:16: warning: no previous prototype for function 'framer_get'
 2024-03-25  9:20 UTC  (2+ messages)

[PATCH 00/11] Bump the minimum supported version of LLVM to 13.0.1
 2024-03-25  4:42 UTC  (2+ messages)

next/master build: 173 builds: 12 failed, 161 passed, 13 errors, 331 warnings (next-20240325)
 2024-03-25  4:05 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0, mainline.kernel.org-clang, 5e74df2f)
 2024-03-25  2:51 UTC 

[cel:nfsd-5.15.y 1/391] include/linux/fsnotify.h:235:52: error: too few arguments to function call, expected 6, have 5
 2024-03-25  0:47 UTC 

[PATCH 6.6 399/638] perf srcline: Add missed addr2line closes
 2024-03-24 22:58 UTC  (2+ messages)
` [PATCH 6.6 467/638] arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang

[PATCH 6.7 446/713] perf srcline: Add missed addr2line closes
 2024-03-24 22:44 UTC  (2+ messages)
` [PATCH 6.7 522/713] arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang

[PATCH 6.8 414/715] perf srcline: Add missed addr2line closes
 2024-03-24 22:31 UTC  (2+ messages)
` [PATCH 6.8 494/715] arm64: ftrace: Don't forbid CALL_OPS+CC_OPTIMIZE_FOR_SIZE with Clang

vmlinux.o: warning: objtool: set_ftrace_ops_ro+0x3e: relocation to !ENDBR: hpet_clkevt_set_state_shutdown+0x2e
 2024-03-24 11:26 UTC 

[PATCH] powerpc: ps3: mark ps3_notification_device static for stack usage
 2024-03-24  1:23 UTC  (6+ messages)
` [PATCH] powerpc: Fix PS3 allmodconfig warning

[PATCH v2 1/2] mm/ksm: fix ksm exec support for prctl
 2024-03-24  0:03 UTC 

[alobakin:idpf-libie-new 57/70] include/net/libeth/xsk.h:12:15: error: use of undeclared identifier 'XDP_TXMD_FLAGS_VALID'
 2024-03-23 23:22 UTC 

ERROR: modpost: "devm_drm_of_get_bridge" [drivers/usb/typec/mux/ptn36502.ko] undefined!
 2024-03-23 21:30 UTC 

[alobakin:idpf-libie-new 59/69] drivers/net/ethernet/intel/idpf/idpf_txrx.h:733:1: error: static assertion failed due to requirement 'sizeof(struct idpf_tx_queue) == (((((((64) + ((int)((1 << 6)) - 1)) & ~((int)((1 << 6)) - 1)) + (((96) + ((int)((1 << 6)) - 1)) & ~((int)((1 << 6)) - 1))
 2024-03-23 21:30 UTC 

[arnd-playground:to-build 17/87] drivers/base/bus.c:677:8: error: assigning to 'int' from incompatible type 'void'
 2024-03-23 20:59 UTC 

[alobakin:idpf-libie-new 59/69] drivers/net/ethernet/intel/idpf/idpf_txrx.h:733:1: error: static assertion failed due to requirement 'sizeof(struct idpf_tx_queue) == (((((((64) + ((int)((1 << (6))) - 1)) & ~((int)((1 << (6))) - 1)) + (((96) + ((int)((1 << (6))) - 1)) & ~((int)((1 << (6)
 2024-03-23 19:17 UTC 

[akpm-mm:mm-unstable 115/141] mm/gup.c:536:22: error: call to undeclared function 'pud_pfn'; ISO C99 and later do not support implicit function declarations
 2024-03-23 17:38 UTC  (2+ messages)

[crng-random:master 1/2] arch/x86/include/asm/archrandom.h:25:2: error: call to undeclared function 'WARN_ON'; ISO C99 and later do not support implicit function declarations
 2024-03-23 16:01 UTC 

✅ PASS (MISSED 5 of 204): Test report for master (6.8.0, mainline.kernel.org-clang, e3111d9c)
 2024-03-23 13:11 UTC 

[broonie-misc:arm64-gcs 48/48] mm/huge_memory.c:2607:43: warning: format specifies type 'unsigned long' but the argument has type 'struct vm_area_struct *'
 2024-03-23 10:08 UTC 

vmlinux.o: warning: objtool: set_ftrace_ops_ro+0x3e: relocation to !ENDBR: kprobe_emulate_jcc+0xe
 2024-03-23  8:56 UTC 

[PATCH vhost v4 3/6] virtio: find_vqs: pass struct instead of multi parameters
 2024-03-23  0:29 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).