diff options
| author | Benjamin Gray <bgray@linux.ibm.com> | 2023-06-19 17:36:27 +1000 |
|---|---|---|
| committer | Michael Ellerman <mpe@ellerman.id.au> | 2023-06-19 17:36:28 +1000 |
| commit | bdb07f35a52f40c461c7da06ddcbaca1950fb9e0 (patch) | |
| tree | 2d3ef35d8ef3bede854c1a35e73ae2f9e03ae776 /tools/testing/selftests/powerpc/Makefile | |
| parent | b9125c9aa043a7556626e1aafb3190c61c1e2b2b (diff) | |
| download | lwn-bdb07f35a52f40c461c7da06ddcbaca1950fb9e0.tar.gz lwn-bdb07f35a52f40c461c7da06ddcbaca1950fb9e0.zip | |
selftests/powerpc/dexcr: Add hashst/hashchk test
Test the kernel DEXCR[NPHIE] interface and hashchk exception handling.
Introduces with it a DEXCR utils library for common DEXCR operations.
Volatile is used to prevent the compiler optimising away the signal
tests.
Signed-off-by: Benjamin Gray <bgray@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://msgid.link/20230616034846.311705-11-bgray@linux.ibm.com
Diffstat (limited to 'tools/testing/selftests/powerpc/Makefile')
| -rw-r--r-- | tools/testing/selftests/powerpc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/powerpc/Makefile b/tools/testing/selftests/powerpc/Makefile index ae2bfc0d822f..49f2ad1793fd 100644 --- a/tools/testing/selftests/powerpc/Makefile +++ b/tools/testing/selftests/powerpc/Makefile @@ -17,6 +17,7 @@ SUB_DIRS = alignment \ benchmarks \ cache_shape \ copyloops \ + dexcr \ dscr \ mm \ nx-gzip \ |
