Re: [edk2-devel] [PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

2023-07-07 Thread Kun Qin
Hi Sami, Jiewen & Jian, Just a gentle ping on this. Could you please provide further feedback on this patch and/or merge the patch? Thanks in advance! Regards, Kun On 7/3/2023 1:09 PM, Kun Qin via groups.io wrote: Hi Sami, Would you prefer to have input from Jiewen or Jian to review this

Re: [edk2-devel] [PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

2023-07-07 Thread Sami Mujawar
For some reason the reply to this thread were not linked. Please see the discussion at https://edk2.groups.io/g/devel/message/106720 Regards, Sami Mujawar -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#106721):

Re: [edk2-devel] [PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

2023-07-07 Thread Sami Mujawar
Hi Kun, This patch and Pierre's series at https://edk2.groups.io/g/devel/message/106711 are both required to fix the RNG implementation for Arm. I will wait for the MdePkg and SecurityPkg maintainers for any feedback by end of next week. If there are no futher comments, I will merge both

Re: [edk2-devel] [PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

2023-07-03 Thread Kun Qin
Hi Sami, Would you prefer to have input from Jiewen or Jian to review this patch as well? Otherwise, would you mind helping me to merge the change? Thanks in advance! Regards, Kun On 6/29/2023 4:59 PM, Kun Qin via groups.io wrote: From: Kun Qin REF:

[edk2-devel] [PATCH v2 1/1] SecurityPkg: RngDxe: Fixing mAvailableAlgoArray allocator

2023-06-29 Thread Kun Qin
From: Kun Qin REF: https://bugzilla.tianocore.org/show_bug.cgi?id=4491 mAvailableAlgoArray is currently allocated for "RNG_AVAILABLE_ALGO_MAX" number of bytes, whereas it was dereferenced as "EFI_RNG_ALGORITHM". This change fixed the buffer allocation logic by allocating a proper size of