Skip to content

Commit

Permalink
powerpc/ptdump: Fix W+X verification call in mark_rodata_ro()
Browse files Browse the repository at this point in the history
ptdump_check_wx() also have to be called when pages are mapped
by blocks.

Fixes: 453d87f ("powerpc/mm: Warn if W+X pages found on boot")
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/37517da8310f4457f28921a4edb88fb21d27b62a.1578989531.git.christophe.leroy@c-s.fr
  • Loading branch information
Christophe Leroy authored and Michael Ellerman committed Jan 23, 2020
1 parent 1e1c8b2 commit e26ad93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/mm/pgtable_32.c
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ void mark_rodata_ro(void)

if (v_block_mapped((unsigned long)_sinittext)) {
mmu_mark_rodata_ro();
ptdump_check_wx();
return;
}

Expand Down

0 comments on commit e26ad93

Please sign in to comment.