llvm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-08 08:05:52 to 2024-04-12 22:07:38 UTC [more...]

[PATCH v4 0/8] CFI for ARM32 using LLVM
 2024-04-12 22:07 UTC  (3+ messages)

[PATCH] [RFC] xfrm: work around a clang-19 fortifiy-string false-positive
 2024-04-12 21:21 UTC  (8+ messages)

[PATCH] kallsyms: replace deprecated strncpy with strscpy
 2024-04-12 20:20 UTC  (2+ messages)

[PATCH] selftests/harness: remove use of LINE_MAX
 2024-04-12 19:30 UTC  (3+ messages)

[PATCH] selftests: adopt BPF's approach to quieter builds
 2024-04-12 16:16 UTC  (2+ messages)

[PATCH] kselftest: Mark functions that unconditionally call exit() as __noreturn
 2024-04-12 16:11 UTC  (6+ messages)

[axboe-block:rw_iter 427/438] drivers/firmware/xilinx/zynqmp-debug.c:165:14: error: call to undeclared function 'iterdup_user'; ISO C99 and later do not support implicit function declarations
 2024-04-12 15:03 UTC 

[PATCH 06/19] riscv: Extend cpufeature.c to detect vendor extensions
 2024-04-12 14:44 UTC 

[PATCH 3/4] scsi: ufs: Make the polling code report which command has been completed
 2024-04-12 14:44 UTC 

[axboe-block:rw_iter 130/438] drivers/firmware/tegra/bpmp-debugfs.c:380:24: error: too few arguments to function call, expected 2, have 1
 2024-04-12 10:56 UTC 

[PATCH 00/12] kbuild: enable some -Wextra warnings by default
 2024-04-12  9:42 UTC  (6+ messages)
