From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5BA0F33E347 for ; Tue, 7 Jul 2026 15:03:35 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783436616; cv=none; b=Va4TSsEYvrlKhkMP+kg+0p+tyHP1Au8+TBqYq8QIDBRqY4SsfVhOLyjI5vDP7yMAwZzA9PdV/n4dEDFa+YAQJ39nwsBEivoiiPsVeMRio7Zxv0/QGp3AYpweq0IQbExY7rAusDo+CsUfEonwcR3hxtsVf0wmQbBKwtcsCrwzPbo= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1783436616; c=relaxed/simple; bh=EHinImWlLm0IgOUL9/LwV7Okd0tK3rcgnAAL6dF2nMQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=p8E3AS+cAQPFxm8bMONnd5mymlcSnNgE1S4cJGJLBUxO8PyCg+wfJIMK3LYGZpA3gTYl2lJboBzLgTOme7FVV2xuHUJP7FQkgc24MqAijYVmPhtW96Wq7eAtpBS8GiKHHimjhGi7l6BwFZlZLNRrhI8XnZe4CDaDl6d3XRO30A0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=HfiJeAEX; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="HfiJeAEX" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6B7FB1F000E9; Tue, 7 Jul 2026 15:03:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1783436615; bh=EHinImWlLm0IgOUL9/LwV7Okd0tK3rcgnAAL6dF2nMQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To; b=HfiJeAEX+GdjK1VPjEjbui9cfuLBGJlQb+ehc6DA1ZziVkJhjOb4QFO4QDbdvzXIZ SiWFYoEzZ/7HSw7BMOR6rQnsp2h8kyxte6kqI8wqyJVl4tHiPgYDLFm84/PmKzPPku hm4yZuf6vadh1TQL1rc5Kt20+2RAtPnczw1IxTPprXCEXSbfqs3TTbw7LUkqkMTkNo rihNOcU6uV5ctsVNNS0nNkDotwqnpzuh+MBqQcJcA2umd1khr527T3CoJbVSv7oBQJ YZ5kUXcKg53uSfudVcwZTgxTGTF2mzuoHh5dFRUaM3pWHrKDYyrmgX5WeKcQXlPvAq rvF1K1uMnrC+w== Date: Tue, 7 Jul 2026 09:03:32 -0600 From: Tycho Andersen To: Thomas Gleixner , Ingo Molnar , Borislav Petkov , Dave Hansen , x86@kernel.org, "H. Peter Anvin" Cc: Tom Lendacky , Ashish Kalra , Nikunj A Dadhania , Kees Cook , linux-kernel@vger.kernel.org, Srikanth.Aithal@amd.com, David.Kaplan@amd.com, Yazen.Ghannam@amd.com Subject: Re: [PATCH v4] x86/virt/sev: Revert "Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_EN" Message-ID: References: <20260707150033.2364758-1-tycho@kernel.org> Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260707150033.2364758-1-tycho@kernel.org> On Tue, Jul 07, 2026 at 09:00:33AM -0600, Tycho Andersen wrote: > Subject: [PATCH v4] Ugh, sorry, this is the *public* v1. Got my automation wrong. Thanks, Tycho