Re: [PATCH v2] efi/arm: dump UEFI runtime page tables for ARM

From: Catalin Marinas
Date: Wed Oct 12 2022 - 05:09:53 EST


On Fri, Sep 30, 2022 at 06:10:24PM +0800, Kefeng Wang wrote:
> UEFI runtime page tables dump only for ARM64 at present,
> but ARM support EFI and ARM_PTDUMP_DEBUGFS now. Since
> ARM could potentially execute with a 1G/3G user/kernel
> split, choosing 1G as the upper limit for UEFI runtime
> end, with this, we could enable UEFI runtime page tables.
>
> Signed-off-by: Kefeng Wang <wangkefeng.wang@xxxxxxxxxx>

Since this is not an update for arm64, I presume it will go in via
either the EFI or the arm32 tree.

Acked-by: Catalin Marinas <catalin.marinas@xxxxxxx>