From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753019AbbCIT1Y (ORCPT ); Mon, 9 Mar 2015 15:27:24 -0400 Received: from terminus.zytor.com ([198.137.202.10]:41067 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751408AbbCIT1X (ORCPT ); Mon, 9 Mar 2015 15:27:23 -0400 Message-ID: <54FDF3F9.50203@zytor.com> Date: Mon, 09 Mar 2015 12:26:49 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Andy Lutomirski CC: Linus Torvalds , Denys Vlasenko , Denys Vlasenko , Steven Rostedt , Ingo Molnar , Borislav Petkov , Oleg Nesterov , Frederic Weisbecker , Alexei Starovoitov , Will Drewry , Kees Cook , the arch/x86 maintainers , Linux Kernel Mailing List Subject: Re: [PATCH] x86: entry_32.S: change ESPFIX test to not touch PT_OLDSS(%esp) References: <1425909943-14687-1-git-send-email-dvlasenk@redhat.com> <54FDDBF7.9080207@zytor.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 03/09/2015 12:13 PM, Andy Lutomirski wrote: > On Mon, Mar 9, 2015 at 10:44 AM, H. Peter Anvin wrote: >> On 03/09/2015 09:44 AM, Linus Torvalds wrote: >>> >>> And remember: those zero-cost out-of-order branches turn quite >>> expensive if they *ever* mispredict. Even a 5% mispredict rate is >>> likely to mean "it's better to have a data dependency chain". >>> >>> So it could easily go either way. I'm not convinced the old code is bad at all. >>> >> >> I'm inclined to side with Linus here. I'm hesitant to change this based >> on pure speculation. >> >> To answer Andy's question: I do believe we need espfix for V86 mode as well. >> > > I think we don't. Did I screw up my test? > I don't see how your test executes V86 mode code at all, since there seems to be nothing mapped at the bottom of memory? -hpa