The patch titled Subject: mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes has been added to the -mm tree. Its filename is mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch This patch should soon appear at https://ozlabs.org/~akpm/mmots/broken-out/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch and later at https://ozlabs.org/~akpm/mmotm/broken-out/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch 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 and is updated there every 3-4 working days ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes WARNING: please, no space before tabs #506: FILE: mm/gup.c:1513: +^I * ^I the page dirty with FOLL_WRITE -- which doesn't make a$ WARNING: please, no space before tabs #507: FILE: mm/gup.c:1514: +^I * ^I difference with !FOLL_FORCE, because the page is writable$ WARNING: please, no space before tabs #508: FILE: mm/gup.c:1515: +^I * ^I in the page table.$ total: 0 errors, 3 warnings, 214 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Hildenbrand <david@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/gup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/mm/gup.c~mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes +++ a/mm/gup.c @@ -1510,9 +1510,9 @@ long faultin_vma_page_range(struct vm_ar /* * FOLL_TOUCH: Mark page accessed and thereby young; will also mark - * the page dirty with FOLL_WRITE -- which doesn't make a - * difference with !FOLL_FORCE, because the page is writable - * in the page table. + * the page dirty with FOLL_WRITE -- which doesn't make a + * difference with !FOLL_FORCE, because the page is writable + * in the page table. * FOLL_HWPOISON: Return -EHWPOISON instead of -EFAULT when we hit * a poisoned page. * FOLL_POPULATE: Always populate memory with VM_LOCKONFAULT. _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm.patch mm-gup-pack-has_pinned-in-mmf_has_pinned-checkpatch-fixes.patch mm-memcg-optimize-user-context-object-stock-access-checkpatch-fixes.patch mm-improve-mprotectrw-efficiency-on-pages-referenced-once-fix.patch nommu-remove-__gfp_highmem-in-vmalloc-vzalloc-checkpatch-fixes.patch mm-madvise-introduce-madv_populate_readwrite-to-prefault-page-tables-checkpatch-fixes.patch linux-next-git-rejects.patch kernel-forkc-export-kernel_thread-to-modules.patch