linux-kselftest.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile
@ 2018-02-08  5:50 
  2018-02-08  5:50 ` Daniel Díaz
  2018-02-08  7:51 ` kirill
  0 siblings, 2 replies; 6+ messages in thread
From:  @ 2018-02-08  5:50 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1167 bytes --]

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 at linaro.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile
  2018-02-08  5:50 [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile 
@ 2018-02-08  5:50 ` Daniel Díaz
  2018-02-08  7:51 ` kirill
  1 sibling, 0 replies; 6+ messages in thread
From: Daniel Díaz @ 2018-02-08  5:50 UTC (permalink / raw)


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 at linaro.org>
---
 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

--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile
  2018-02-08  5:50 [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile 
  2018-02-08  5:50 ` Daniel Díaz
@ 2018-02-08  7:51 ` kirill
  2018-02-08  7:51   ` Kirill A. Shutemov
  2018-02-13 21:28   ` shuahkh
  1 sibling, 2 replies; 6+ messages in thread
From: kirill @ 2018-02-08  7:51 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 531 bytes --]

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 at linaro.org>

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

-- 
 Kirill A. Shutemov
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile
  2018-02-08  7:51 ` kirill
@ 2018-02-08  7:51   ` Kirill A. Shutemov
  2018-02-13 21:28   ` shuahkh
  1 sibling, 0 replies; 6+ messages in thread
From: Kirill A. Shutemov @ 2018-02-08  7:51 UTC (permalink / raw)


On Wed, Feb 07, 2018@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 at linaro.org>

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

-- 
 Kirill A. Shutemov
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] selftests/x86: Remove 5lvl test from Makefile
  2018-02-08  7:51 ` kirill
  2018-02-08  7:51   ` Kirill A. Shutemov
@ 2018-02-13 21:28   ` shuahkh
  2018-02-13 21:28     ` Shuah Khan
  1 sibling, 1 reply; 6+ messages in thread
From: shuahkh @ 2018-02-13 21:28 UTC (permalink / raw)


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 642 bytes --]

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 at linaro.org>
> 
> Acked-by: Kirill A. Shutemov <kirill.shutemov at linux.intel.com>
> 

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

thanks,
-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [PATCH] selftests/x86: Remove 5lvl test from Makefile
  2018-02-13 21:28   ` shuahkh
@ 2018-02-13 21:28     ` Shuah Khan
  0 siblings, 0 replies; 6+ messages in thread
From: Shuah Khan @ 2018-02-13 21:28 UTC (permalink / raw)


On 02/08/2018 12:51 AM, Kirill A. Shutemov wrote:
> On Wed, Feb 07, 2018@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 at linaro.org>
> 
> Acked-by: Kirill A. Shutemov <kirill.shutemov at linux.intel.com>
> 

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

thanks,
-- Shuah
--
To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2018-02-13 21:28 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-08  5:50 [Linux-kselftest-mirror] [PATCH] selftests/x86: Remove 5lvl test from Makefile 
2018-02-08  5:50 ` Daniel Díaz
2018-02-08  7:51 ` kirill
2018-02-08  7:51   ` Kirill A. Shutemov
2018-02-13 21:28   ` shuahkh
2018-02-13 21:28     ` Shuah Khan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).