aboutsummaryrefslogtreecommitdiffstats
path: root/tools/testing/selftests/powerpc/mm/.gitignore
diff options
context:
space:
mode:
authorMichael Ellerman <mpe@ellerman.id.au>2018-01-02 21:37:36 +1100
committerMichael Ellerman <mpe@ellerman.id.au>2018-01-03 16:49:24 +1100
commit6ed361586b323e576fd5536078fe9f2ee7906e61 (patch)
tree2eac1cb753abdbae19852cea8595557f7f142341 /tools/testing/selftests/powerpc/mm/.gitignore
parentpowerpc/mm: Add proper pte access check helper for other platforms (diff)
downloadlinux-dev-6ed361586b323e576fd5536078fe9f2ee7906e61.tar.xz
linux-dev-6ed361586b323e576fd5536078fe9f2ee7906e61.zip
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/.gitignore3
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