The patch titled Subject: mm-slub-call-account_slab_page-after-slab-page-initialization-fix has been removed from the -mm tree. Its filename was mm-slub-call-account_slab_page-after-slab-page-initialization-fix.patch This patch was dropped because it was folded into mm-slub-call-account_slab_page-after-slab-page-initialization.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-slub-call-account_slab_page-after-slab-page-initialization-fix undo changes needed by forthcoming mm-memcg-slab-pre-allocate-obj_cgroups-for-slab-caches-with-slab_account.patch Cc: Christoph Lameter <cl@xxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Roman Gushchin <guro@xxxxxx> Cc: Shakeel Butt <shakeelb@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/slub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/slub.c~mm-slub-call-account_slab_page-after-slab-page-initialization-fix +++ a/mm/slub.c @@ -1771,7 +1771,7 @@ static struct page *allocate_slab(struct page->objects = oo_objects(oo); - account_slab_page(page, oo_order(oo), s, flags); + account_slab_page(page, oo_order(oo), s); page->slab_cache = s; __SetPageSlab(page); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-slub-call-account_slab_page-after-slab-page-initialization.patch mm-page_alloc-add-a-missing-mm_page_alloc_zone_locked-tracepoint-fix.patch mm.patch mm-memcg-slab-pre-allocate-obj_cgroups-for-slab-caches-with-slab_account-fix.patch mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage-checkpatch-fixes.patch mm-fix-initialization-of-struct-page-for-holes-in-memory-layout-checkpatch-fixes.patch mm-vmstat-fix-proc-sys-vm-stat_refresh-generating-false-warnings-fix-2.patch kfence-kasan-make-kfence-compatible-with-kasan-fix.patch linux-next-git-rejects.patch set_memory-allow-set_direct_map__noflush-for-multiple-pages-fix.patch arch-mm-wire-up-memfd_secret-system-call-were-relevant-fix.patch kernel-forkc-export-kernel_thread-to-modules.patch