Re: [PATCH 1/5] powerpc/ptdump: fix addresses display on PPC32

2019-08-22 Thread Michael Ellerman
On Wed, 2019-08-14 at 12:36:09 UTC, Christophe Leroy wrote: > Commit 453d87f6a8ae ("powerpc/mm: Warn if W+X pages found on boot") > wrongly changed KERN_VIRT_START from 0 to PAGE_OFFSET, leading to a > shift in the displayed addresses. > > Lets revert that change to resync walk_pagetables()'s addr

Re: [PATCH 1/5] powerpc/ptdump: fix addresses display on PPC32

2019-08-14 Thread Christophe Leroy
Michael, Le 14/08/2019 à 14:36, Christophe Leroy a écrit : Commit 453d87f6a8ae ("powerpc/mm: Warn if W+X pages found on boot") wrongly changed KERN_VIRT_START from 0 to PAGE_OFFSET, leading to a shift in the displayed addresses. Lets revert that change to resync walk_pagetables()'s addr val and

[PATCH 1/5] powerpc/ptdump: fix addresses display on PPC32

2019-08-14 Thread Christophe Leroy
Commit 453d87f6a8ae ("powerpc/mm: Warn if W+X pages found on boot") wrongly changed KERN_VIRT_START from 0 to PAGE_OFFSET, leading to a shift in the displayed addresses. Lets revert that change to resync walk_pagetables()'s addr val and pgd_t pointer for PPC32. Fixes: 453d87f6a8ae ("powerpc/mm: W