Re: [PATCH] powerpc/kasan: Fix shadow start address with modules

2021-04-29 Thread Michael Ellerman
On Sat, 24 Apr 2021 10:34:43 + (UTC), Christophe Leroy wrote: > Modules are now located before kernel, KASAN area has to > be extended accordingly. Applied to powerpc/next. [1/1] powerpc/kasan: Fix shadow start address with modules https://git.kernel.org/powerpc/c/30c400886bad4ac1801516

[PATCH] powerpc/kasan: Fix shadow start address with modules

2021-04-24 Thread Christophe Leroy
Modules are now located before kernel, KASAN area has to be extended accordingly. Fixes: 80edc68e0479 ("powerpc/32s: Define a MODULE area below kernel text all the time") Fixes: 9132a2e82adc ("powerpc/8xx: Define a MODULE area below kernel text") Signed-off-by: Christophe Leroy --- arch/powerpc