]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: ptdump: Use the ptdump description from a local context
authorSebastian Ene <sebastianene@google.com>
Mon, 9 Sep 2024 12:47:19 +0000 (12:47 +0000)
committerMarc Zyngier <maz@kernel.org>
Tue, 10 Sep 2024 20:32:51 +0000 (21:32 +0100)
commit9182301a7bd2564fb050ade9820333c8b1adfcc2
treefe5274bfdcd1ce998bb9c53c699536130da730ed
parentacc3d3a8176651a839056c7da4b925ea0bcc38c2
arm64: ptdump: Use the ptdump description from a local context

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@google.com>
Acked-by: Will Deacon <will@kernel.org>
Link: https://lore.kernel.org/r/20240909124721.1672199-4-sebastianene@google.com
Signed-off-by: Marc Zyngier <maz@kernel.org>
arch/arm64/include/asm/ptdump.h
arch/arm64/mm/ptdump.c