Re: [PATCH] powerpc/kasan: fix shadow area set up for modules.

2019-08-22 Thread Michael Ellerman
On Fri, 2019-08-09 at 14:58:10 UTC, Christophe Leroy wrote: > When loading modules, from time to time an Oops is encountered > during the init of shadow area for globals. This is due to the > last page not always being mapped depending on the exact distance > between the start and the end of the sh

[PATCH] powerpc/kasan: fix shadow area set up for modules.

2019-08-09 Thread Christophe Leroy
When loading modules, from time to time an Oops is encountered during the init of shadow area for globals. This is due to the last page not always being mapped depending on the exact distance between the start and the end of the shadow area and the alignment with the page addresses. Fix this by al