Re: [edk2] [PATCH 2/2] MdeModulePkg/Core: fix ineffective guard page issue

2018-11-06 Thread Wang, Jian J
Jiewen > ; Zeng, Star > Subject: Re: [edk2] [PATCH 2/2] MdeModulePkg/Core: fix ineffective guard page > issue > > On Sat, Nov 03, 2018 at 02:42:21PM +0800, Jian J Wang wrote: > > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1295 > > > > This issue origin

Re: [edk2] [PATCH 2/2] MdeModulePkg/Core: fix ineffective guard page issue

2018-11-06 Thread Leif Lindholm
On Sat, Nov 03, 2018 at 02:42:21PM +0800, Jian J Wang wrote: > REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1295 > > This issue originates from following patch which allows to enable > paging if PcdImageProtectionPolicy and PcdDxeNxMemoryProtectionPolicy > (in addition to PcdSetNxForStack)

[edk2] [PATCH 2/2] MdeModulePkg/Core: fix ineffective guard page issue

2018-11-03 Thread Jian J Wang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1295 This issue originates from following patch which allows to enable paging if PcdImageProtectionPolicy and PcdDxeNxMemoryProtectionPolicy (in addition to PcdSetNxForStack) are set to enable related features.