Re: [PATCH] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP

2021-11-08 Thread Michael Ellerman
Nicholas Piggin writes: > Excerpts from Michael Ellerman's message of November 8, 2021 3:28 pm: >> Nicholas Piggin writes: >>> Similarly to x86, add MAXSMP that should help flush out problems with >>> vary large SMP and other values associated with very big systems. >>> >>> Signed-off-by: Nichola

Re: [PATCH] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP

2021-11-08 Thread Nicholas Piggin
Excerpts from Michael Ellerman's message of November 8, 2021 3:28 pm: > Nicholas Piggin writes: >> Similarly to x86, add MAXSMP that should help flush out problems with >> vary large SMP and other values associated with very big systems. >> >> Signed-off-by: Nicholas Piggin >> --- >> arch/powerp

Re: [PATCH] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP

2021-11-07 Thread Michael Ellerman
Nicholas Piggin writes: > Similarly to x86, add MAXSMP that should help flush out problems with > vary large SMP and other values associated with very big systems. > > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/Kconfig | 8 > arch/powerpc/platforms/Kconfig.cpu

Re: [PATCH] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP

2021-11-05 Thread kernel test robot
Hi Nicholas, I love your patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v5.15 next-20211105] [If your patch is applied to the wrong git tree, kindly drop us a note. And when submitting patch, we suggest to use '--base' as documented in https://g

[PATCH] powerpc/64s: introduce CONFIG_MAXSMP to test very large SMP

2021-11-04 Thread Nicholas Piggin
Similarly to x86, add MAXSMP that should help flush out problems with vary large SMP and other values associated with very big systems. Signed-off-by: Nicholas Piggin --- arch/powerpc/Kconfig | 8 arch/powerpc/platforms/Kconfig.cputype | 5 +++-- 2 files changed, 11 in