` [PATCH 05/12] firmware: dmi-id: add a release callback function

[rostedt-trace:trace/ring-buffer-prealloc 10/19] kernel/trace/trace.c:9232:7: error: no member named 'mapped' in 'struct trace_array'
 2024-04-12  6:44 UTC 

[bcachefs:bcachefs-testing 129/130] fs/bcachefs/btree_locking.h:428:69: warning: omitting the parameter name in a function definition is a C2x extension
 2024-04-12  6:34 UTC 

[kvm:queue 23/29] kernel/events/uprobes.c:160:28: error: variable has incomplete type 'struct mmu_notifier_range'
 2024-04-12  6:12 UTC 

[PATCH 2/2] serial: exar: adding CTI PCI/PCIe serial port support to 8250_exar
 2024-04-12  5:17 UTC 

[mkp-scsi:for-next 112/118] drivers/usb/storage/uas.c:828:3: error: implicit declaration of function 'blk_queue_max_hw_sectors' is invalid in C99
 2024-04-12  5:07 UTC 

[bcachefs:bcachefs-testing 129/130] fs/bcachefs/btree_locking.h:428:69: warning: omitting the parameter name in a function definition is a C23 extension
 2024-04-12  5:05 UTC 

[PATCH net-next v6 2/4] ethtool: provide customized dim profile management
 2024-04-12  4:39 UTC  (2+ messages)

[akpm-mm:mm-unstable 364/372] mm/memory.c:4169:3: error: call to undeclared function 'count_mthp_stat'; ISO C99 and later do not support implicit function declarations
 2024-04-12  2:58 UTC  (3+ messages)

[akpm-mm:mm-unstable 360/372] ld.lld: error: duplicate symbol: swap_free_nr
 2024-04-12  2:56 UTC  (4+ messages)

[net-next:main 26/50] net/ipv4/tcp.c:4673:2: error: call to '__compiletime_assert_1030' declared with 'error' attribute: BUILD_BUG_ON failed: offsetof(struct tcp_sock, __cacheline_group_end__tcp_sock_write_txrx) - offsetofend(struct tcp_sock, __cacheline_group_begin__tcp_sock_
 2024-04-12  1:37 UTC  (8+ messages)

[RFC 06/10] fs/dax: Add dax_page_free callback
 2024-04-11 23:34 UTC 

[PATCH v7 iwl-next 05/12] ice: Move CGU block
 2024-04-11 23:23 UTC 

[RFC 08/10] fs/dax: Properly refcount fs dax pages
 2024-04-11 21:08 UTC 

[PATCH v3 0/6] Fix mlx5 write combining support on new ARM64 cores
 2024-04-11 20:24 UTC  (9+ messages)
` [PATCH v3 1/6] x86: Stop using weak symbols for __iowrite32_copy()
` [PATCH v3 2/6] s390: Implement __iowrite32_copy()
` [PATCH v3 3/6] s390: Stop using weak symbols for __iowrite64_copy()
` [PATCH v3 4/6] arm64/io: Provide a WC friendly __iowriteXX_copy()
` [PATCH v3 5/6] net: hns3: Remove io_stop_wc() calls after __iowrite64_copy()
` [PATCH v3 6/6] IB/mlx5: Use __iowrite64_copy() for write combining stores

❌ FAIL (MISSED 21 of 204): Test report for master (6.9.0-rc3, mainline.kernel.org-clang, 2c71fdf0)
 2024-04-11 19:20 UTC 

[RFC PATCH v1] riscv kernel control flow integrity
 2024-04-11 18:33 UTC  (19+ messages)
` [RFC PATCH 01/12] riscv: zicfiss / zicfilp extension csr and bit definitions
` [RFC PATCH 02/12] riscv: add landing pad for asm routines
` [RFC PATCH 03/12] riscv: after saving expected landing pad (elp), clear elp state
` [RFC PATCH 04/12] riscv: update asm call sites with label setup
` [RFC PATCH 05/12] riscv: fix certain indirect jumps for kernel cfi
` [RFC PATCH 06/12] scs: place init shadow stack in .shadowstack section
` [RFC PATCH 07/12] riscv/mm: prepare shadow stack for init task for kernel cfi
` [RFC PATCH 08/12] riscv: dynamic (zicfiss) shadow call stack support
` [RFC PATCH 09/12] scs: kernel shadow stack with hardware assistance
` [RFC PATCH 10/12] riscv/traps: Introduce software check exception
` [RFC PATCH 11/12] riscv: Kconfig & Makefile for riscv kernel control flow integrity
` [RFC PATCH 12/12] riscv: enable kernel shadow stack and landing pad enforcement

[PATCH vhost 4/6] virtio_net: big mode support premapped
 2024-04-11 16:34 UTC 

[PATCH v3 0/3] RDMA/mana_ib: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-11 14:50 UTC  (9+ messages)

[axboe-block:rw_iter 320/415] arch/powerpc/platforms/powernv/opal-prd.c:171:12: error: no member named 'ki_os' in 'struct kiocb'; did you mean 'ki_pos'?
 2024-04-11 14:31 UTC 

[PATCH v1 0/2] gpiolib: acpi: A couple of error checks amendmends
 2024-04-11 13:37 UTC  (5+ messages)
` [PATCH v1 1/2] gpiolib: acpi: Remove never true check in acpi_get_gpiod_by_index()
` [PATCH v1 2/2] gpiolib: acpi: Check for errors first in acpi_find_gpio()

[axboe-block:rw_iter 204/415] drivers/misc/ibmvmc.c:1040:35: error: expected ';' at end of declaration
 2024-04-11 13:26 UTC 

[axboe-block:rw_iter 205/415] drivers/misc/cxl/file.c:422:9: error: conflicting types for 'afu_read'
 2024-04-11 13:12 UTC 

[rostedt-trace:trace/ring-buffer-prealloc 17/19] kernel/trace/trace.c:7534:37: warning: unused variable 'last_boot_fops'
 2024-04-11 12:59 UTC 

[hid:for-6.10/hid-bpf 5/7] ld.lld: error: undefined symbol: hid_input_report
 2024-04-11 11:43 UTC 

next/master build: 163 builds: 4 failed, 159 passed, 2 errors, 274 warnings (next-20240411)
 2024-04-11 11:15 UTC 

[rppt:execmem/v4+x86-rox 16/23] arch/um/kernel/um_arch.c:473:7: warning: no previous prototype for function 'text_poke_copy'
 2024-04-11 10:29 UTC 

[akpm-mm:mm-unstable 360/372] include/linux/swap.h:565:6: warning: no previous prototype for function 'swap_free_nr'
 2024-04-11  9:57 UTC  (3+ messages)

[PATCH] ARM: Add a memory clobber to the fmrx instruction
 2024-04-11  7:02 UTC  (6+ messages)
    ` [PATCH v2] "

