]> git.baikalelectronics.ru Git - kernel.git/commit
powerpc: Set max_mapnr correctly
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Tue, 12 Oct 2021 10:40:37 +0000 (12:40 +0200)
committerMichael Ellerman <mpe@ellerman.id.au>
Wed, 13 Oct 2021 02:28:22 +0000 (13:28 +1100)
commit7911fe4d600340fd894e6dd3c8c28ba62338e21a
tree707091d9b5037c726fa849941974a4ca784d5fcf
parentb4465b6cc1553570be06b5a42ae16b7ac2fb67d4
powerpc: Set max_mapnr correctly

max_mapnr is used by virt_addr_valid() to check if a linear
address is valid.

It must only include lowmem PFNs, like other architectures.

Problem detected on a system with 1G mem (Only 768M are mapped), with
CONFIG_DEBUG_VIRTUAL and CONFIG_TEST_DEBUG_VIRTUAL, it didn't report
virt_to_phys(VMALLOC_START), VMALLOC_START being 0xf1000000.

Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/77d99037782ac4b3c3b0124fc4ae80ce7b760b05.1634035228.git.christophe.leroy@csgroup.eu
arch/powerpc/mm/mem.c