Re: [edk2-devel] [PATCH] MdePkg Include: Fix typos

2023-05-20 Thread Giri Mudusuru via groups.io
Thanks Michael for below info. > On May 18, 2023, at 8:36 AM, Michael Kubacki > wrote: > > The spell check CI plugin is in "AuditOnly" mode so it is not actually > failing the build. > > https://github.com/tianocore/edk2/blob/master/MdePkg/MdePkg.ci.yaml#L166 > > This has more info about ho

Re: [edk2-devel] [PATCH v2 2/2] ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX

2023-05-20 Thread Ard Biesheuvel
On Sat, 20 May 2023 at 10:37, Oliver Steffen wrote: > > Quoting Ard Biesheuvel (2023-05-19 23:36:53) > > On Fri, 19 May 2023 at 18:32, Oliver Steffen wrote: > > > > > > > > > Hi all, > > > > > > I had another look at this and I can now reproduce the issue consistently, > > > with a quite minimal

[edk2-devel] [PATCH edk2-stable202305] ArmPkg/ArmMmuLib: Add missing ISB after page table update

2023-05-20 Thread Ard Biesheuvel
The helper that updates live page table entries writes a zero entry, invalidates the covered address range from the TLBs, and finally writes the actual entry. This ensures that no TLB conflicts can occur. Writing the final entry needs to complete before any translations can be performed, as otherw

Re: [edk2-devel] [PATCH v2 2/2] ArmVirtPkg/ArmVirtQemu: Avoid early ID map on ThunderX

2023-05-20 Thread Oliver Steffen
Quoting Ard Biesheuvel (2023-05-19 23:36:53) > On Fri, 19 May 2023 at 18:32, Oliver Steffen wrote: > > > > > > Hi all, > > > > I had another look at this and I can now reproduce the issue consistently, > > with a quite minimal setup, on recent Linux kernel, Qemu, and EDK2. > > It requires rebootin