* [folded-merged] mm-thp-kill-transparent_hugepage_active-fix-fix.patch removed from -mm tree
@ 2022-07-17 23:27 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2022-07-17 23:27 UTC (permalink / raw)
To: mm-commits, zokeefe, willy, vbabka, shy828301, linmiaohe,
kirill.shutemov, akpm, akpm
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@linux-foundation.org>
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@linux.intel.com>
Cc: Matthew Wilcox <willy@infradead.org>
Cc: Miaohe Lin <linmiaohe@huawei.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Cc: Yang Shi <shy828301@gmail.com>
Cc: Zach O'Keefe <zokeefe@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-07-17 23:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-07-17 23:27 [folded-merged] mm-thp-kill-transparent_hugepage_active-fix-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.