2018-02-08 05:53:34

by Daniel Díaz

[permalink] [raw]
Subject: [PATCH] selftests/x86: Remove 5lvl test from Makefile

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 <[email protected]>
---
tools/testing/selftests/x86/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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)
--
2.7.4



2018-02-08 07:52:44

by Kirill A. Shutemov

[permalink] [raw]
Subject: Re: [PATCH] selftests/x86: Remove 5lvl test from Makefile

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 <[email protected]>

Acked-by: Kirill A. Shutemov <[email protected]>

--
Kirill A. Shutemov

2018-02-13 21:29:10

by Shuah Khan

[permalink] [raw]
Subject: Re: [PATCH] selftests/x86: Remove 5lvl test from Makefile

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 <[email protected]>
>
> Acked-by: Kirill A. Shutemov <[email protected]>
>

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

thanks,
-- Shuah