Re: [PATCH] riscv: selftests: Add signal handling vector tests

From: Andy Chiu
Date: Mon Apr 08 2024 - 23:02:04 EST


On Thu, Apr 4, 2024 at 1:47 PM Björn Töpel <bjorn@xxxxxxxxxx> wrote:
>
> Charlie Jenkins <charlie@xxxxxxxxxxxx> writes:
>
> > Add two tests to check vector save/restore when a signal is received
> > during a vector routine. One test ensures that a value is not clobbered
> > during signal handling. The other verifies that vector registers
> > modified in the signal handler are properly reflected when the signal
> > handling is complete.
> >
> > Signed-off-by: Charlie Jenkins <charlie@xxxxxxxxxxxx>
>
> Nice!
>
> Reviewed-by: Björn Töpel <bjorn@xxxxxxxxxxxx>

Thanks!

Reviewed-by: Andy Chiu <andy.chiu@xxxxxxxxxx>
Tested-by: Andy Chiu <andy.chiu@xxxxxxxxxx>