selftests: add memfd/sealing page-pinning tests
Setting SEAL_WRITE is not possible if there're pending GUP users. This commit adds selftests for memfd+sealing that use FUSE to create pending page-references. FUSE is very helpful here in that it allows us to delay direct-IO operations for an arbitrary amount of time. This way, we can force the kernel to pin pages and then run our normal selftests. Signed-off-by:David Herrmann <dh.herrmann@gmail.com> Acked-by:
Hugh Dickins <hughd@google.com> Cc: Michael Kerrisk <mtk.manpages@gmail.com> Cc: Ryan Lortie <desrt@desrt.ca> Cc: Lennart Poettering <lennart@poettering.net> Cc: Daniel Mack <zonque@gmail.com> Cc: Andy Lutomirski <luto@amacapital.net> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Signed-off-by:
Linus Torvalds <torvalds@linux-foundation.org>
Showing
- tools/testing/selftests/memfd/.gitignore 2 additions, 0 deletionstools/testing/selftests/memfd/.gitignore
- tools/testing/selftests/memfd/Makefile 13 additions, 1 deletiontools/testing/selftests/memfd/Makefile
- tools/testing/selftests/memfd/fuse_mnt.c 110 additions, 0 deletionstools/testing/selftests/memfd/fuse_mnt.c
- tools/testing/selftests/memfd/fuse_test.c 311 additions, 0 deletionstools/testing/selftests/memfd/fuse_test.c
- tools/testing/selftests/memfd/run_fuse_test.sh 14 additions, 0 deletionstools/testing/selftests/memfd/run_fuse_test.sh
Loading
Please register or sign in to comment