The patch titled Fix typo in kmem_cache_init() has been added to the -mm tree. Its filename is slab-reduce-numa-text-size-tidy-fix.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix typo in kmem_cache_init() From: Badari Pulavarty <pbadari@xxxxxxxxx> Fix typo in kmem_cache_init(). Signed-off-by: Badari Pulavarty <pbadari@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- mm/slab.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/slab.c~slab-reduce-numa-text-size-tidy-fix mm/slab.c --- a/mm/slab.c~slab-reduce-numa-text-size-tidy-fix +++ a/mm/slab.c @@ -1510,7 +1510,7 @@ void __init kmem_cache_init(void) for_each_online_node(nid) { init_list(malloc_sizes[INDEX_AC].cs_cachep, - &initkmem_list3[SIZE_AC + node], nid); + &initkmem_list3[SIZE_AC + nid], nid); if (INDEX_AC != INDEX_L3) { init_list(malloc_sizes[INDEX_L3].cs_cachep, _ Patches currently in -mm which might be from pbadari@xxxxxxxxx are slab-reduce-numa-text-size-tidy-fix.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html