Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933365AbaDVRQW (ORCPT ); Tue, 22 Apr 2014 13:16:22 -0400 Received: from terminus.zytor.com ([198.137.202.10]:52165 "EHLO mail.zytor.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932199AbaDVRQV (ORCPT ); Tue, 22 Apr 2014 13:16:21 -0400 Message-ID: <5356A3B6.5050901@zytor.com> Date: Tue, 22 Apr 2014 10:15:34 -0700 From: "H. Peter Anvin" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: Andrew Lutomirski , Linus Torvalds CC: Borislav Petkov , "H. Peter Anvin" , Linux Kernel Mailing List , Ingo Molnar , Alexander van Heukelum , Konrad Rzeszutek Wilk , Boris Ostrovsky , Arjan van de Ven , Brian Gerst , Alexandre Julliard , Andi Kleen , Thomas Gleixner Subject: Re: [PATCH] x86-64: espfix for 64-bit mode *PROTOTYPE* References: <1dbe8155-58da-45c2-9dc0-d9f4b5a6e643@email.android.com> <20140422112312.GB15882@pd.tnic> <20140422144659.GF15882@pd.tnic> <53569467.1030809@zytor.com> In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 04/22/2014 10:11 AM, Andrew Lutomirski wrote: >> >> Anyway, if done correctly, this whole espfix should be totally free >> for normal processes, since it should only trigger if SS is a LDT >> entry (bit #2 set in the segment descriptor). So the normal fast-path >> should just have a simple test for that. > > How? Doesn't something still need to check whether SS is funny before > doing iret? > Ideally the tests should be doable such that on a normal machine the tests can be overlapped with the other things we have to do on that path. The exit branch will be strongly predicted in the negative direction, so it shouldn't be a significant problem. Again, this is not the case in the current prototype. -hpa -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/