[PATCH v10 3/5] arm64: ptdump: Use the ptdump description from a local context
Will Deacon
will at kernel.org
Tue Sep 10 03:03:13 PDT 2024
On Mon, Sep 09, 2024 at 12:47:19PM +0000, Sebastian Ene wrote:
> Rename the attributes description array to allow the parsing method
> to use the description from a local context. To be able to do this,
> store a pointer to the description array in the state structure. This
> will allow for the later introduced callers (stage_2 ptdump) to specify
> their own page table description format to the ptdump parser.
>
> Signed-off-by: Sebastian Ene <sebastianene at google.com>
> ---
> arch/arm64/include/asm/ptdump.h | 1 +
> arch/arm64/mm/ptdump.c | 13 ++++++++-----
> 2 files changed, 9 insertions(+), 5 deletions(-)
Acked-by: Will Deacon <will at kernel.org>
Will
More information about the linux-arm-kernel
mailing list