Skip to content
Commit 24af8c5a authored by Michael Ellerman's avatar Michael Ellerman
Browse files

selftests/powerpc: Add a test for PROT_SAO



PROT_SAO is a powerpc-specific flag to mmap(), and we rely on arch
specific logic to allow it to be passed to mmap().

Add a small test to ensure mmap() accepts PROT_SAO. We don't have a good
way to test that it actually causes the mapping to be created with the
right flags, so for now we just touch the mapping so it's faulted in. In
future we might be able to do something better.

Signed-off-by: default avatarMichael Ellerman <mpe@ellerman.id.au>
parent e0ddf7a2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment