]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/blob
eae417583b388963d5b4d21e4cc77972fa38e82a
[thirdparty/kernel/stable-queue.git] /
1 From 7f95122067ab26fb8344b2a9de64ffbd0fea0010 Mon Sep 17 00:00:00 2001
2 From: Dominik Brodowski <linux@dominikbrodowski.net>
3 Date: Sun, 11 Feb 2018 12:10:09 +0100
4 Subject: selftests/x86: Fix build bug caused by the 5lvl test which has been moved to the VM directory
5
6 From: Dominik Brodowski <linux@dominikbrodowski.net>
7
8 commit 7f95122067ab26fb8344b2a9de64ffbd0fea0010 upstream.
9
10 Signed-off-by: Dominik Brodowski <linux@dominikbrodowski.net>
11 Cc: Linus Torvalds <torvalds@linux-foundation.org>
12 Cc: Peter Zijlstra <peterz@infradead.org>
13 Cc: Thomas Gleixner <tglx@linutronix.de>
14 Cc: linux-kselftest@vger.kernel.org
15 Cc: shuah@kernel.org
16 Fixes: 235266b8e11c "selftests/vm: move 128TB mmap boundary test to generic directory"
17 Link: http://lkml.kernel.org/r/20180211111013.16888-2-linux@dominikbrodowski.net
18 Signed-off-by: Ingo Molnar <mingo@kernel.org>
19 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
20
21 ---
22 tools/testing/selftests/x86/Makefile | 2 +-
23 1 file changed, 1 insertion(+), 1 deletion(-)
24
25 --- a/tools/testing/selftests/x86/Makefile
26 +++ b/tools/testing/selftests/x86/Makefile
27 @@ -11,7 +11,7 @@ TARGETS_C_BOTHBITS := single_step_syscal
28 TARGETS_C_32BIT_ONLY := entry_from_vm86 syscall_arg_fault test_syscall_vdso unwind_vdso \
29 test_FCMOV test_FCOMI test_FISTTP \
30 vdso_restorer
31 -TARGETS_C_64BIT_ONLY := fsgsbase sysret_rip 5lvl
32 +TARGETS_C_64BIT_ONLY := fsgsbase sysret_rip
33
34 TARGETS_C_32BIT_ALL := $(TARGETS_C_BOTHBITS) $(TARGETS_C_32BIT_ONLY)
35 TARGETS_C_64BIT_ALL := $(TARGETS_C_BOTHBITS) $(TARGETS_C_64BIT_ONLY)