Re: [PATCH] selftests/powerpc: Fix fpu_signal failures

2024-03-07 Thread Michael Ellerman
On Fri, 01 Mar 2024 21:10:35 +1100, Michael Ellerman wrote: > My recent commit e5d00aaac651 ("selftests/powerpc: Check all FPRs in > fpu_preempt") inadvertently broke the fpu_signal test. > > It needs to take into account that fpu_preempt now loads 32 FPRs, so > enlarge darray. > > Also use the n

[PATCH] selftests/powerpc: Fix fpu_signal failures

2024-03-01 Thread Michael Ellerman
My recent commit e5d00aaac651 ("selftests/powerpc: Check all FPRs in fpu_preempt") inadvertently broke the fpu_signal test. It needs to take into account that fpu_preempt now loads 32 FPRs, so enlarge darray. Also use the newly added randomise_darray() to properly randomise darray. Finally the c