From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail05.groups.io (mail05.groups.io [45.79.224.7]) by spool.mail.gandi.net (Postfix) with ESMTPS id E9CD5D80553 for ; Thu, 23 Jan 2025 12:05:34 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=7sZTqKZMYe/iRoGhxgPwqCVKyKhx7eMoMBWrZpKILWI=; c=relaxed/simple; d=groups.io; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version:In-Reply-To:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Resent-Date:Resent-From:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Type:Content-Disposition:Content-Transfer-Encoding; s=20240830; t=1737633934; v=1; x=1737893133; b=BzL2XE/jIpKNnSA4ZxtysIekohvlcfUAczeOyPTwtFTQl+Zn1I0p6TfHWcShCkFv1E1EbXWk iyQywDYouYftTZ1pjje3vbK8eX8BY2ks6XmUxYKxyl36rffjwIU8m/xK5wIV+SNWPoTv5tk7S9y ygMGtUxmzSunWGPf18lcYqPFaDabunNw654B7LGjJ/jvn9XVdVGqQ199cUa5sJWKbEiSUqvi6FE hmtqn/nTIRnnjsxOKTzR3hEWf1hkg0fH4WkeIJ0l1hEPHRlfhFnD+w/XmTMicsAWHLkQOqsShTq qaufN0SsqhomvGfzVjc5+7bRnXMU1ngTo/tGBoMAJEKcQ== X-Received: by 127.0.0.2 with SMTP id YOxwYY7687511xXkrQmhn0R3; Thu, 23 Jan 2025 04:05:33 -0800 X-Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by mx.groups.io with SMTP id smtpd.web10.8708.1737633932034033291 for ; Thu, 23 Jan 2025 04:05:32 -0800 X-Received: from mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-588-phbvTIPZNcCi6Bq7jGE_UQ-1; Thu, 23 Jan 2025 07:05:29 -0500 X-MC-Unique: phbvTIPZNcCi6Bq7jGE_UQ-1 X-Mimecast-MFC-AGG-ID: phbvTIPZNcCi6Bq7jGE_UQ X-Received: from mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-05.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 49D881953948; Thu, 23 Jan 2025 12:05:28 +0000 (UTC) X-Received: from sirius.home.kraxel.org (unknown [10.39.194.4]) by mx-prod-int-01.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id EEF043003FD3; Thu, 23 Jan 2025 12:05:27 +0000 (UTC) X-Received: by sirius.home.kraxel.org (Postfix, from userid 1000) id 8191C1800382; Thu, 23 Jan 2025 13:05:25 +0100 (CET) Date: Thu, 23 Jan 2025 13:05:25 +0100 From: "Gerd Hoffmann via groups.io" To: "Aithal, Srikanth" Cc: "devel@edk2.groups.io" Subject: Re: [edk2-devel] edk2 master: AMD guest boot with AmdSevX64 fails Message-ID: References: <11c4ec16-1150-40cf-a365-14edf138ce18@amd.com> MIME-Version: 1.0 In-Reply-To: <11c4ec16-1150-40cf-a365-14edf138ce18@amd.com> X-Scanned-By: MIMEDefang 3.4.1 on 10.30.177.4 X-Mimecast-Spam-Score: 0 X-Mimecast-MFC-PROC-ID: Qn-Y9sJHD3TBsTYb0Ws8rHJNP0nXdw2goNXy914TQFI_1737633928 X-Mimecast-Originator: redhat.com Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Resent-Date: Thu, 23 Jan 2025 04:05:32 -0800 Resent-From: kraxel@redhat.com Reply-To: devel@edk2.groups.io,kraxel@redhat.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: gaKQto6dG0kafLnPmVsvaNzRx7686176AA= Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20240830 header.b="BzL2XE/j"; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 45.79.224.7 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=pass (policy=none) header.from=groups.io On Wed, Jan 22, 2025 at 06:14:23PM +0530, Aithal, Srikanth wrote: > Hello, > > With current edk2/master booting AMD SEV-ES and SNP guests with AmdSevX64 > package is failing with below error: > Same test had passed yesterdays master, I did git bisect which points to > below commit. The commit before this passes the same boot test. > > commit 459f5ffa24ae8574657c4105af0ff7dc30ac428d > Author: Gerd Hoffmann > Date:   Tue Jan 14 17:36:39 2025 +0100 > >     OvmfPkg/QemuKernelLoaderFsDxe: rework direct kernel boot filesystem [ ... ] >     No (intentional) change in filesystem protocol behavior. Oops So it did not work out as intended ... My first guess would be that the VerifyBlob re-arrangements break SEV boot somehow. Can you send the complete log for both working and non-working case? thanks, Gerd -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#121041): https://edk2.groups.io/g/devel/message/121041 Mute This Topic: https://groups.io/mt/110751667/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-