On Wed, 24 Apr 2024, Hyunmin Lee wrote: > For SLAB the kmalloc caches needed to be created in ascending sizes in > order. However, the constraint is not necessary anymore because SLAB has > been removed and SLUB doesn't need to comply with the constraint. Thus, > kmalloc 96 and 192 caches can be created after the other size kmalloc > caches are created instead of checking every time to find their order to > be created. Also, this change could prevent engineers from being confused > by the removed constraint. > > Signed-off-by: Hyunmin Lee <hyunminlr@xxxxxxxxx> > Co-developed-by: Jeungwoo Yoo <casionwoo@xxxxxxxxx> > Signed-off-by: Jeungwoo Yoo <casionwoo@xxxxxxxxx> > Co-developed-by: Sangyun Kim <sangyun.kim@xxxxxxxxx> > Signed-off-by: Sangyun Kim <sangyun.kim@xxxxxxxxx> > Cc: Hyeonggon Yoo <42.hyeyoo@xxxxxxxxx> > Cc: Gwan-gyeong Mun <gwan-gyeong.mun@xxxxxxxxx> Acked-by: David Rientjes <rientjes@xxxxxxxxxx>