[rostedt-trace:trace/ring-buffer-prealloc 19/19] kernel/trace/trace_output.c:1015:59: error: no member named 'text_delta' in 'struct trace_array'
 2024-04-11  6:11 UTC 

[rostedt-trace:trace/ring-buffer-prealloc 16/19] WARNING: modpost: vmlinux: section mismatch in reference: rb_range_meta_init+0xb8 (section: .text) -> rb_data_ptr (section: .init.data)
 2024-04-11  4:57 UTC 

[rostedt-trace:trace/ring-buffer-prealloc 17/19] kernel/trace/trace.c:6046:11: error: no member named 'text_delta' in 'struct trace_array'
 2024-04-11  4:36 UTC 

[PATCH v7 3/3] dmaengine: add driver for Sophgo CV18XX/SG200X dmamux
 2024-04-11  4:14 UTC 

[RFC PATCH v3 01/10] KVM: VMX: Virtualize Intel IA32_SPEC_CTRL
 2024-04-11  4:15 UTC 

[Intel-wired-lan] [PATCH v6 07/11] x86/tsc: Remove art to tsc conversion functions which are obsolete
 2024-04-11  1:43 UTC 

[net:main 2/2] ld.lld: error: undefined symbol: r8169_remove_leds
 2024-04-11  1:42 UTC 

[axboe-block:rw_iter 295/367] arch/s390/kernel/sysinfo.c:512:29: error: use of undeclared identifier 'file'
 2024-04-10 21:55 UTC 

More annoying code generation by clang
 2024-04-10 19:23 UTC  (2+ messages)

[rppt:execmem/v4+x86-rox 16/24] arch/x86/um/../kernel/module.c:186:11: error: use of undeclared identifier 'text_poke'; did you mean 'next_zone'?
 2024-04-10 19:10 UTC 

[rppt:execmem/v4+x86-rox 16/24] arch/x86/um/../kernel/module.c:194:3: error: call to undeclared function 'text_poke_sync'; ISO C99 and later do not support implicit function declarations
 2024-04-10 19:10 UTC 

[axboe-block:rw_iter 293/367] drivers/s390/char/monreader.c:363:32: error: use of undeclared identifier 'filp'
 2024-04-10 16:14 UTC 

[PATCH v3 0/1] RISC-V: enable rust
 2024-04-10 14:20 UTC  (4+ messages)
` [PATCH v3 1/1] RISC-V: enable building 64-bit kernels with rust support

[PATCH v4 4/4] x86/snp: Convert shared memory back to private on kexec
 2024-04-10 14:17 UTC 

[axboe-block:rw_iter 287/367] drivers/s390/char/hmcdrv_dev.c:73:15: error: use of undeclared identifier 'hmcdrv_dev_read_iter'; did you mean 'hmcdrv_dev_read'?
 2024-04-10 13:04 UTC 

next/master build: 176 builds: 4 failed, 172 passed, 2 errors, 299 warnings (next-20240410)
 2024-04-10 11:34 UTC 

[axboe-block:rw_iter 74/367] drivers/s390/block/dasd.c:908:43: error: too few arguments to function call, expected 3, have 2
 2024-04-10 11:30 UTC 

[rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy'
 2024-04-10 10:59 UTC 

[rppt:execmem/v4+x86-rox 18/23] mm/execmem.c:69:undefined reference to `text_poke_copy'
 2024-04-10 10:59 UTC 

