The patch titled mm/vmstat.c: update vmstat_text for nr_ksm_pages_sharing has been removed from the -mm tree. Its filename was ksm-add-vm_stat-and-meminfo-entry-to-reflect-pte-mapping-to-ksm-pages-fix-fix-fix-fix.patch This patch was dropped because it was folded into ksm-add-vm_stat-and-meminfo-entry-to-reflect-pte-mapping-to-ksm-pages.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm/vmstat.c: update vmstat_text for nr_ksm_pages_sharing From: Johannes Weiner <hannes@xxxxxxxxxxx> This adds a zone stat item without a corresponding entry in vm_stat_text. As a result, all vm event entries in /proc/vmstat show the value of the respective previous counter. Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx> Acked-by: Rik van Riel <riel@xxxxxxxxxx> Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Cc: Chris Wright <chrisw@xxxxxxxxxxxx> Cc: Hugh Dickins <hugh.dickins@xxxxxxxxxxxxx> Cc: Izik Eidus <ieidus@xxxxxxxxxx> Cc: Nai Xia <nai.xia@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 3 +++ 1 file changed, 3 insertions(+) diff -puN mm/vmstat.c~ksm-add-vm_stat-and-meminfo-entry-to-reflect-pte-mapping-to-ksm-pages-fix-fix-fix-fix mm/vmstat.c --- a/mm/vmstat.c~ksm-add-vm_stat-and-meminfo-entry-to-reflect-pte-mapping-to-ksm-pages-fix-fix-fix-fix +++ a/mm/vmstat.c @@ -886,6 +886,9 @@ static const char * const vmstat_text[] "numa_other", #endif "nr_anon_transparent_hugepages", +#ifdef CONFIG_KSM + "nr_ksm_pages_sharing", +#endif "nr_dirty_threshold", "nr_dirty_background_threshold", _ Patches currently in -mm which might be from hannes@xxxxxxxxxxx are memcg-fix-mem_cgroup_rotate_reclaimable_page.patch mm-add-vm-counters-for-transparent-hugepages.patch ksm-add-vm_stat-and-meminfo-entry-to-reflect-pte-mapping-to-ksm-pages.patch mm-batch-activate_page-to-reduce-lock-contention.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