selftests/x86/test_vsyscall: Improve the process_vm_readv() test
authorAndy Lutomirski <luto@kernel.org>
Thu, 3 Sep 2020 20:40:30 +0000 (13:40 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 4 Sep 2020 01:36:55 +0000 (18:36 -0700)
commit8891adc61dce2a8a41fc0c23262b681c3ec4b73a
treea68f908e7d4d9c2a752ad9db908ea3226deb0fe9
parent9fa2dd946743ae6f30dc4830da19147bf100a7f2
selftests/x86/test_vsyscall: Improve the process_vm_readv() test

The existing code accepted process_vm_readv() success or failure as long
as it didn't return garbage.  This is too weak: if the vsyscall page is
readable, then process_vm_readv() should succeed and, if the page is not
readable, then it should fail.

Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Dave Hansen <dave.hansen@linux.intel.com>
Cc: x86@kernel.org
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Andy Lutomirski <luto@kernel.org>
Cc: Jann Horn <jannh@google.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
Cc: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
tools/testing/selftests/x86/test_vsyscall.c