Re: [PATCH] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init

2021-12-21 Thread Michael Ellerman
On Fri, 5 Nov 2021 23:29:23 +1000, Nicholas Piggin wrote: > Slab is up at this point, using the bootmem allocator triggers a > warning. Switch to using the regular cpumask allocator. > > Applied to powerpc/next. [1/1] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init

Re: [PATCH] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init

2021-11-09 Thread Laurent Dufour
Le 05/11/2021 à 14:29, Nicholas Piggin a écrit : Slab is up at this point, using the bootmem allocator triggers a warning. Switch to using the regular cpumask allocator. Signed-off-by: Nicholas Piggin --- This only matters when CONFIG_CPUMASK_OFFNODE=y, which has not been possible before on po

Re: [PATCH] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init

2021-11-08 Thread Nathan Lynch
Nicholas Piggin writes: > Slab is up at this point, using the bootmem allocator triggers a > warning. Switch to using the regular cpumask allocator. > > Signed-off-by: Nicholas Piggin Reviewed-by: Nathan Lynch > --- > > This only matters when CONFIG_CPUMASK_OFFNODE=y, which has not been > poss

Re: [PATCH] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init

2021-11-07 Thread Sachin Sant
> On 05-Nov-2021, at 6:59 PM, Nicholas Piggin wrote: > > Slab is up at this point, using the bootmem allocator triggers a > warning. Switch to using the regular cpumask allocator. > > Signed-off-by: Nicholas Piggin > --- Fixes the warning for me. Thanks Tested-by: Sachin Sant > > This o

[PATCH] powerpc/pseries: use slab context cpumask allocation in CPU hotplug init

2021-11-05 Thread Nicholas Piggin
Slab is up at this point, using the bootmem allocator triggers a warning. Switch to using the regular cpumask allocator. Signed-off-by: Nicholas Piggin --- This only matters when CONFIG_CPUMASK_OFFNODE=y, which has not been possible before on powerpc. Thanks, Nick arch/powerpc/platforms/pseri