selftests/powerpc: Test for spurious kernel memory faults on radix
authorJordan Niethe <jniethe5@gmail.com>
Mon, 8 Feb 2021 03:29:57 +0000 (14:29 +1100)
committerMichael Ellerman <mpe@ellerman.id.au>
Thu, 8 Apr 2021 11:17:42 +0000 (21:17 +1000)
commit29e3ea8cbd2958cf237b84652ec236803f2c6202
treee1aa74b82d820142cb383a99e332b814016bfbd2
parentb8b2f37cf632434456182e9002d63cbc4cccc50c
selftests/powerpc: Test for spurious kernel memory faults on radix

Previously when mapping kernel memory on radix, no ptesync was
included which would periodically lead to unhandled spurious faults.
Mapping kernel memory is used when code patching with Strict RWX
enabled. As suggested by Chris Riedl, turning ftrace on and off does a
large amount of code patching so is a convenient way to see this kind
of fault.

Add a selftest to try and trigger this kind of a spurious fault. It
tests for 30 seconds which is usually long enough for the issue to
show up.

Signed-off-by: Jordan Niethe <jniethe5@gmail.com>
[mpe: Rename it to better reflect what it does, rather than the symptom]
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20210208032957.1232102-2-jniethe5@gmail.com
tools/testing/selftests/powerpc/mm/Makefile
tools/testing/selftests/powerpc/mm/stress_code_patching.sh [new file with mode: 0755]