The quilt patch titled Subject: mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix has been removed from the -mm tree. Its filename was mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix.patch This patch was dropped because it was folded into mm-hugetlb-only-drop-uffd-wp-special-pte-if-required.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix move zap_flags_t from mm.h to mm_types.h to fix build issues Reported-by: kernel test robot <lkp@xxxxxxxxx> Reported-by: Linux Kernel Functional Testing <lkft@xxxxxxxxxx> Cc: Peter Xu <peterx@xxxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mm.h | 2 -- include/linux/mm_types.h | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) --- a/include/linux/mm.h~mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix +++ a/include/linux/mm.h @@ -3428,8 +3428,6 @@ madvise_set_anon_name(struct mm_struct * } #endif -typedef unsigned int __bitwise zap_flags_t; - /* * Whether to drop the pte markers, for example, the uffd-wp information for * file-backed memory. This should only be specified when we will completely --- a/include/linux/mm_types.h~mm-hugetlb-only-drop-uffd-wp-special-pte-if-required-fix-fix +++ a/include/linux/mm_types.h @@ -863,4 +863,6 @@ enum fault_flag { FAULT_FLAG_ORIG_PTE_VALID = 1 << 11, }; +typedef unsigned int __bitwise zap_flags_t; + #endif /* _LINUX_MM_TYPES_H */ _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are assoc_array-fix-bug_on-during-garbage-collect-fix.patch mm-hugetlb-only-drop-uffd-wp-special-pte-if-required.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