Re: [PATCH] powerpc/mm: Simplify _PAGE_RO handling in page table dump

2018-01-12 Thread christophe leroy
Le 09/05/2017 à 16:16, Christophe Leroy a écrit : Commit fd893fe56a130 ("powerpc/mm: Fix missing page attributes in page table dump") added support of _PAGE_RO attribute. This patch makes it more simple Superseeded by https://patchwork.ozlabs.org/patch/859896/ Christophe Signed-off-by: Ch

Re: [PATCH] powerpc/mm: Simplify _PAGE_RO handling in page table dump

2017-12-22 Thread Christophe LEROY
Ping ? Le 09/05/2017 à 16:16, Christophe Leroy a écrit : Commit fd893fe56a130 ("powerpc/mm: Fix missing page attributes in page table dump") added support of _PAGE_RO attribute. This patch makes it more simple Signed-off-by: Christophe Leroy --- arch/powerpc/mm/dump_linuxpagetables.c | 7 +-

[PATCH] powerpc/mm: Simplify _PAGE_RO handling in page table dump

2017-05-09 Thread Christophe Leroy
Commit fd893fe56a130 ("powerpc/mm: Fix missing page attributes in page table dump") added support of _PAGE_RO attribute. This patch makes it more simple Signed-off-by: Christophe Leroy --- arch/powerpc/mm/dump_linuxpagetables.c | 7 +-- 1 file changed, 1 insertion(+), 6 deletions(-) diff -