All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-add-folio_fill_tail-and-use-it-in-iomap-fix.patch removed from -mm tree
@ 2023-12-11  0:43 Andrew Morton
  0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2023-12-11  0:43 UTC (permalink / raw)
  To: mm-commits, willy, tytso, djwong, agruenba, adilger.kernel, akpm,
	akpm


The quilt patch titled
     Subject: mm-add-folio_fill_tail-and-use-it-in-iomap-fix
has been removed from the -mm tree.  Its filename was
     mm-add-folio_fill_tail-and-use-it-in-iomap-fix.patch

This patch was dropped because it was folded into mm-add-folio_fill_tail-and-use-it-in-iomap.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-add-folio_fill_tail-and-use-it-in-iomap-fix
Date: Thu Nov  9 02:42:04 PM PST 2023

fix folio_fill_tail(), per Andreas Gruenbacher

Cc: Andreas Dilger <adilger.kernel@dilger.ca>
Cc: Andreas Gruenbacher <agruenba@redhat.com>
Cc: Darrick J. Wong <djwong@kernel.org>
Cc: "Matthew Wilcox (Oracle)" <willy@infradead.org>
Cc: Theodore Ts'o <tytso@mit.edu>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 include/linux/highmem.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/highmem.h~mm-add-folio_fill_tail-and-use-it-in-iomap-fix
+++ a/include/linux/highmem.h
@@ -555,7 +555,7 @@ static inline void folio_fill_tail(struc
 	}
 
 	memcpy(to, from, len);
-	to = folio_zero_tail(folio, offset, to);
+	to = folio_zero_tail(folio, offset + len, to + len);
 	kunmap_local(to);
 }
 
_

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

mm-shmem-fix-race-in-shmem_undo_range-w-thp-fix.patch
mm-add-folio_fill_tail-and-use-it-in-iomap.patch
mm-memcg-restore-subtree-stats-flushing-fix.patch
kernel-reboot-explicitly-notify-if-halt-occurred-instead-of-power-off-fix.patch


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

only message in thread, other threads:[~2023-12-11  0:43 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11  0:43 [folded-merged] mm-add-folio_fill_tail-and-use-it-in-iomap-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.