On Mon, Mar 09, 2026 at 06:52:10PM -0700, Charlie Jenkins via B4 Relay wrote: > From: Charlie Jenkins <[email protected]> > > The BIT() macros is used by the validate_v_ptrace() test case, but not > defined. Include linux/bits.h to pull in this definition. To ensure that > the header in the kernel source is used, add tools/include to the header > search path. > > Fixes: 30eb191c895b ("selftests: riscv: verify ptrace rejects invalid vector > csr inputs") > Signed-off-by: Charlie Jenkins <[email protected]> > --- > tools/testing/selftests/riscv/vector/Makefile | 7 +++++-- > tools/testing/selftests/riscv/vector/validate_v_ptrace.c | 1 + > 2 files changed, 6 insertions(+), 2 deletions(-) Reviewed-and-Tested-by: Sergey Matyukevich <[email protected]>
Thanks, Sergey

