summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2017-02-16 17:25:32 +0100
committerIngo Molnar <mingo@kernel.org>2017-02-16 17:25:32 +0100
commit1bec46d5b4919f17f633651d2ac6b5c9a0e82b64 (patch)
tree691bf0904bc83467c5fa944f946ce3de6cda240b /tools
parent37a32f5c50898a7d1eb7f3f02138383d9972ae8e (diff)
parent1013fe32a63d1139b1b32049ea46c0c462738d8b (diff)
Merge branch 'x86/mm'
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile
index 25d4067c11e4..83d8b1c6cb0e 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 \
+ check_initial_reg_state sigreturn ldt_gdt iopl mpx-mini-test \
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 \