From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by mx.groups.io with SMTP id smtpd.web08.1988.1655091554100657261 for ; Sun, 12 Jun 2022 20:39:15 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="unable to parse pub key" header.i=@intel.com header.s=intel header.b=fWJsxtvA; spf=pass (domain: intel.com, ip: 134.134.136.31, mailfrom: ray.ni@intel.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1655091554; x=1686627554; h=from:to:subject:date:message-id:mime-version: content-transfer-encoding; bh=g0EKBbmvxtELfHcPQx7Vmjo257176gLrokG7/1/hMTc=; b=fWJsxtvA5kZliaggVwj2CoUDuQXWHXad+Kpx4IeN82LNA4pVZHsgRPyF PzqX3mB/HWHx2XohIFjUnGY9et55hDoick2PV5+BJI6SPgVtpNyOUdKgF ajH763I7bcYYHkdoz4aHU0lr+IJvnubC8lIzZFdUtw6WHGqVKORBuvbO4 pNvsu+9a/nDdIJkJTtsqAQUBRUzih2GrSRqr5VX+DyfJ6SDLqlV7vBXQu 7DMxIXyRY/5jovYYUm/KFQJX7UJc0KKVaDn+NQGZFEqxoAXNkUnwXXyaw 8CiMXXTZeMrISEjUE9f0NKhdkFusZ2Eaxj5AJZlhsE6K8qtHL+6RpXPiw w==; X-IronPort-AV: E=McAfee;i="6400,9594,10376"; a="339826054" X-IronPort-AV: E=Sophos;i="5.91,296,1647327600"; d="scan'208";a="339826054" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga104.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 12 Jun 2022 20:39:13 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.91,296,1647327600"; d="scan'208";a="639470368" Received: from shwdeopenlab706.ccr.corp.intel.com ([10.239.183.102]) by fmsmga008.fm.intel.com with ESMTP; 12 Jun 2022 20:39:07 -0700 From: "Ni, Ray" To: devel@edk2.groups.io Subject: [PATCH 0/2] DxeMain: Fix the bug that StackGuard is not enabled Date: Mon, 13 Jun 2022 11:39:01 +0800 Message-Id: <20220613033903.1395-1-ray.ni@intel.com> X-Mailer: git-send-email 2.35.1.windows.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Ray Ni (2): ArmPkg/ArmExceptionLib: Follow new CpuExceptionHandlerLib APIs DxeMain: Fix the bug that StackGuard is not enabled .../Library/ArmExceptionLib/ArmExceptionLib.c | 58 ++++--------------- MdeModulePkg/Core/Dxe/DxeMain/DxeMain.c | 8 +++ 2 files changed, 19 insertions(+), 47 deletions(-) -- 2.35.1.windows.2