From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932243AbbCIPOH (ORCPT ); Mon, 9 Mar 2015 11:14:07 -0400 Received: from mail-wi0-f177.google.com ([209.85.212.177]:37687 "EHLO mail-wi0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753748AbbCIPOB (ORCPT ); Mon, 9 Mar 2015 11:14:01 -0400 Date: Mon, 9 Mar 2015 16:13:55 +0100 From: Ingo Molnar To: Denys Vlasenko Cc: Andy Lutomirski , Denys Vlasenko , Linus Torvalds , Steven Rostedt , Borislav Petkov , "H. Peter Anvin" , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , X86 ML , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH] x86: entry_32.S: change ESPFIX test to not touch PT_OLDSS(%esp) Message-ID: <20150309151355.GA21109@gmail.com> References: <1425909943-14687-1-git-send-email-dvlasenk@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 * Denys Vlasenko wrote: > > That being said, what ends up in the high bits of esp when we iret > > to vm86 mode? > > I don't know. I guess it's time to write an actual vm86 testcase :) Btw., could you please stick it and your other testcases into tools/x86/tests/ or so? Having such a testsuite would ease maintenance considerably. Thanks, Ingo