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 3E3CD740041 for ; Tue, 6 Feb 2024 07:58:11 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=YQTyZjz7PdwTCFclHt36a2U54d31Nf0SrnSt31XaZ9k=; c=relaxed/simple; d=groups.io; h=From:To:Subject:Date:Message-Id:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe; s=20140610; t=1707206289; v=1; b=RPmxtxg1Rp89kK9koPbhu6XOLTeELG5Jyx+dddS3iPZ7HNlhlFmZRX7WNbygusM02uGTdjW5 9mrhTIixYEJJyq5802GtV1Mtx6BJcyQtG2sDbOoXB65qb8Jmtzs3jUmlfRuAGloxrZNRRoGxeK0 daRa/AJy685KoBFI0VgdEGQM= X-Received: by 127.0.0.2 with SMTP id rKvAYY7687511xIwaFdEET5Q; Mon, 05 Feb 2024 23:58:09 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [192.198.163.18]) by mx.groups.io with SMTP id smtpd.web10.17030.1707206288775720019 for ; Mon, 05 Feb 2024 23:58:08 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10975"; a="575538" X-IronPort-AV: E=Sophos;i="6.05,246,1701158400"; d="scan'208";a="575538" X-Received: from fmviesa004.fm.intel.com ([10.60.135.144]) by fmvoesa112.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2024 23:58:08 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,246,1701158400"; d="scan'208";a="5571318" X-Received: from sh1gapp1009.ccr.corp.intel.com ([10.239.189.219]) by fmviesa004.fm.intel.com with ESMTP; 05 Feb 2024 23:58:07 -0800 From: "Wu, Jiaxin" To: devel@edk2.groups.io Subject: [edk2-devel] [PATCH v3 0/2] SMM CPU Optimization Date: Tue, 6 Feb 2024 15:58:02 +0800 Message-Id: <20240206075804.15152-1-jiaxin.wu@intel.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 Reply-To: devel@edk2.groups.io,jiaxin.wu@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: IbwuM4L3Ca2TG3IiBsVdwcvIx7686176AA= X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=RPmxtxg1; 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 In V3 patch set, drop the patch to update the CheckFeatureSupported. The new patch set only focus on the BspIndex refinement. Jiaxin Wu (2): UefiCpuPkg/PiSmmCpuDxeSmm: Avoid BspIndex typecasting UefiCpuPkg/PiSmmCpuDxeSmm: Check BspIndex first before lock cmpxchg UefiCpuPkg/PiSmmCpuDxeSmm/MpService.c | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) -- 2.16.2.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115149): https://edk2.groups.io/g/devel/message/115149 Mute This Topic: https://groups.io/mt/104194203/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-