Received: by 2002:a05:6902:102b:0:0:0:0 with SMTP id x11csp3456890ybt; Tue, 23 Jun 2020 02:47:43 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxrGaqebyYWv2c9ntKkK2d/cC+7zqycNVCEaR5JPtIvNIRIWVVJDY7fOGtqTmwUp6MBc7Ei X-Received: by 2002:a17:906:97cb:: with SMTP id ef11mr19691352ejb.69.1592905663579; Tue, 23 Jun 2020 02:47:43 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1592905663; cv=none; d=google.com; s=arc-20160816; b=R6MZz4b3PsasT7WKevleGo21SOCVZonx125k6rlv1EVLM58pRi0Or6sEF+mSXSoRlC 5g338cCOJoRaRtJXBYiAe35dGHFZPNCR5dwfZ1wv4yiExlu35Wz7CEiCs73RyH3CA3Fg vuG3iXPyLW70GNhAJycbG+T0zPs3EQIgT37Sz36Mf3TdxUIWXaAmSslRTinGItHHVnMj tjwFL9G89OhEIylXk1+D4QG9davClx7QeHZWaek3/bPEoMSPN5OhVYZiwdUArlM0hglG toV2tx+x5RPk88WSN5dLwebAapDaXxoBdC84bhnkWBu/ybyfkKpETaSOyvC9EhOUnuUp +oig== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=HPv3gHWUG4w59zhpvwsVWd7bqR5KZm5lhXYPOxgWHsA=; b=0i5BUwhOYMh6nTv6VdXrRaE1k7JCiUO3WvQzpe1vM8DkYiEFcDwRKuxsHsCMXFZEpE MT+g50bWqJ0M0VdZN09Bj+GFafpsdbAm0kWIoa26rDLrmVHrlNuzC/WxZN2aXgZvRL21 tWGiT54UU/XX+nfH0lZUxfwU/wDVEatzhcQo0pAZJQUdEV7XGXLhjh2s4v9jONoJyAwi 9xhNlzRIqRXGF7YiFRyW4stUjzirikWHeSLrI0Jf6xllkqu38CM26N8lRGh2atcRrLQn 7DSiECwmbmtHSa+5XNlxjGYBIOWEn7clJY6eLOgpqBSb/cAq52tySOtx3kOOAshbGTd4 Inlw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id v6si4111213edy.149.2020.06.23.02.47.20; Tue, 23 Jun 2020 02:47:43 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732142AbgFWJpY (ORCPT + 99 others); Tue, 23 Jun 2020 05:45:24 -0400 Received: from mx2.suse.de ([195.135.220.15]:45664 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731921AbgFWJpY (ORCPT ); Tue, 23 Jun 2020 05:45:24 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.221.27]) by mx2.suse.de (Postfix) with ESMTP id 07763AE8C; Tue, 23 Jun 2020 09:45:22 +0000 (UTC) Date: Tue, 23 Jun 2020 11:45:19 +0200 From: Joerg Roedel To: Andy Lutomirski Cc: Joerg Roedel , Dave Hansen , Tom Lendacky , Mike Stunes , Dan Williams , Dave Hansen , "H. Peter Anvin" , Juergen Gross , Jiri Slaby , Kees Cook , kvm list , LKML , Peter Zijlstra , Thomas Hellstrom , Linux Virtualization , X86 ML , Sean Christopherson , Andrew Cooper Subject: Re: Should SEV-ES #VC use IST? (Re: [PATCH] Allow RDTSC and RDTSCP from userspace) Message-ID: <20200623094519.GF31822@suse.de> References: <20200425191032.GK21900@8bytes.org> <910AE5B4-4522-4133-99F7-64850181FBF9@amacapital.net> <20200425202316.GL21900@8bytes.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Andy, On Mon, Apr 27, 2020 at 10:37:41AM -0700, Andy Lutomirski wrote: > 1. Use IST for #VC and deal with all the mess that entails. With the removal of IST shifting I wonder what you would suggest on how to best implement an NMI-safe IST handler with nesting support. My current plan is to implement an IST handler which switches itself off the IST stack as soon as possible, freeing it for re-use. The flow would be roughly like this upon entering the handler; build_pt_regs(); RSP = pt_regs->sp; if (RSP in VC_IST_stack) error("unallowed nesting") if (RSP in current_kernel_stack) RSP = round_down_to_8(RSP) else RSP = current_top_of_stack() // non-ist kernel stack copy_pt_regs(pt_regs, RSP); switch_stack_to(RSP); To make this NMI safe, the NMI handler needs some logic too. Upon entering NMI, it needs to check the return RSP, and if it is in the #VC IST stack, it must do the above flow by itself and update the return RSP and RIP. It needs to take into account the case when PT_REGS is not fully populated on the return side. Alternativly the NMI handler could safe/restore the contents of the #VC IST stack or just switch to a special #VC-in-NMI IST stack. All in all it could get complicated, and imho shift_ist would have been simpler, but who am I anyway... Or maybe you have a better idea how to implement this, so I'd like to hear your opinion first before I spend too many days implementing something. Regards, Joerg