All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-fix-finish_fault-handling-for-large-folios-v3.patch removed from -mm tree
@ 2025-03-06  3:55 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-03-06  3:55 UTC (permalink / raw)
  To: mm-commits, bgeffon, akpm


The quilt patch titled
     Subject: mm-fix-finish_fault-handling-for-large-folios-v3
has been removed from the -mm tree.  Its filename was
     mm-fix-finish_fault-handling-for-large-folios-v3.patch

This patch was dropped because it was folded into mm-fix-finish_fault-handling-for-large-folios.patch

------------------------------------------------------
From: Brian Geffon <bgeffon@google.com>
Subject: mm-fix-finish_fault-handling-for-large-folios-v3
Date: Thu, 27 Feb 2025 08:32:36 -0500

tweak whitespace

Link: https://lkml.kernel.org/r/20250227133236.1296853-1-bgeffon@google.com
Signed-off-by: Brian Geffon <bgeffon@google.com>
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-fix-finish_fault-handling-for-large-folios-v3
+++ a/mm/memory.c
@@ -5229,7 +5229,7 @@ fallback:
 	 * inflating the RSS of the process.
 	 */
 	if (!vma_is_anon_shmem(vma) || unlikely(userfaultfd_armed(vma)) ||
-			unlikely(needs_fallback)) {
+	    unlikely(needs_fallback)) {
 		nr_pages = 1;
 	} else if (nr_pages > 1) {
 		pgoff_t idx = folio_page_idx(folio, page);
_

Patches currently in -mm which might be from bgeffon@google.com are

mm-fix-finish_fault-handling-for-large-folios.patch


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

only message in thread, other threads:[~2025-03-06  3:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-03-06  3:55 [folded-merged] mm-fix-finish_fault-handling-for-large-folios-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.