Re: [PATCH 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix

2022-09-19 Thread Christophe Leroy
Le 19/09/2022 à 09:00, Michael Ellerman a écrit : > Nicholas Miehlbradt writes: >> There is support for DEBUG_PAGEALLOC on hash but not on radix. >> Add support on radix. >> >> Signed-off-by: Nicholas Miehlbradt >> --- >> arch/powerpc/mm/book3s64/radix_pgtable.c | 16 +++- >> 1 f

Re: [PATCH 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix

2022-09-19 Thread Michael Ellerman
Nicholas Miehlbradt writes: > There is support for DEBUG_PAGEALLOC on hash but not on radix. > Add support on radix. > > Signed-off-by: Nicholas Miehlbradt > --- > arch/powerpc/mm/book3s64/radix_pgtable.c | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/a

Re: [PATCH 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix

2022-09-18 Thread Christophe Leroy
Le 19/09/2022 à 03:44, Nicholas Miehlbradt a écrit : > [Vous ne recevez pas souvent de courriers de nicho...@linux.ibm.com. > Découvrez pourquoi ceci est important à > https://aka.ms/LearnAboutSenderIdentification ] > > There is support for DEBUG_PAGEALLOC on hash but not on radix. > Add suppo

[PATCH 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix

2022-09-18 Thread Nicholas Miehlbradt
There is support for DEBUG_PAGEALLOC on hash but not on radix. Add support on radix. Signed-off-by: Nicholas Miehlbradt --- arch/powerpc/mm/book3s64/radix_pgtable.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/arch/powerpc/mm/book3s64/radix_pgtable.c b/ar

Re: [PATCH 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix

2021-06-18 Thread Daniel Axtens
Jordan Niethe writes: > There is support for DEBUG_PAGEALLOC on hash but not on radix. > Add support on radix. Somewhat off-topic but I wonder at what point we can drop the weird !PPC condition in mm/Kconfig.debug: config DEBUG_PAGEALLOC bool "Debug page memory allocations" depe

[PATCH 1/4] powerpc/64s: Add DEBUG_PAGEALLOC for radix

2021-05-16 Thread Jordan Niethe
There is support for DEBUG_PAGEALLOC on hash but not on radix. Add support on radix. Signed-off-by: Jordan Niethe --- arch/powerpc/include/asm/book3s/32/pgtable.h | 10 arch/powerpc/include/asm/book3s/64/hash.h| 2 ++ arch/powerpc/include/asm/book3s/64/pgtable.h | 19 ++