The quilt patch titled Subject: mm-thp-kill-transparent_hugepage_active-fix-fix has been removed from the -mm tree. Its filename was mm-thp-kill-transparent_hugepage_active-fix-fix.patch This patch was dropped because it was folded into mm-thp-kill-transparent_hugepage_active.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-thp-kill-transparent_hugepage_active-fix-fix Date: Wed Jun 22 05:02:45 PM PDT 2022 add comment to vdso check Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Matthew Wilcox <willy@xxxxxxxxxxxxx> Cc: Miaohe Lin <linmiaohe@xxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Cc: Yang Shi <shy828301@xxxxxxxxx> Cc: Zach O'Keefe <zokeefe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/mm/huge_memory.c~mm-thp-kill-transparent_hugepage_active-fix-fix +++ a/mm/huge_memory.c @@ -73,7 +73,7 @@ bool hugepage_vma_check(struct vm_area_s unsigned long vm_flags, bool smaps) { - if (!vma->vm_mm) + if (!vma->vm_mm) /* vdso */ return false; if (!transhuge_vma_enabled(vma, vm_flags)) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-thp-kill-transparent_hugepage_active.patch mm-page_alloc-protect-pcp-lists-with-a-spinlock-fix.patch android-binder-stop-saving-a-pointer-to-the-vma-fix.patch mm-drop-oom-code-from-exit_mmap-fix-fix.patch mm-add-merging-after-mremap-resize-checkpatch-fixes.patch