powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32
authorChristophe Leroy <christophe.leroy@csgroup.eu>
Wed, 5 Aug 2020 15:27:29 +0000 (15:27 +0000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 18 Aug 2020 03:39:52 +0000 (13:39 +1000)
commit48d2f0407be7a36e8f20be37ec9121e021ef3964
tree1e5dff2c1dfaa8b12c6ce2502a4304ceeec0afc8
parentfdc6edbb31fba76fd25d7bd016b675a92908d81e
powerpc/kasan: Fix KASAN_SHADOW_START on BOOK3S_32

On BOOK3S_32, when we have modules and strict kernel RWX, modules
are not in vmalloc space but in a dedicated segment that is
below PAGE_OFFSET.

So KASAN_SHADOW_START must take it into account.

MODULES_VADDR can't be used because it is not defined yet
in kasan.h

Fixes: 6ca055322da8 ("powerpc/32s: Use dedicated segment for modules with STRICT_KERNEL_RWX")
Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/6eddca2d5611fd57312a88eae31278c87a8fc99d.1596641224.git.christophe.leroy@csgroup.eu
arch/powerpc/include/asm/kasan.h