Received: by 2002:a25:1985:0:0:0:0:0 with SMTP id 127csp592577ybz; Fri, 17 Apr 2020 06:43:55 -0700 (PDT) X-Google-Smtp-Source: APiQypKThMUQyfNbgudR2eMlVODBTJnmciydCgwAACy5w1M8AcUDodBPaNJoisWubyC2kBRYWwQM X-Received: by 2002:a17:906:2ccc:: with SMTP id r12mr3128836ejr.47.1587131035613; Fri, 17 Apr 2020 06:43:55 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1587131035; cv=none; d=google.com; s=arc-20160816; b=cUhQRM+lQv9g+3mD8zbqmkieeXqKtYi0Blk5y5NBGAVZQnpsKXsUFiIXypkX9nkw6c MeaHyeuakhZMTlHsZEiJAmrfW8MVKPcGqOgAAal766c2b+z4QM6KXFi0G6DD9mZKb3/V spRY5e7Jdbsx87oD0jhOjQlbCGMZ6UBMDE0nCGflEDzw9du7yxDTytRLC9IFBAEStSF+ xIKesiaQfZhthdUZ/iisI/4FXWgpKPiFRTtgTiZMWOjWDwz7ubWjyt4z8MKxuLZY2CxM C7ntiEYMuzdR68AYhuXj20SZJMDXHfnjrzVfRCeTXMRVBHXd5aXB76hpWPGZfaEw/2ta lxRQ== 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=OhX8cnhCjpmJIMbp3yYBt95UcbqMxdpSCZtZZcv0D0s=; b=rnH7cEEVWyowzln0ufeboNW+G8rSsrG5Mtbx3S8lJ01kL+SVNzUtJDS2x5WsqMN/+c i40sR1AkK5yfapiGORyoK18uETGupcyCYffQu/rtv0ObJWZleL34CMblV4qF/FFbVJNx r3n956EbgsKv90dwyEziSQ12GLYFPUVwh3JkJXnqkGxBqLRteQJgxLAKHSX0d88w0Dr4 wsbn9Ufivj0s6yWWxXsuWObAgjrLB+OcP8QbKenqMLedsG9+0EGliuB307QsKUqnwhJO fE6o7wUQpaUImbXWoqp47/2S3F3uAVtnBouY3/QD2jAXmmLw2aoRwm1ZEblI9xsSfNh9 o2Gw== 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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a4si13862201eds.587.2020.04.17.06.43.32; Fri, 17 Apr 2020 06:43:55 -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; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=8bytes.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730731AbgDQNkF (ORCPT + 99 others); Fri, 17 Apr 2020 09:40:05 -0400 Received: from 8bytes.org ([81.169.241.247]:36194 "EHLO theia.8bytes.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730601AbgDQNkF (ORCPT ); Fri, 17 Apr 2020 09:40:05 -0400 Received: by theia.8bytes.org (Postfix, from userid 1000) id 01A40342; Fri, 17 Apr 2020 15:40:02 +0200 (CEST) Date: Fri, 17 Apr 2020 15:39:59 +0200 From: Joerg Roedel To: Masami Hiramatsu Cc: Borislav Petkov , Joerg Roedel , x86@kernel.org, hpa@zytor.com, Andy Lutomirski , Dave Hansen , Peter Zijlstra , Thomas Hellstrom , Jiri Slaby , Dan Williams , Tom Lendacky , Juergen Gross , Kees Cook , linux-kernel@vger.kernel.org, kvm@vger.kernel.org, virtualization@lists.linux-foundation.org Subject: Re: [PATCH 05/70] x86/insn: Make inat-tables.c suitable for pre-decompression code Message-ID: <20200417133959.GE21900@8bytes.org> References: <20200319091407.1481-1-joro@8bytes.org> <20200319091407.1481-6-joro@8bytes.org> <20200325153945.GD27261@zn.tnic> <20200327120232.c8e455ca100dc0d96e4ddc43@kernel.org> <20200416152406.GB4290@8bytes.org> <20200417215000.47141001f80005f41153d22e@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200417215000.47141001f80005f41153d22e@kernel.org> 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 On Fri, Apr 17, 2020 at 09:50:00PM +0900, Masami Hiramatsu wrote: > On Thu, 16 Apr 2020 17:24:06 +0200 > Joerg Roedel wrote: > Ah, I got it. So you intended to port the instruction decoder to > pre-decompression boot code, correct? Right, it is needed there to decode instructions which cause #VC exceptions when running as an SEV-ES guest. > > The call-site is added with the patch that includes the > > instruction decoder into the pre-decompression code. If possible I'd > > like to keep those things separate, as both patches are already pretty > > big by themselfes (and they do different things, in different parts of > > the code). > > OK, if you will send v2, please CC both to me. Will do, I added you to the cc-list for future posts of this series. Regards, Joerg