The patch titled Subject: hugetlb-convert-page_huge_active-hpagemigratable-flag-fix has been removed from the -mm tree. Its filename was hugetlb-convert-page_huge_active-hpagemigratable-flag-fix.patch This patch was dropped because it was folded into hugetlb-convert-page_huge_active-hpagemigratable-flag.patch ------------------------------------------------------ From: Muchun Song <songmuchun@xxxxxxxxxxxxx> Subject: hugetlb-convert-page_huge_active-hpagemigratable-flag-fix remove set_page_huge_active() declaration from include/linux/hugetlb.h Link: https://lkml.kernel.org/r/CAMZfGtUda+KoAZscU0718TN61cSFwp4zy=y2oZ=+6Z2TAZZwng@xxxxxxxxxxxxxx Cc: Mike Kravetz <mike.kravetz@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/hugetlb.h | 2 -- 1 file changed, 2 deletions(-) --- a/include/linux/hugetlb.h~hugetlb-convert-page_huge_active-hpagemigratable-flag-fix +++ a/include/linux/hugetlb.h @@ -843,8 +843,6 @@ static inline void huge_ptep_modify_prot } #endif -void set_page_huge_active(struct page *page); - #else /* CONFIG_HUGETLB_PAGE */ struct hstate {}; _ Patches currently in -mm which might be from songmuchun@xxxxxxxxxxxxx are mm-memcontrol-optimize-per-lruvec-stats-counter-memory-usage.patch mm-memcontrol-fix-nr_anon_thps-accounting-in-charge-moving.patch mm-memcontrol-convert-nr_anon_thps-account-to-pages.patch mm-memcontrol-convert-nr_file_thps-account-to-pages.patch mm-memcontrol-convert-nr_shmem_thps-account-to-pages.patch mm-memcontrol-convert-nr_shmem_pmdmapped-account-to-pages.patch mm-memcontrol-convert-nr_file_pmdmapped-account-to-pages.patch mm-memcontrol-make-the-slab-calculation-consistent.patch mm-memcontrol-replace-the-loop-with-a-list_for_each_entry.patch mm-memcontrol-fix-swap-undercounting-in-cgroup2.patch mm-memcontrol-fix-get_active_memcg-return-value.patch mm-memcontrol-fix-slub-memory-accounting.patch hugetlb-convert-page_huge_active-hpagemigratable-flag.patch