From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751439AbdBAW4h (ORCPT ); Wed, 1 Feb 2017 17:56:37 -0500 Received: from mga09.intel.com ([134.134.136.24]:22239 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751068AbdBAW4f (ORCPT ); Wed, 1 Feb 2017 17:56:35 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,322,1477983600"; d="scan'208";a="929145349" Subject: [PATCH] x86, mpx: re-add MPX to selftests Makefile To: linux-kernel@vger.kernel.org Cc: Dave Hansen , x86@kernel.org From: Dave Hansen Date: Wed, 01 Feb 2017 14:56:29 -0800 Message-Id: <20170201225629.C3070852@viggo.jf.intel.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Dave Hansen Ingo pointed out that the MPX tests were no longer in the selftests Makefile. It appears that I shot myself in the foot on this one and accidentally removed them when I added the pkeys tests, probably from bungling a merge conflict. Signed-off-by: Dave Hansen Fixes: 5f23f6d082a9 ("x86/pkeys: Add self-tests") Cc: x86@kernel.org --- b/tools/testing/selftests/x86/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN tools/testing/selftests/x86/Makefile~mpx-re-add-selftests tools/testing/selftests/x86/Makefile --- a/tools/testing/selftests/x86/Makefile~mpx-re-add-selftests 2017-02-01 14:50:26.836302147 -0800 +++ b/tools/testing/selftests/x86/Makefile 2017-02-01 14:50:26.839302281 -0800 @@ -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 \ _