From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id 50121940EAE for ; Tue, 21 Nov 2023 02:34:49 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=DO9ov9U5XKscXAzrOhUY/G/LtFrLpyoh+YPLE4Iiaqw=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1700534088; v=1; b=UPO3O15XhRohqBF8TPeguKYYTuhn8RCVaHAtuzaSAw0mD1UuMw1IchwuouRb8eqRL3GdhZGz eLMpbeqqHUnqyoqPJTP2iVAQZjOe+rQtilVfaZreJ5wogy5quWAjKoqdDQCi569LJJ6Mard+Fz7 6ECVQpOvcRqTKcW/0IxJthZs= X-Received: by 127.0.0.2 with SMTP id vFn5YY7687511xzzCyTOBYtt; Mon, 20 Nov 2023 18:34:48 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.9]) by mx.groups.io with SMTP id smtpd.web10.26472.1700534087473501873 for ; Mon, 20 Nov 2023 18:34:47 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="10417181" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="10417181" X-Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orvoesa101.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 20 Nov 2023 18:34:46 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10900"; a="716395834" X-IronPort-AV: E=Sophos;i="6.04,215,1695711600"; d="scan'208";a="716395834" X-Received: from shwdeopenlab813.ccr.corp.intel.com ([10.239.55.230]) by orsmga003.jf.intel.com with ESMTP; 20 Nov 2023 18:34:45 -0800 From: "Yuanhao Xie" To: devel@edk2.groups.io Cc: xieyuanh Subject: [edk2-devel] [Patch V7 0/2]UefiCpuPkg/MpInitLib: Enable execute disable bit. Date: Tue, 21 Nov 2023 10:34:37 +0800 Message-Id: <20231121023439.2383-1-yuanhao.xie@intel.com> MIME-Version: 1.0 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 Reply-To: devel@edk2.groups.io,yuanhao.xie@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: CXJA4ysjCoWEz3buJQoj6hPQx7686176AA= Content-Transfer-Encoding: quoted-printable X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=UPO3O15X; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none); spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io This patch series synchronizes the No-Execute bit in the IA32_EFER=0D register for the APs before the RestoreVolatileRegisters operation.=0D It also updated the comments of _CPU_MP_DATA to delcared that=0D duplications in CpuMpData are present to avoid to be direct accessed=0D and comprehended in assembly code.=0D =0D It updated the structure comments compared with V6.=0D =0D Yuanhao Xie (1):=0D UefiCpuPkg/MpInitLib: Enable execute disable bit.=0D =0D xieyuanh (1):=0D UefiCpuPkg/MpInitLib: Update the comments of _CPU_MP_DATA.=0D =0D UefiCpuPkg/Library/MpInitLib/MpEqu.inc | 2 ++=0D UefiCpuPkg/Library/MpInitLib/MpLib.c | 14 +++++++++++---=0D UefiCpuPkg/Library/MpInitLib/MpLib.h | 14 ++++++++------=0D 3 files changed, 21 insertions(+), 9 deletions(-)=0D =0D --=0D 2.39.1.windows.1=0D =0D -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#111504): https://edk2.groups.io/g/devel/message/111504 Mute This Topic: https://groups.io/mt/102721660/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-