The quilt patch titled Subject: mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes has been removed from the -mm tree. Its filename was mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes.patch This patch was dropped because it was folded into mm-check-against-orig_pte-for-finish_fault.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes WARNING: braces {} are not necessary for single statement blocks #52: FILE: mm/memory.c:4199: + if (vmf->flags & FAULT_FLAG_ORIG_PTE_VALID) { + return !pte_same(*vmf->pte, vmf->orig_pte); + } total: 0 errors, 1 warnings, 59 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-check-against-orig_pte-for-finish_fault-fix.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: Peter Xu <peterx@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) --- a/mm/memory.c~mm-check-against-orig_pte-for-finish_fault-fix-checkpatch-fixes +++ a/mm/memory.c @@ -4185,9 +4185,8 @@ void do_set_pte(struct vm_fault *vmf, st static bool vmf_pte_changed(struct vm_fault *vmf) { - if (vmf->flags & FAULT_FLAG_ORIG_PTE_VALID) { + if (vmf->flags & FAULT_FLAG_ORIG_PTE_VALID) return !pte_same(*vmf->pte, vmf->orig_pte); - } return !pte_none(*vmf->pte); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are assoc_array-fix-bug_on-during-garbage-collect-fix.patch mm-check-against-orig_pte-for-finish_fault.patch mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix.patch lib-kstrtoxc-add-false-true-support-to-kstrtobool-fix.patch mm-convert-sysfs-input-to-bool-using-kstrtobool-fix.patch mm-start-tracking-vmas-with-maple-tree-fix.patch damon-convert-__damon_va_three_regions-to-use-the-vma-iterator-fix.patch mm-rmap-fix-cont-pte-pmd-size-hugetlb-issue-when-migration-fix.patch mm-page_alloc-remotely-drain-per-cpu-lists-checkpatch-fixes.patch linux-next-rejects.patch linux-next-git-rejects.patch mm-oom_killc-fix-vm_oom_kill_table-ifdeffery.patch