* [folded-merged] userfaultfd-introduce-struct-mfill_state-fix.patch removed from -mm tree
@ 2026-03-26 17:04 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2026-03-26 17:04 UTC (permalink / raw)
To: mm-commits, rppt, kartikey406, harry.yoo, akpm
The quilt patch titled
Subject: userfaultfd-introduce-struct-mfill_state-fix
has been removed from the -mm tree. Its filename was
userfaultfd-introduce-struct-mfill_state-fix.patch
This patch was dropped because it was folded into userfaultfd-introduce-struct-mfill_state.patch
------------------------------------------------------
From: Harry Yoo <harry.yoo@oracle.com>
Subject: userfaultfd-introduce-struct-mfill_state-fix
Date: Mon, 16 Mar 2026 15:19:49 +0900
fix folio_add_new_anon_rmap() WARN
Link: https://lkml.kernel.org/r/abehBY7QakYF9bK4@hyeyoo
Signed-off-by: Harry Yoo <harry.yoo@oracle.com>
Reported-by: Deepanshu Kartikey <kartikey406@gmail.com>
Reported-by: syzbot+e24a2e34fad0efbac047@syzkaller.appspotmail.com
Closes: https://lkml.kernel.org/r/69b703e6.050a0220.248e02.0101.GAE@google.com
Cc: Mike Rapoport <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/userfaultfd.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/mm/userfaultfd.c~userfaultfd-introduce-struct-mfill_state-fix
+++ a/mm/userfaultfd.c
@@ -734,7 +734,7 @@ static __always_inline ssize_t mfill_ato
.dst_start = dst_start,
.src_start = src_start,
.flags = flags,
-
+ .len = len,
.src_addr = src_start,
.dst_addr = dst_start,
};
_
Patches currently in -mm which might be from harry.yoo@oracle.com are
userfaultfd-introduce-struct-mfill_state.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-03-26 17:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-26 17:04 [folded-merged] userfaultfd-introduce-struct-mfill_state-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.