diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-01-02 21:37:36 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-01-03 16:49:24 +1100 |
commit | 6ed361586b323e576fd5536078fe9f2ee7906e61 (patch) | |
tree | 2eac1cb753abdbae19852cea8595557f7f142341 /tools/testing/selftests/powerpc/mm/.gitignore | |
parent | 5769beaf180a892c3fea92937954727fb912bded (diff) |
selftests/powerpc: Add a test of SEGV error behaviour
Add a test case of the error code reported when we take a SEGV on a
mapped but inaccessible area. We broke this recently.
Based on a test case from John Sperbeck <jsperbeck@google.com>.
Acked-by: John Sperbeck <jsperbeck@google.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'tools/testing/selftests/powerpc/mm/.gitignore')
-rw-r--r-- | tools/testing/selftests/powerpc/mm/.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/testing/selftests/powerpc/mm/.gitignore b/tools/testing/selftests/powerpc/mm/.gitignore index e715a3f2fbf4..7d7c42ed6de9 100644 --- a/tools/testing/selftests/powerpc/mm/.gitignore +++ b/tools/testing/selftests/powerpc/mm/.gitignore @@ -1,4 +1,5 @@ hugetlb_vs_thp_test subpage_prot tempfile -prot_sao
\ No newline at end of file +prot_sao +segv_errors
\ No newline at end of file |