The patch titled Subject: mm-memcontrol-flush-percpu-slab-vmstats-on-kmem-offlining-fix has been removed from the -mm tree. Its filename was mm-memcontrol-flush-percpu-slab-vmstats-on-kmem-offlining-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Roman Gushchin <guro@xxxxxx> Subject: mm-memcontrol-flush-percpu-slab-vmstats-on-kmem-offlining-fix add comment to NR_SLAB_(UN)RECLAIMABLE definition Link: http://lkml.kernel.org/r/20190814215408.GA5584@xxxxxxxxxxxxxxxxxxxxxxxxxx Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxxxx> Cc: Vladimir Davydov <vdavydov.dev@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) --- a/include/linux/mmzone.h~mm-memcontrol-flush-percpu-slab-vmstats-on-kmem-offlining-fix +++ a/include/linux/mmzone.h @@ -215,8 +215,9 @@ enum node_stat_item { NR_INACTIVE_FILE, /* " " " " " */ NR_ACTIVE_FILE, /* " " " " " */ NR_UNEVICTABLE, /* " " " " " */ - NR_SLAB_RECLAIMABLE, - NR_SLAB_UNRECLAIMABLE, + NR_SLAB_RECLAIMABLE, /* Please do not reorder this item */ + NR_SLAB_UNRECLAIMABLE, /* and this one without looking at + * memcg_flush_percpu_vmstats() first. */ NR_ISOLATED_ANON, /* Temporary isolated pages from anon lru */ NR_ISOLATED_FILE, /* Temporary isolated pages from file lru */ WORKINGSET_NODES, _ Patches currently in -mm which might be from guro@xxxxxx are mm-memcontrol-flush-percpu-vmevents-before-releasing-memcg.patch mm-memcontrol-switch-to-rcu-protection-in-drain_all_stock.patch