Home
last modified time | relevance | path

Searched hist:"7 e4d4cfed6483303436687f1db9a28a377c6ab2a" (Results 1 – 1 of 1) sorted by relevance

/linux/arch/s390/mm/
H A Ddump_pagetables.cdiff 7e4d4cfed6483303436687f1db9a28a377c6ab2a Tue Jul 23 20:49:54 CEST 2024 Heiko Carstens <hca@linux.ibm.com> s390/mm/ptdump: Add support for relocated lowcore mapping

The page table dumper contains a hard coded assumption that the first
mapped area starts at address zero. With a relocated lowcore this is
not true anymore. Subsequently the first entry (lowcore) is printed as
if it would contain everything from address zero until the end of the
location of the lowcore area.

Fix this by adding a single "Kernel Virtual Address Space" entry,
which always starts at address zero. It ends when the lowcore area
starts which is either address zero, or its relocated address.

Reviewed-by: Sven Schnelle <svens@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>