From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932352AbbCIPyt (ORCPT ); Mon, 9 Mar 2015 11:54:49 -0400 Received: from mail-wi0-f180.google.com ([209.85.212.180]:33613 "EHLO mail-wi0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753023AbbCIPyq (ORCPT ); Mon, 9 Mar 2015 11:54:46 -0400 Date: Mon, 9 Mar 2015 16:54:40 +0100 From: Ingo Molnar To: Steven Rostedt Cc: Denys Vlasenko , Andy Lutomirski , Denys Vlasenko , Linus Torvalds , Borislav Petkov , "H. Peter Anvin" , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , X86 ML , "linux-kernel@vger.kernel.org" , Shuah Khan Subject: Re: [PATCH] x86: entry_32.S: change ESPFIX test to not touch PT_OLDSS(%esp) Message-ID: <20150309155440.GB21578@gmail.com> References: <1425909943-14687-1-git-send-email-dvlasenk@redhat.com> <20150309151355.GA21109@gmail.com> <20150309114718.51fea90c@gandalf.local.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150309114718.51fea90c@gandalf.local.home> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > On Mon, 9 Mar 2015 16:13:55 +0100 > Ingo Molnar wrote: > > > Btw., could you please stick it and your other testcases into > > tools/x86/tests/ or so? Having such a testsuite would ease > > maintenance considerably. > > Should this be part of tools/testing/selftests? Yeah. Thanks, Ingo