The patch titled Subject: mm-page_isolation-write-proper-kerneldoc-fix has been added to the -mm mm-nonmm-unstable branch. Its filename is mm-page_isolation-write-proper-kerneldoc-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-page_isolation-write-proper-kerneldoc-fix.patch This patch will later appear in the mm-nonmm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ 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-compaction-optimize-compact_memory-to-comply-with-the-admin-guide-fix.patch mm-gup-remove-vmas-parameter-from-get_user_pages_remote-fix.patch mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix.patch mm-page_owner-add-page_owner_stacks-file-to-print-out-only-stacks-and-their-counte-fix-fix.patch mmpage_owner-filter-out-stacks-by-a-threshold-counter-fix.patch selftests-mm-gup_longterm-new-functional-test-for-foll_longterm-fix.patch mm-mlock-rename-mlock_future_check-to-mlock_future_ok.patch mm-hugetlb-use-a-folio-in-hugetlb_fault-fix.patch fork-optimize-memcg_charge_kernel_stack-a-bit-fix.patch squashfs-cache-partial-compressed-blocks-fix.patch squashfs-cache-partial-compressed-blocks-fix-3-fix.patch init-add-bdev-fs-printk-if-mount_block_root-failed-fix.patch kexec-add-helper-__crash_shrink_memory-fix.patch mm-page_isolation-write-proper-kerneldoc-fix.patch