diff mbox series

selftests/x86: Remove 5lvl test from Makefile

Message ID 1518069029-22457-1-git-send-email-daniel.diaz@linaro.org
State New
Headers show
Series selftests/x86: Remove 5lvl test from Makefile | expand

Commit Message

Daniel Díaz Feb. 8, 2018, 5:50 a.m. UTC
The 5lvl.c test file was incorporated into another one in
selftests/vm (va_128TBswitch.c) in commit 235266b8.

Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>

---
 tools/testing/selftests/x86/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
2.7.4

Comments

Kirill A. Shutemov Feb. 8, 2018, 7:51 a.m. UTC | #1
On Wed, Feb 07, 2018 at 11:50:28PM -0600, Daniel Díaz wrote:
> The 5lvl.c test file was incorporated into another one in

> selftests/vm (va_128TBswitch.c) in commit 235266b8.

> 

> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>


Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>


-- 
 Kirill A. Shutemov
Shuah Khan Feb. 13, 2018, 9:28 p.m. UTC | #2
On 02/08/2018 12:51 AM, Kirill A. Shutemov wrote:
> On Wed, Feb 07, 2018 at 11:50:28PM -0600, Daniel Díaz wrote:

>> The 5lvl.c test file was incorporated into another one in

>> selftests/vm (va_128TBswitch.c) in commit 235266b8.

>>

>> Signed-off-by: Daniel Díaz <daniel.diaz@linaro.org>

> 

> Acked-by: Kirill A. Shutemov <kirill.shutemov@linux.intel.com>

> 


Thanks. Applied to linux-kselftest fixes for 4.16-rc3.

thanks,
-- Shuah
diff mbox series

Patch

diff --git a/tools/testing/selftests/x86/Makefile b/tools/testing/selftests/x86/Makefile
index 10ca46d..ce2615a 100644
--- a/tools/testing/selftests/x86/Makefile
+++ b/tools/testing/selftests/x86/Makefile
@@ -11,7 +11,7 @@  TARGETS_C_BOTHBITS := single_step_syscall sysret_ss_attrs syscall_nt ptrace_sysc
 TARGETS_C_32BIT_ONLY := entry_from_vm86 syscall_arg_fault test_syscall_vdso unwind_vdso \
 			test_FCMOV test_FCOMI test_FISTTP \
 			vdso_restorer
-TARGETS_C_64BIT_ONLY := fsgsbase sysret_rip 5lvl
+TARGETS_C_64BIT_ONLY := fsgsbase sysret_rip
 
 TARGETS_C_32BIT_ALL := $(TARGETS_C_BOTHBITS) $(TARGETS_C_32BIT_ONLY)
 TARGETS_C_64BIT_ALL := $(TARGETS_C_BOTHBITS) $(TARGETS_C_64BIT_ONLY)