Searched hist:bf9c95e2 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/security/ |
H A D | Makefile | bf9c95e2 Tue Nov 19 20:37:23 CST 2019 Michael Ellerman <mpe@ellerman.id.au> selftests/powerpc: spectre_v2 test must be built 64-bit
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 <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20191120023924.13130-1-mpe@ellerman.id.au bf9c95e2 Tue Nov 19 20:37:23 CST 2019 Michael Ellerman <mpe@ellerman.id.au> selftests/powerpc: spectre_v2 test must be built 64-bit 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 <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20191120023924.13130-1-mpe@ellerman.id.au
|