On Mon, Nov 21, 2022, at 18:12, Vlastimil Babka wrote: > As explained in [1], we would like to remove SLOB if possible. > --- > arch/arm/configs/clps711x_defconfig | 3 ++- > arch/arm/configs/collie_defconfig | 3 ++- > arch/arm/configs/multi_v4t_defconfig | 3 ++- > arch/arm/configs/omap1_defconfig | 3 ++- > arch/arm/configs/pxa_defconfig | 3 ++- > arch/arm/configs/tct_hammer_defconfig | 3 ++- > arch/arm/configs/xcep_defconfig | 3 ++- These all seem fine to convert to SLUB_TINY It might be a good idea to go through the arm defconfigs after 6.2 (which will remove a bunch of them) and check which of the others should use it as well, but that of course is unrelated to the mechanical conversion you do here. Acked-by: Arnd Bergmann <arnd@xxxxxxxx>