Re: [edk2] [PATCH] MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStop

2016-03-27 Thread Tian, Feng
It's better to add more detail comments on code or commit log to explain why the re-entry happens. Reviewed-by: Feng Tian Thanks Feng -Original Message- From: Wu, Hao A Sent: Thursday, March 17, 2016 10:45 AM To: edk2-devel@lists.01.org; Ni, Ruiyu

[edk2] [PATCH] MdeModulePkg PartitionDxe: Add Re-entry handling logic for BindingStop

2016-03-19 Thread Hao Wu
There are scenario when the BindingStop service of PartitionDxe driver be re-entered. The current code has potential issue of referencing of already stopped child handle. This commit adds re-entry handling logic to resolve such issue. Contributed-under: TianoCore Contribution Agreement 1.0