Hello:
This patch was applied to riscv/linux.git (for-next) by Alexandre Ghiti alexghiti@rivosinc.com:
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 value == 0xff can be assumed to be always false by the compiler as value's range is [-128, 127]. Both GCC (-Wtype-limits) and clang (-Wtautological-constant-out-of-range-compare) warn about this.
[...]
Here is the summary with links: - [v2] selftests: riscv: fix v_exec_initval_nolibc.c https://git.kernel.org/riscv/c/79ba5c1c7767
You are awesome, thank you!