Re: [PATCH] powerpc/ptdump: fix W+X verification call in mark_rodata_ro()

2020-01-28 Thread Michael Ellerman
On Tue, 2020-01-14 at 08:13:08 UTC, Christophe Leroy wrote: > ptdump_check_wx() also have to be called when pages are mapped > by blocks. > > Signed-off-by: Christophe Leroy > Fixes: 453d87f6a8ae ("powerpc/mm: Warn if W+X pages found on boot") Applied to powerpc next, thanks.

[PATCH] powerpc/ptdump: fix W+X verification call in mark_rodata_ro()

2020-01-14 Thread Christophe Leroy
ptdump_check_wx() also have to be called when pages are mapped by blocks. Signed-off-by: Christophe Leroy Fixes: 453d87f6a8ae ("powerpc/mm: Warn if W+X pages found on boot") --- arch/powerpc/mm/pgtable_32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/powerpc/mm/pgtable_32.c