Re: [1/9] selftests/powerpc: Test the preservation of FPU and VMX regs across syscall
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-03-03 10:58:52
From: Michael Ellerman <mpe@ellerman.id.au>
Date: 2016-03-03 10:58:52
On Mon, 2016-29-02 at 06:53:43 UTC, Cyril Bur wrote:
Test that the non volatile floating point and Altivec registers get correctly preserved across the fork() syscall. fork() works nicely for this purpose, the registers should be the same for both parent and child Signed-off-by: Cyril Bur <redacted>
Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/01127f1ead4cef75e2b9b309e0 cheers