The quilt patch titled Subject: mm-page_isolation-write-proper-kerneldoc-fix has been removed from the -mm tree. Its filename was mm-page_isolation-write-proper-kerneldoc-fix.patch This patch was dropped because it was folded into mm-page_isolation-write-proper-kerneldoc.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_isolation-write-proper-kerneldoc-fix Date: Fri Jun 9 02:59:37 PM PDT 2023 s/lower/first/, s/upper/last/, per Mike Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Mike Rapoport <rppt@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_isolation.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) --- a/mm/page_isolation.c~mm-page_isolation-write-proper-kerneldoc-fix +++ a/mm/page_isolation.c @@ -482,8 +482,8 @@ failed: /** * start_isolate_page_range() - mark page range MIGRATE_ISOLATE - * @start_pfn: The lower PFN of the range to be isolated. - * @end_pfn: The upper PFN of the range to be isolated. + * @start_pfn: The first PFN of the range to be isolated. + * @end_pfn: The last PFN of the range to be isolated. * @migratetype: Migrate type to set in error recovery. * @flags: The following flags are allowed (they can be combined in * a bit mask) @@ -572,8 +572,8 @@ int start_isolate_page_range(unsigned lo /** * undo_isolate_page_range - undo effects of start_isolate_page_range() - * @start_pfn: The lower PFN of the isolated range - * @end_pfn: The upper PFN of the isolated range + * @start_pfn: The first PFN of the isolated range + * @end_pfn: The last PFN of the isolated range * @migratetype: New migrate type to set on the range * * This finds every MIGRATE_ISOLATE page block in the given range _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch mm-page_isolation-write-proper-kerneldoc.patch mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch