diff options
author | Andy Lutomirski <luto@kernel.org> | 2017-02-22 18:36:17 +0300 |
---|---|---|
committer | Radim Krčmář <rkrcmar@redhat.com> | 2017-03-01 19:03:23 +0300 |
commit | 0eb1d0fa6a68324b51db4f7ae16d9b042c5b2de4 (patch) | |
tree | 06b5fed83bfa8e325ac3471fc25aae372c6a16c8 /tools/testing/selftests/x86/Makefile | |
parent | b7ceaec112aa35aa287325754d8c52b8304892cd (diff) | |
download | linux-0eb1d0fa6a68324b51db4f7ae16d9b042c5b2de4.tar.xz |
selftests/x86: Add a basic selftest for ioperm
This doesn't fully exercise the interaction between KVM and ioperm(),
but it does test basic functionality.
Signed-off-by: Andy Lutomirski <luto@kernel.org>
Signed-off-by: Radim Krčmář <rkrcmar@redhat.com>
Diffstat (limited to 'tools/testing/selftests/x86/Makefile')
-rw-r--r-- | tools/testing/selftests/x86/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile index 83d8b1c6cb0e..bed3e6086cb1 100644 --- a/tools/testing/selftests/x86/Makefile +++ b/tools/testing/selftests/x86/Makefile @@ -5,7 +5,7 @@ include ../lib.mk .PHONY: all all_32 all_64 warn_32bit_failure clean TARGETS_C_BOTHBITS := single_step_syscall sysret_ss_attrs syscall_nt ptrace_syscall test_mremap_vdso \ - check_initial_reg_state sigreturn ldt_gdt iopl mpx-mini-test \ + check_initial_reg_state sigreturn ldt_gdt iopl mpx-mini-test ioperm \ protection_keys test_vdso TARGETS_C_32BIT_ONLY := entry_from_vm86 syscall_arg_fault test_syscall_vdso unwind_vdso \ test_FCMOV test_FCOMI test_FISTTP \ |