From nobody Thu May 2 06:44:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+89914+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89914+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=intel.com ARC-Seal: i=1; a=rsa-sha256; t=1653040242; cv=none; d=zohomail.com; s=zohoarc; b=e8RZkdJDKVRVJ1pfRZaidDa5i+WuYUQjMNjwxH985NuA2jkxXtsjxDgjfq4BxYNyricQZ29VPLtHJPiNvcWi+slhaVgia6x7cLj4P2mXs1KZMkpzE0ivp7/ecpTm7C4aVHuTcOmkpzYpZCZv2qNJFyvvf9cfdpGR0nHhbL18+N0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1653040242; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:Sender:Subject:To; bh=aOp+4KfCZSj/hb7R8ywEHauQ7eZp9ip3utI+6rrRo0Y=; b=P7rdPNrCy3VduUJHBx/+a33bxf1UTpFpGYorgyYZjo7zPVHP86rQxn3uqba80DfnnXSrDdrr7yNG7nos/Nw2Cl+8mlwujkQgjKnekApNeHjMKrVwv/A0Hf2rKW40DQVqM/Wc8ongMUELzYDismA/bFPV7AU3IRYvJMfGi1m2B5k= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+89914+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1653040242307964.6652286297797; Fri, 20 May 2022 02:50:42 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id oOErYY1788612xBjty8OGzCI; Fri, 20 May 2022 02:50:41 -0700 X-Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mx.groups.io with SMTP id smtpd.web11.6816.1653040237982104950 for ; Fri, 20 May 2022 02:50:39 -0700 X-IronPort-AV: E=McAfee;i="6400,9594,10352"; a="272529692" X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="272529692" X-Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 02:50:37 -0700 X-IronPort-AV: E=Sophos;i="5.91,238,1647327600"; d="scan'208";a="701675615" X-Received: from cbduggap-mobl1.gar.corp.intel.com ([10.215.196.222]) by orsmga004-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 May 2022 02:50:35 -0700 From: "cbduggap" To: devel@edk2.groups.io Cc: Ray Ni , Jian J Wang Subject: [edk2-devel] [PATCH] REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3898 S3 Resume flow may result in executing garbage address. Date: Fri, 20 May 2022 15:20:19 +0530 Message-Id: <113d61a7187c655f26c37069e045f387b4a586af.1653040184.git.chinni.b.duggapu@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,chinni.b.duggapu@intel.com X-Gm-Message-State: ULOdDqEROfTZ5YXH8yDvbg5Hx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1653040241; bh=yMcLWf1tAfRKeS0fE/IThfqu4sbZ/UlFKq2nTP9Nnw4=; h=Cc:Date:From:Reply-To:Subject:To; b=JoIDLgF42DXVLG/jawz/IlmfcSp2mULOuSIAE/tX2cHERYpiMMVZKCy+92fNrGADtGC /8viA1vxmVNOT0BaFV7qR7UHx/0XoR1JJLPC092leRGWlKKtY00OpEoKs5Pr/yWKcQ1tX G3r6kcQA+AS4Yjivc2KfcYZVhxGpLf+0c/I= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1653040243614100003 Content-Type: text/plain; charset="utf-8" Cc: Ray Ni Cc: Jian J Wang Signed-off-by: cbduggap --- MdeModulePkg/Core/DxeIplPeim/DxeLoad.c | 1 + 1 file changed, 1 insertion(+) diff --git a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c b/MdeModulePkg/Core/Dxe= IplPeim/DxeLoad.c index 2c19f1a507..16319e2fd3 100644 --- a/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c +++ b/MdeModulePkg/Core/DxeIplPeim/DxeLoad.c @@ -288,6 +288,7 @@ DxeLoadCore ( EFI_ERROR_CODE | EFI_ERROR_MAJOR, (EFI_SOFTWARE_PEI_MODULE | EFI_SW_PEI_EC_S3_RESUME_PPI_NOT_FOUND) ); + PeiServicesResetSystem2 (EfiResetWarm, EFI_SUCCESS, 0, NULL); } =20 ASSERT_EFI_ERROR (Status); --=20 2.36.0.windows.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#89914): https://edk2.groups.io/g/devel/message/89914 Mute This Topic: https://groups.io/mt/91227575/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-