[PATCH v2 3/3] btf: Avoid weak external references
 2024-04-10  6:35 UTC  (2+ messages)

[PATCH 2/3] riscv: dts: thead: Add XuanTie TH1520 ADC device node
 2024-04-10  6:23 UTC 

[linusw-gpio:b4/descriptors-wireless 2/2] drivers/gpio/gpio-ath79.c:240:32: error: use of undeclared identifier 'pdev'; did you mean 'dev'?
 2024-04-10  5:41 UTC 

[rppt:execmem/v4+x86-rox 21/22] mm/execmem.c:192:2: error: call to undeclared function 'flush_tlb_kernel_range'; ISO C99 and later do not support implicit function declarations
 2024-04-10  3:55 UTC 

[axboe-block:rw_iter 74/317] drivers/s390/block/dasd.c:904:19: error: use of undeclared identifier 'user_len'
 2024-04-10  2:08 UTC 

[axboe-block:rw_iter 258/317] arch/s390/kernel/debug.c:458:9: error: redefinition of 'count'
 2024-04-10  1:43 UTC 

[rppt:execmem/v4+x86-rox 18/22] include/linux/text-patching.h:5:10: fatal error: 'asm/text-patching.h' file not found
 2024-04-10  0:39 UTC 

[PATCH] selftests: kselftest_harness: Print empty string, not empty fmt on PASS/FAIL
 2024-04-10  0:14 UTC  (5+ messages)

[rppt:execmem/v4+x86-rox 20/22] arch/um/kernel/um_arch.c:440:6: error: conflicting types for 'apply_seal_endbr'
 2024-04-09 23:57 UTC 

[arm:csi-v6 3/7] drivers/staging/media/imx/imx6-mipi-csi2.c:649:3: error: field designator 'g_frame_interval' does not refer to any field in type 'const struct v4l2_subdev_video_ops'
 2024-04-09 23:03 UTC 

[linusw-gpio:b4/descriptors-wireless 2/2] drivers/gpio/gpio-ath79.c:263:1: warning: non-void function does not return a value
 2024-04-09 23:03 UTC 

[axboe-block:rw_iter 289/304] drivers/media/dvb-core/dvb_ca_en50221.c:1447: warning: Function parameter or struct member 'iocb' not described in 'dvb_ca_en50221_io_write'
 2024-04-09 22:50 UTC 

[PATCH] mm: page_alloc: consolidate free page accounting fix 3
 2024-04-09 22:36 UTC  (2+ messages)

[brauner-vfs:vfs.misc 14/14] drivers/accel/qaic/qaic_drv.c:189:1: error: expected expression
 2024-04-09 21:48 UTC 

[axboe-block:rw_iter 90/238] drivers/scsi/lpfc/lpfc_debugfs.c:3141: warning: Function parameter or struct member 'from' not described in 'lpfc_idiag_cmd_get'
 2024-04-09 19:40 UTC 

