Re: [PATCH] raid6: fix raid6_recov_rvv symbol undeclared warning

From: Paul Walmsley

Date: Thu Jun 25 2026 - 13:52:34 EST


On Mon, 22 Jun 2026, Ben Dooks wrote:

> The riscv recov_rvv.c should have included pq_arch.h for
> the definition of raid6_recov_rvv. Add the include to
> fix the following sparse warning:
>
> lib/raid/raid6/riscv/recov_rvv.c:218:32: warning: symbol 'raid6_recov_rvv' was not declared. Should it be static?
>
> Signed-off-by: Ben Dooks <ben.dooks@xxxxxxxxxxxxxxx>

Thanks, queued for v7.2-rc.


- Paul