The patch titled Subject: mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm-fix has been removed from the -mm tree. Its filename was mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm-fix.patch This patch was dropped because it was folded into mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm.patch ------------------------------------------------------ From: "Kirill A. Shutemov" <kirill@xxxxxxxxxxxxx> Subject: mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm-fix unicore32: missed semicolon Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- arch/unicore32/mm/pgd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN arch/unicore32/mm/pgd.c~mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm-fix arch/unicore32/mm/pgd.c --- a/arch/unicore32/mm/pgd.c~mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm-fix +++ a/arch/unicore32/mm/pgd.c @@ -99,7 +99,7 @@ void free_pgd_slow(struct mm_struct *mm, pte_free(mm, pte); atomic_long_dec(&mm->nr_ptes); pmd_free(mm, pmd); - mm_dec_nr_pmds(mm) + mm_dec_nr_pmds(mm); free: free_pages((unsigned long) pgd, 0); } _ Patches currently in -mm which might be from kirill@xxxxxxxxxxxxx are origin.patch mm-add-kpf_zero_page-flag-for-proc-kpageflags.patch mm-fix-false-positive-warning-on-exit-due-mm_nr_pmdsmm.patch mm-incorporate-read-only-pages-into-transparent-huge-pages-v4.patch docs-procs-describe-proc-pid-map_files-entry.patch docs-procs-describe-proc-pid-map_files-entry-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