riscv: Fix PTDUMP output now BPF region moved back to module region
authorAlexandre Ghiti <alex@ghiti.fr>
Thu, 24 Jun 2021 12:17:21 +0000 (14:17 +0200)
committerPalmer Dabbelt <palmerdabbelt@google.com>
Tue, 6 Jul 2021 22:21:27 +0000 (15:21 -0700)
commit7761e36bc7222d1221242c5f195ee0fd40caea40
treed5b2e286ff74335468b832e9d77363cb268900f3
parentca6eaaa210deec0e41cbfc380bf89cf079203569
riscv: Fix PTDUMP output now BPF region moved back to module region

BPF region was moved back to the region below the kernel at the end of
the module region by 3a02764c372c ("riscv: Ensure BPF_JIT_REGION_START
aligned with PMD size"), so reflect this change in kernel page table
output.

Signed-off-by: Alexandre Ghiti <alex@ghiti.fr>
Reviewed-by: Jisheng Zhang <jszhang@kernel.org>
Fixes: 3a02764c372c ("riscv: Ensure BPF_JIT_REGION_START aligned with PMD size")
Signed-off-by: Palmer Dabbelt <palmerdabbelt@google.com>
arch/riscv/mm/ptdump.c