Re: [edk2] [PATCH 0/3] Display new stack base and size

2016-11-08 Thread Tian, Feng
Series Reviewed-by: Feng Tian Thanks Feng -Original Message- From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jeff Fan Sent: Friday, November 4, 2016 10:19 AM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 0/3] Display new stack base and size Dump new stack

[edk2] [PATCH 0/3] Display new stack base and size

2016-11-03 Thread Jeff Fan
Dump new stack base and size could help developer to fix stack crash issue. Normally, stack is changed by EnablePaging64()/DisablePaging64()/SwitchStack(). But these APIs have no knowledge of stack size. It's better to let caller display the stack base and size informations. Some modules alreadys