diff options
| author | Ganesh Goudar <ganeshgr@linux.ibm.com> | 2022-01-07 19:44:27 +0530 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2022-03-08 00:04:59 +1100 |
| commit | 0f4ef8a3bf784f250abc7d0155ae4e9fa22d8210 (patch) | |
| tree | a8b7a15932752b7181a8b03ed1cb26604f292ad3 /tools/testing/selftests/powerpc/Makefile | |
| parent | 0f54bddefe7f5e4c98bea6f945ebdf85d1c44117 (diff) | |
selftests/powerpc: Add test for real address error handling
Add test for real address or control memory address access
error handling, using NX-GZIP engine.
The error is injected by accessing the control memory address
using illegal instruction, on successful handling the process
attempting to access control memory address using illegal
instruction receives SIGBUS.
Signed-off-by: Ganesh Goudar <ganeshgr@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20220107141428.67862-2-ganeshgr@linux.ibm.com
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
| -rw-r--r-- | tools/testing/selftests/powerpc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile index 0830e63818c1..4830372d7416 100644 --- a/tools/testing/selftests/powerpc/Makefile +++ b/tools/testing/selftests/powerpc/Makefile @@ -31,7 +31,8 @@ SUB_DIRS = alignment \ vphn \ math \ ptrace \ - security + security \ + mce endif |
