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=star.zeng@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 DEEEF2118C509 for ; Tue, 6 Nov 2018 18:55:32 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Nov 2018 18:55:32 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,474,1534834800"; d="scan'208";a="277727942" Received: from shzintpr03.sh.intel.com (HELO [10.253.24.32]) ([10.239.4.100]) by fmsmga005.fm.intel.com with ESMTP; 06 Nov 2018 18:55:31 -0800 To: Jian J Wang , edk2-devel@lists.01.org Cc: Ruiyu Ni , Jiewen Yao , star.zeng@intel.com References: <20181107005311.5912-1-jian.j.wang@intel.com> From: "Zeng, Star" Message-ID: Date: Wed, 7 Nov 2018 10:55:00 +0800 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20181107005311.5912-1-jian.j.wang@intel.com> Subject: Re: [PATCH v2 0/2] *fix ineffective guard page issue 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: Wed, 07 Nov 2018 02:55:33 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 2018/11/7 8:53, Jian J Wang wrote: >> v2: re-generate the patch per Leif's comments > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1295 > > Cc: Star Zeng > Cc: Jiewen Yao > Cc: Ruiyu Ni > Cc: Leif Lindholm > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Jian J Wang Reviewed-by: Star Zeng > > Jian J Wang (2): > MdeModulePkg/Core: fill logic hole in > MemoryProtectionCpuArchProtocolNotify > MdeModulePkg/Core: fix ineffective guard page issue > > MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 44 +++++++++++++-------------- > 1 file changed, 21 insertions(+), 23 deletions(-) >