On 4/24/24 16:04, Hyunmin Lee wrote: > Hi pals, > > I am cleanning up unnecessary code in create_kmalloc_caches(). I added > one more commit to remove the check for NULL kmalloc_cachee according to > the review comments like below. > > - David Rientjes suggested moving the check for NULL kmalloc_caches to > new_kmalloc_cache(). > - Christoph Lameter suggested skipping the check for the kmalloc caches > already being present. > > Thanks, > Hyunmin Thanks, applied to slab/for-6.10 > Hyunmin Lee (2): > mm/slub: create kmalloc 96 and 192 caches regardless cache size order > mm/slub: remove the check for NULL kmalloc_caches > > mm/slab_common.c | 25 +++++++++---------------- > 1 file changed, 9 insertions(+), 16 deletions(-) >