The patch titled Subject: mm/sparse-vmemmap: fix documentation warning has been removed from the -mm tree. Its filename was mm-hugetlb-free-the-vmemmap-pages-associated-with-each-hugetlb-page-fix.patch This patch was dropped because it was folded into mm-hugetlb-free-the-vmemmap-pages-associated-with-each-hugetlb-page.patch ------------------------------------------------------ From: "Matthew Wilcox (Oracle)" <willy@xxxxxxxxxxxxx> Subject: mm/sparse-vmemmap: fix documentation warning vmemmap_remap_walk is a struct, not a function, and needs to be marked accordingly. Link: https://lkml.kernel.org/r/20210615200242.1716568-5-willy@xxxxxxxxxxxxx Signed-off-by: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx> Cc: Muchun Song <songmuchun@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/sparse-vmemmap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/sparse-vmemmap.c~mm-hugetlb-free-the-vmemmap-pages-associated-with-each-hugetlb-page-fix +++ a/mm/sparse-vmemmap.c @@ -35,7 +35,7 @@ #include <asm/tlbflush.h> /** - * vmemmap_remap_walk - walk vmemmap page table + * struct vmemmap_remap_walk - walk vmemmap page table * * @remap_pte: called for each lowest-level entry (PTE). * @reuse_page: the page which is reused for the tail vmemmap pages. _ Patches currently in -mm which might be from willy@xxxxxxxxxxxxx are mm-writeback-move-__set_page_dirty-to-core-mm.patch mm-writeback-use-__set_page_dirty-in-__set_page_dirty_nobuffers.patch iomap-use-__set_page_dirty_nobuffers.patch fs-remove-anon_set_page_dirty.patch fs-remove-noop_set_page_dirty.patch mm-move-page-dirtying-prototypes-from-mmh.patch mm-make-__dump_page-static.patch mm-debug-factor-pagepoisoned-out-of-__dump_page.patch mm-page_owner-constify-dump_page_owner.patch mm-make-compound_head-const-preserving.patch mm-constify-get_pfnblock_flags_mask-and-get_pfnblock_migratetype.patch mm-constify-page_count-and-page_ref_count.patch mm-optimise-nth_page-for-contiguous-memmap.patch mm-hugetlb-free-the-vmemmap-pages-associated-with-each-hugetlb-page.patch mm-hugetlb-alloc-the-vmemmap-pages-associated-with-each-hugetlb-page-fix-2.patch mm-thp-fix-strncpy-warning.patch mm-mark-idle-page-tracking-as-broken.patch