[PATCH 0/4] Enable more warnings by default
 2024-04-09 18:42 UTC  (4+ messages)
  ` [PATCH 1/4] kbuild: turn on -Wextra "

[PATCH v2 3/3] ALSA: hda/tas2781: Firmware load for tas2781 driver for SPI
 2024-04-09 18:26 UTC 

[PATCH v2 2/3] ALSA: hda/tas2781: Main code of tas2781 driver for SPI
 2024-04-09 17:00 UTC 

[mcgrof:20240408-lbs-scsi-kludge 14/23] drivers/nvme/host/core.c:2013:24: warning: explicitly assigning value of variable of type 'unsigned int' to itself
 2024-04-09 12:24 UTC 

[WIP 0/3] Memory model and atomic API in Rust
 2024-04-09 10:50 UTC  (19+ messages)

[axboe-block:rw_iter 139/153] arch/x86/kernel/cpu/mce/dev-mcelog.c:212:26: error: use of undeclared identifier 'buf'
 2024-04-09  9:49 UTC 

✅ PASS (MISSED 31 of 204): Test report for master (6.9.0-rc3, mainline.kernel.org-clang, 20cb38a7)
 2024-04-09  9:41 UTC 

[axboe-block:rw_iter 215/222] drivers/iio/iio_core.h:66:41: warning: declaration of 'struct kiocb' will not be visible outside of this function
 2024-04-09  9:29 UTC 

[PATCH] powerpc: Fix fatal warnings flag for LLVM's integrated assembler
 2024-04-09  8:57 UTC  (2+ messages)

[PATCH v2 1/2] gpiolib: Fix a mess with the GPIO_* flags
 2024-04-09  8:12 UTC 

[PATCH net-next 2/3] net: dsa: allow DSA switch drivers to provide their own phylink mac ops
 2024-04-09  8:04 UTC  (2+ messages)

[PATCH 2/3] [v2] staging: rtl8723bs: convert strncpy to strscpy
 2024-04-09  7:10 UTC  (3+ messages)

[axboe-block:rw_iter 161/222] fs/ubifs/debug.c:2690: warning: Function parameter or struct member 'iocb' not described in 'provide_user_output'
 2024-04-09  5:52 UTC 

[PATCH] mm: vmscan: do not skip CMA while LRU is full of CMA folios
 2024-04-09  4:54 UTC  (4+ messages)

[axboe-block:rw_iter 85/222] drivers/mtd/ubi/upd.c:380: warning: Function parameter or struct member 'from' not described in 'ubi_more_leb_change_data'
 2024-04-09  3:25 UTC 

[PATCH] [v2] cxlflash: fix function pointer cast warnings
 2024-04-09  3:08 UTC  (2+ messages)

[PATCH 2/3] kernel/pid: Remove default pid_max value
 2024-04-09  1:38 UTC 

[PATCH v3 1/3] net: mana: Add flex array to struct mana_cfg_rx_steer_req_v2
 2024-04-08 21:45 UTC  (9+ messages)
` [PATCH v3 2/3] RDMA/mana_ib: Prefer struct_size over open coded arithmetic
` [PATCH v3 3/3] net: mana: Avoid "

[axboe-block:rw_iter 78/144] drivers/misc/eeprom/idt_89hpesx.c:903:55: error: expected ')'
 2024-04-08 20:19 UTC 

[axboe-block:rw_iter 7/153] mm/util.c:244:35: error: passing 'const struct iov_iter *' to parameter of type 'struct iov_iter *' discards qualifiers
 2024-04-08 19:57 UTC 

[PATCH 09/11] staging: rtl8723bs: convert strncpy to strscpy
 2024-04-08 18:15 UTC  (3+ messages)

[linux-next:master 2524/3504] kernel/locking/rtmutex.c:218:9: error: incompatible pointer to integer conversion passing 'typeof (*(((__ai_ptr))))' (aka 'struct task_struct *') to parameter of type 'uintptr_t' (aka 'unsigned long')
 2024-04-08 17:40 UTC  (4+ messages)

[alobakin:idpf-libie-new 56/74] include/net/xdp_sock_drv.h:411:1: error: incomplete result type 'struct xdp_desc_info' in function definition
 2024-04-08 14:39 UTC 

[jirislaby:devel 33/40] drivers/tty/mxser.c:503:13: warning: variable 'baud' is used uninitialized whenever 'if' condition is false
 2024-04-08 13:57 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).