* [folded-merged] mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3.patch removed from -mm tree
@ 2026-02-08 8:10 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-02-08 8:10 UTC (permalink / raw)
To: mm-commits, lkp, david, ankur.a.arora, akpm
The quilt patch titled
Subject: mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3
has been removed from the -mm tree. Its filename was
mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3.patch
This patch was dropped because it was folded into mm-folio_zero_user-open-code-range-computation-in-folio_zero_user.patch
------------------------------------------------------
From: Ankur Arora <ankur.a.arora@oracle.com>
Subject: mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3
Date: Fri, 6 Feb 2026 14:38:01 -0800
remove unneeded cast, per David
Link: https://lkml.kernel.org/r/20260206223801.2617497-1-ankur.a.arora@oracle.com
Fixes: 93552c9a3350 ("mm: folio_zero_user: cache neighbouring pages")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202601240453.QCjgGdJa-lkp@intel.com/
Signed-off-by: Ankur Arora <ankur.a.arora@oracle.com>
Acked-by: David Hildenbrand (Arm) <david@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/memory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/memory.c~mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3
+++ a/mm/memory.c
@@ -7340,7 +7340,7 @@ void folio_zero_user(struct folio *folio
struct page *page = folio_page(folio, r[i].start);
if (nr_pages > 0)
- clear_contig_highpages(page, addr, (unsigned int)nr_pages);
+ clear_contig_highpages(page, addr, nr_pages);
}
}
_
Patches currently in -mm which might be from ankur.a.arora@oracle.com are
mm-folio_zero_user-open-code-range-computation-in-folio_zero_user.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-02-08 8:10 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-08 8:10 [folded-merged] mm-folio_zero_user-open-code-range-computation-in-folio_zero_user-v3.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.