[edk2-devel] [PATCH v5 08/28] UefiCpuPkg: Always Set Stack Guard in MpPei Init

2023-10-08 Thread Taylor Beebe
Memory protection is not set in PEI and ingested during and after DXE handoff. This paradigm means that the platform cannot reliably query the stack guard setting during MpInit. Because the execution path of PEI consistent and no third party code is executed, setting the stack guard in MpInit on ev

Re: [edk2-devel] [PATCH v5 08/28] UefiCpuPkg: Always Set Stack Guard in MpPei Init

2023-10-09 Thread Laszlo Ersek
On 10/9/23 02:07, Taylor Beebe wrote: > Memory protection is not set in PEI and ingested during and > after DXE handoff. This paradigm means that the platform cannot > reliably query the stack guard setting during MpInit. Because the > execution path of PEI consistent and no third party > code is e