From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.136; helo=mga12.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id D701921106FA6 for ; Sat, 29 Sep 2018 22:20:46 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Sep 2018 22:20:46 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,322,1534834800"; d="scan'208";a="74978326" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga008.fm.intel.com with ESMTP; 29 Sep 2018 22:20:46 -0700 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 29 Sep 2018 22:20:45 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 29 Sep 2018 22:20:45 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.27]) with mapi id 14.03.0319.002; Sun, 30 Sep 2018 13:20:43 +0800 From: "Wu, Hao A" To: Laszlo Ersek , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Yao, Jiewen" Thread-Topic: [edk2] [PATCH v3 0/5] [CVE-2017-5753] Bounds Check Bypass issue in SMI handlers Thread-Index: AQHUV8HDIxWqIRlm3E+tgaZH6VpZB6UG/3UAgAFLSaA= Date: Sun, 30 Sep 2018 05:20:42 +0000 Message-ID: References: <20180929065736.12796-1-hao.a.wu@intel.com> <77bd9e44-6b9d-be19-748f-41a22c41f498@redhat.com> In-Reply-To: <77bd9e44-6b9d-be19-748f-41a22c41f498@redhat.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 0/5] [CVE-2017-5753] Bounds Check Bypass issue in SMI handlers X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2018 05:20:47 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of La= szlo > Ersek > Sent: Sunday, September 30, 2018 1:34 AM > To: Wu, Hao A; edk2-devel@lists.01.org > Cc: Kinney, Michael D; Yao, Jiewen > Subject: Re: [edk2] [PATCH v3 0/5] [CVE-2017-5753] Bounds Check Bypass is= sue > in SMI handlers >=20 > On 09/29/18 08:57, Hao Wu wrote: > > V3 changes: > > A. Fix wrong file (should be LoadFenceSmm.c) gets listed in > > MdeModulePkg/Universal/Variable/RuntimeDxe/VariableSmm.inf > > > > B. Rename the newly introduced internal function from 'VariableLoadFenc= e' > > to 'MemoryLoadFence' within > > MdeModulePkg/Universal/Variable/RuntimeDxe/ > > > > C. Remove extra empty line before EOF for files: > > MdePkg/Library/BaseLib/Ia32/Lfence.nasm > > MdePkg/Library/BaseLib/X64/Lfence.nasm > > > > D. Remove dummy message within commit log messages > > > > Since A. has functional impact. Thus send V3 of the series. >=20 > series > Acked-by: Laszlo Ersek > Regression-tested-by: Laszlo Ersek Thanks a lot for the comments and tests. Series been pushed at 2ecd829972..5b02be4d9a. Best Regards, Hao Wu >=20 > Thanks > Laszlo > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel