Re: [PATCH] selftests/powerpc: spectre_v2 test must be built 64-bit

2019-11-25 Thread Michael Ellerman
On Wed, 2019-11-20 at 02:39:24 UTC, Michael Ellerman wrote: > The spectre_v2 test must be built 64-bit, it includes hand-written asm > that is 64-bit only, and segfaults if built 32-bit. > > Fixes: c790c3d2b0ec ("selftests/powerpc: Add a test of spectre_v2 > mitigations") > Signed-off-by: Michael

[PATCH] selftests/powerpc: spectre_v2 test must be built 64-bit

2019-11-19 Thread Michael Ellerman
The spectre_v2 test must be built 64-bit, it includes hand-written asm that is 64-bit only, and segfaults if built 32-bit. Fixes: c790c3d2b0ec ("selftests/powerpc: Add a test of spectre_v2 mitigations") Signed-off-by: Michael Ellerman --- tools/testing/selftests/powerpc/security/Makefile | 2 ++