Re: [edk2] [patch 0/2] MdeModulePkg/HiiDatabaseDxe: Make sure database update behaviors are atomic

2018-10-25 Thread Gao, Liming
Reviewed-by: Liming Gao > -Original Message- > From: Bi, Dandan > Sent: Friday, October 12, 2018 7:26 PM > To: edk2-devel@lists.01.org > Cc: Gao, Liming ; Dong, Eric > Subject: [patch 0/2] MdeModulePkg/HiiDatabaseDxe: Make sure database update > behaviors are atomic > > The main

[edk2] [patch 0/2] MdeModulePkg/HiiDatabaseDxe: Make sure database update behaviors are atomic

2018-10-12 Thread Dandan Bi
The main purpose of this task is to make sure the operations that update the HiiDatabase atomic the avoid the potential risk that the one update operation with higher TPL may interrupt another. Patch 1 is to reorgnize the existing code logic and make it's easy to add EfiAcquireLock/EfiReleaseLock