Received: by 2002:a05:6a10:2785:0:0:0:0 with SMTP id ia5csp433363pxb; Thu, 14 Jan 2021 09:18:43 -0800 (PST) X-Google-Smtp-Source: ABdhPJyBRktoOzGKS8JBrYAbD7yrtS3dlBZKFbKrEtJn/awUcUYdeHph28+pn6pvb4TMBd8oiNDe X-Received: by 2002:a17:906:e093:: with SMTP id gh19mr6073219ejb.510.1610644723054; Thu, 14 Jan 2021 09:18:43 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1610644723; cv=none; d=google.com; s=arc-20160816; b=v11Q0rz77RygSy3A9g8xYZ5rCxGlYC96SwxrbMqZPkKwLYhdhRax+8EGCEwL7Y4hXl pvtFPgAQ9sQA7S6qgbFXvs2LCa3+ooXhSQwPZ1M4axSloohXF4huy5H9+h5eHxLYybrX gGsnCWHZmZ9+uvWPrtA/ouveIrQ+tRUxyAwOiBnFTfVFTwwZ8zZ66Ho70kydAoPC3Xz4 BqecQsBf3HNfDQsfBSF5CUzOkXSkPqkwA4RtMbAwwfq7YadB5sBt79eTaHUr3abjnnyN zyr5yXRAD4sRqgR5IYdfol9e9vh74rNf67HfCRhiDQJ8G3eX/N3SG1MXeLqMIPIPVYpS +V1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-transfer-encoding :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=zM7CcGlNxRJaMqzT8qyN8sIkLuBSc8ao31L3t10fKt4=; b=pT7c4IghmC88b/VhrVdxw7nf7KYAkGKvRgnbJBhIxjjqy2z/KjYF0Wx8UjCwwEgiGs YV8tyKp+nFs93LAVglaIsXWx6fXIuLGaiVdI5sPCOkJeaHW+WUXaiqXCuoebcUTgArQL 4ORLBAvgXlHge6opeWC+KmZx08qZxZJgIgX9BD94vJaTkRcjUYx0Xedhc5zfN51PN/y1 qE27Mc8iBGLYXQjS2ydZXU6eZ6zJx2s3K0lY8UeuSY2pcA9+lWeRtOOzuegY9efiC/0Y j46E66mK9fI7uPpU7us5+7Ej6q40165sBC7QnYbzRrifaQN/6ij0/ZFICL/8xvubaUh8 ZytA== 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 r2si2831572eds.180.2021.01.14.09.18.18; Thu, 14 Jan 2021 09:18:43 -0800 (PST) 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 S1728608AbhANRRV (ORCPT + 99 others); Thu, 14 Jan 2021 12:17:21 -0500 Received: from mx2.suse.de ([195.135.220.15]:39778 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727512AbhANRRV (ORCPT ); Thu, 14 Jan 2021 12:17:21 -0500 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 0821FB718; Thu, 14 Jan 2021 17:16:39 +0000 (UTC) Date: Thu, 14 Jan 2021 18:16:31 +0100 From: Borislav Petkov To: Sean Christopherson Cc: Paolo Bonzini , Dave Hansen , Andy Lutomirski , Peter Zijlstra , Vitaly Kuznetsov , Wanpeng Li , Jim Mattson , Joerg Roedel , kvm@vger.kernel.org, linux-kernel@vger.kernel.org, Tom Lendacky , Brijesh Singh Subject: Re: [PATCH v2 04/14] x86/cpufeatures: Assign dedicated feature word for AMD mem encryption Message-ID: <20210114171631.GD13213@zn.tnic> References: <20210114003708.3798992-1-seanjc@google.com> <20210114003708.3798992-5-seanjc@google.com> <20210114113528.GC13213@zn.tnic> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 14, 2021 at 09:09:28AM -0800, Sean Christopherson wrote: > Hmm, patch 05/14 depends on the existence of the new word. That's a non-issue > if you're planning on taking this for 5.11. If it's destined for 5.12, maybe > get an ack from Paolo on patch 05 and take both through tip? Yeah, I guess that. Both are not urgent 5.11 material to take 'em now. So I guess I'll wait for Paolo's ACK. > I can drop them from this series when I send v3. In hindsight, I > should have split these two patches into a separate mini-series from > the get-go. Nah, no worries. We do patch acrobatics on a daily basis. :-) Thx. -- Regards/Gruss, Boris. SUSE Software Solutions Germany GmbH, GF: Felix Imendörffer, HRB 36809, AG Nürnberg