* [folded-merged] mm-pagewalk-use-min-to-simplify-the-code-fix.patch removed from -mm tree
@ 2026-01-31 21:57 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-01-31 21:57 UTC (permalink / raw)
To: mm-commits, zenghongling, vbabka, surenb, rppt, mhocko,
lorenzo.stoakes, liam.howlett, david, akpm, akpm
The quilt patch titled
Subject: mm-pagewalk-use-min-to-simplify-the-code-fix
has been removed from the -mm tree. Its filename was
mm-pagewalk-use-min-to-simplify-the-code-fix.patch
This patch was dropped because it was folded into mm-pagewalk-use-min-to-simplify-the-code.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-pagewalk-use-min-to-simplify-the-code-fix
Date: Tue Jan 20 08:54:09 AM PST 2026
add newline, per Lorenzo
Cc: David Hildenbrand <david@kernel.org>
Cc: Hongling Zeng <zenghongling@kylinos.cn>
Cc: Liam Howlett <liam.howlett@oracle.com>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Mike Rapoport <rppt@kernel.org>
Cc: Suren Baghdasaryan <surenb@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/pagewalk.c | 1 +
1 file changed, 1 insertion(+)
--- a/mm/pagewalk.c~mm-pagewalk-use-min-to-simplify-the-code-fix
+++ a/mm/pagewalk.c
@@ -313,6 +313,7 @@ static unsigned long hugetlb_entry_end(s
unsigned long end)
{
unsigned long boundary = (addr & huge_page_mask(h)) + huge_page_size(h);
+
return min(boundary, end);
}
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
procfs-avoid-fetching-build-id-while-holding-vma-lock-fix.patch
mm-pagewalk-use-min-to-simplify-the-code.patch
mm-relocate-the-page-table-ceiling-and-floor-definitions-fix.patch
mm-update-shmem__file_-functions-to-use-vma_flags_t-fix.patch
maple_tree-start-using-maple-copy-node-for-destination-checkpatch-fixes.patch
liveupdate-luo_file-remember-retrieve-status-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-01-31 21:57 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-31 21:57 [folded-merged] mm-pagewalk-use-min-to-simplify-the-code-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.