Re: [PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c

2025-04-05 Thread patchwork-bot+linux-riscv
Hello: This patch was applied to riscv/linux.git (for-next) by Alexandre Ghiti : On Thu, 06 Mar 2025 20:49:27 +0100 you wrote: > Vector registers are zero initialized by the kernel. Stop accepting > "all ones" as a clean value. > > Note that this was not working as expected given that > va

Re: [PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c

2025-04-04 Thread Ignacio Encinas Rubio
Gentle ping :) On 6/3/25 20:49, Ignacio Encinas wrote: > Vector registers are zero initialized by the kernel. Stop accepting > "all ones" as a clean value. > > Note that this was not working as expected given that > value == 0xff > can be assumed to be always false by the compiler as value'

Re: [PATCH v2] selftests: riscv: fix v_exec_initval_nolibc.c

2025-03-30 Thread Alexandre Ghiti
Hi ignacio, On 30/03/2025 13:12, Ignacio Encinas Rubio wrote: Gentle ping :) No worries, it's either being merged in 6.15-rc1 or rc2! Thanks, Alex On 6/3/25 20:49, Ignacio Encinas wrote: Vector registers are zero initialized by the kernel. Stop accepting "all ones" as a clean value. N