* [folded-merged] mm-vmalloc-move-resched-point-into-alloc_vmap_area-fix.patch removed from -mm tree
@ 2025-09-23 3:15 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-09-23 3:15 UTC (permalink / raw)
To: mm-commits, urezki, mhocko, bhe, akpm, akpm
The quilt patch titled
Subject: mm-vmalloc-move-resched-point-into-alloc_vmap_area-fix
has been removed from the -mm tree. Its filename was
mm-vmalloc-move-resched-point-into-alloc_vmap_area-fix.patch
This patch was dropped because it was folded into mm-vmalloc-move-resched-point-into-alloc_vmap_area.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-vmalloc-move-resched-point-into-alloc_vmap_area-fix
Date: Wed Sep 17 01:45:36 PM PDT 2025
tweak comment grammar
Cc: Baoquan He <bhe@redhat.com>
Cc: Michal Hocko <mhocko@kernel.org>
Cc: "Uladzislau Rezki (Sony)" <urezki@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/vmalloc.c | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
--- a/mm/vmalloc.c~mm-vmalloc-move-resched-point-into-alloc_vmap_area-fix
+++ a/mm/vmalloc.c
@@ -2059,9 +2059,8 @@ retry:
spin_unlock(&free_vmap_area_lock);
/*
- * This is not a fast path. Check if yielding is
- * needed. This is the only one reschedule point
- * in vmalloc() path.
+ * This is not a fast path. Check if yielding is needed. This
+ * is the only reschedule point in the vmalloc() path.
*/
cond_resched();
}
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
kasan-fix-warnings-caused-by-use-of-arch_enter_lazy_mmu_mode-fix.patch
mm-vmalloc-move-resched-point-into-alloc_vmap_area.patch
mm-vmscan-remove-folio_test_private-check-in-pageout-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-09-23 3:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-23 3:15 [folded-merged] mm-vmalloc-move-resched-point-into-alloc_vmap_area-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.