From patchwork Fri Feb 19 16:38:39 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: David Vrabel X-Patchwork-Id: 8362811 Return-Path: X-Original-To: patchwork-xen-devel@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 070C99F2F0 for ; Fri, 19 Feb 2016 16:41:18 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 1E03220552 for ; Fri, 19 Feb 2016 16:41:17 +0000 (UTC) Received: from lists.xen.org (lists.xenproject.org [50.57.142.19]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0441F2052A for ; Fri, 19 Feb 2016 16:41:16 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=lists.xen.org) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWo4w-00087q-JD; Fri, 19 Feb 2016 16:38:50 +0000 Received: from mail6.bemta14.messagelabs.com ([193.109.254.103]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1aWo4u-00087Y-SE for xen-devel@lists.xenproject.org; Fri, 19 Feb 2016 16:38:48 +0000 Received: from [193.109.254.147] by server-9.bemta-14.messagelabs.com id 35/B5-13475-81547C65; Fri, 19 Feb 2016 16:38:48 +0000 X-Env-Sender: prvs=850ec8586=david.vrabel@citrix.com X-Msg-Ref: server-8.tower-27.messagelabs.com!1455899926!21450116!1 X-Originating-IP: [66.165.176.63] X-SpamReason: No, hits=0.0 required=7.0 tests=sa_preprocessor: VHJ1c3RlZCBJUDogNjYuMTY1LjE3Ni42MyA9PiAzMDYwNDg=\n, received_headers: No Received headers X-StarScan-Received: X-StarScan-Version: 7.35.1; banners=-,-,- X-VirusChecked: Checked Received: (qmail 47807 invoked from network); 19 Feb 2016 16:38:47 -0000 Received: from smtp02.citrix.com (HELO SMTP02.CITRIX.COM) (66.165.176.63) by server-8.tower-27.messagelabs.com with RC4-SHA encrypted SMTP; 19 Feb 2016 16:38:47 -0000 X-IronPort-AV: E=Sophos;i="5.22,471,1449532800"; d="scan'208";a="339456094" To: Jan Beulich References: <1455821530-4263-1-git-send-email-david.vrabel@citrix.com> <1455821530-4263-4-git-send-email-david.vrabel@citrix.com> <56C72FD602000078000D422E@prv-mh.provo.novell.com> <56C723A6.40300@citrix.com> <56C7368702000078000D4297@prv-mh.provo.novell.com> <56C72B5F.6030305@citrix.com> <56C73F6302000078000D42F8@prv-mh.provo.novell.com> <56C73830.3060103@citrix.com> From: David Vrabel X-Enigmail-Draft-Status: N1110 Message-ID: <56C7450F.4060909@citrix.com> Date: Fri, 19 Feb 2016 16:38:39 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.5.0 MIME-Version: 1.0 In-Reply-To: <56C73830.3060103@citrix.com> X-DLP: MIA1 Cc: Andrew Cooper , xen-devel@lists.xenproject.org Subject: Re: [Xen-devel] [PATCHv1 3/5] x86/fpu: Add a per-domain field to set the width of FIP/FDP X-BeenThere: xen-devel@lists.xen.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Xen developer discussion List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP On 19/02/16 15:43, David Vrabel wrote: > On 19/02/16 15:14, Jan Beulich wrote: >> >> Iirc the issue was with a 64-bit XSAVE having got the selector >> values stuck in via FNSTENV (forcing word size to 4), and a >> subsequent XSAVEOPT not further touching the fields >> (because no change to the FPU state had occurred), leading >> to (without the code you're deleting) the word size for the >> restore wrongly getting set to 8, and the selector values then >> lost. I cannot see how this situation would be handled with >> this patch in place. > > Er, yes. You're right. Sorry. Would this function be less confusing with something like this? The resulting code is a lot smaller too (by 163 bytes) and has fewer branches. --- a/xen/arch/x86/xstate.c +++ b/xen/arch/x86/xstate.c @@ -263,41 +263,24 @@ void xsave(struct vcpu *v, uint64_t mask) if ( word_size <= 0 || !is_pv_32bit_vcpu(v) ) { - typeof(ptr->fpu_sse.fip.sel) fcs = ptr->fpu_sse.fip.sel; - typeof(ptr->fpu_sse.fdp.sel) fds = ptr->fpu_sse.fdp.sel; + uint64_t bad_fip; - if ( cpu_has_xsaveopt || cpu_has_xsaves ) - { - /* - * XSAVEOPT/XSAVES may not write the FPU portion even when the - * respective mask bit is set. For the check further down to work - * we hence need to put the save image back into the state that - * it was in right after the previous XSAVEOPT. - */ - if ( word_size > 0 && - (ptr->fpu_sse.x[FPU_WORD_SIZE_OFFSET] == 4 || - ptr->fpu_sse.x[FPU_WORD_SIZE_OFFSET] == 2) ) - { - ptr->fpu_sse.fip.sel = 0; - ptr->fpu_sse.fdp.sel = 0; - } - } + /* + * FIP/FDP may not be written in some cases (e.g., if + * XSAVEOPT/XSAVES is used, or on AMD CPUs if an exception + * isn't pending). + * + * To tell if the hardware writes these fields, make the FIP + * field non-canonical by flipping the top bit. + */ + bad_fip = ptr->fpu_sse.fip.addr ^= 1 << 63; XSAVE("0x48,"); - if ( !(mask & ptr->xsave_hdr.xstate_bv & XSTATE_FP) || - /* - * AMD CPUs don't save/restore FDP/FIP/FOP unless an exception - * is pending. - */ - (!(ptr->fpu_sse.fsw & 0x0080) && - boot_cpu_data.x86_vendor == X86_VENDOR_AMD) ) + /* FIP/FDP not updated? Restore the old value. */ + if ( ptr->fpu_sse.fip.addr == bad_fip ) { - if ( (cpu_has_xsaveopt || cpu_has_xsaves) && word_size > 0 ) - { - ptr->fpu_sse.fip.sel = fcs; - ptr->fpu_sse.fdp.sel = fds; - } + ptr->fpu_sse.fip.addr ^= 1 << 63; return; }