All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-fix.patch removed from -mm tree
@ 2025-09-28 18:47 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-09-28 18:47 UTC (permalink / raw)
  To: mm-commits, shakeel.butt, lorenzo.stoakes, kas, hannes, david,
	baolin.wang, akpm, akpm


The quilt patch titled
     Subject: mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-fix
has been removed from the -mm tree.  Its filename was
     mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-fix.patch

This patch was dropped because it was folded into mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-fix
Date: Tue Sep 23 02:27:40 PM PDT 2025

s/CROSSSED/CROSSED/

Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
Cc: David Hildenbrand <david@redhat.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Kiryl Shutsemau <kas@kernel.org>
Cc: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
Cc: Shakeel Butt <shakeel.butt@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/rmap.h |    2 +-
 mm/page_vma_mapped.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- a/include/linux/rmap.h~mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-fix
+++ a/include/linux/rmap.h
@@ -925,7 +925,7 @@ struct page *make_device_exclusive(struc
 /* Result flags */
 
 /* The page is mapped across page table boundary */
-#define PVMW_PGTABLE_CROSSSED	(1 << 16)
+#define PVMW_PGTABLE_CROSSED	(1 << 16)
 
 struct page_vma_mapped_walk {
 	unsigned long pfn;
--- a/mm/page_vma_mapped.c~mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-fix
+++ a/mm/page_vma_mapped.c
@@ -309,7 +309,7 @@ next_pte:
 				}
 				pte_unmap(pvmw->pte);
 				pvmw->pte = NULL;
-				pvmw->flags |= PVMW_PGTABLE_CROSSSED;
+				pvmw->flags |= PVMW_PGTABLE_CROSSED;
 				goto restart;
 			}
 			pvmw->pte++;
_

Patches currently in -mm which might be from akpm@linux-foundation.org are

mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary.patch
mm-rmap-fix-a-mlock-race-condition-in-folio_referenced_one-fix.patch
mm-rmap-mlock-large-folios-in-try_to_unmap_one-fix.patch
mm-vmscan-remove-folio_test_private-check-in-pageout-fix.patch
kho-add-support-for-preserving-vmalloc-allocations-checkpatch-fixes.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-09-28 18:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-28 18:47 [folded-merged] mm-page_vma_mapped-track-if-the-page-is-mapped-across-page-table-boundary-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.