mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v3 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
@ 2026-05-23 17:37 Mike Rapoport
  2026-05-23 17:37 ` [PATCH v3 1/2] " Mike Rapoport
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Mike Rapoport @ 2026-05-23 17:37 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Alexander Viro, Christian Brauner, David Hildenbrand, Jan Kara,
	Kiryl Shutsemau, Mike Rapoport, Peter Xu, linux-fsdevel,
	linux-kernel, linux-mm

From: "Mike Rapoport (Microsoft)" <rppt@kernel.org>

Hi,

These patches merge fs/userfaultfd.c into mm/userfaultfd.c and make
functions used only inside mm/userfaultfd.c static.

v3 changes:
* rebase on the current mm-unstable
* drop the fix for mremap_userfaultfd_fail() that's already merged

v2: https://lore.kernel.org/all/20260501145433.156211-1-rppt@kernel.org
* add a fix for pre-existing bug found by sashiko as a separate patch

v1: https://lore.kernel.org/all/20260430113512.115938-1-rppt@kernel.org

Mike Rapoport (Microsoft) (2):
  userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c
  userfaultfd: make functions that are not used outside uffd static

 MAINTAINERS                   |    1 -
 fs/Makefile                   |    1 -
 fs/userfaultfd.c              | 2233 --------------------------------
 include/linux/userfaultfd_k.h |   36 -
 mm/userfaultfd.c              | 2239 ++++++++++++++++++++++++++++++++-
 5 files changed, 2227 insertions(+), 2283 deletions(-)
 delete mode 100644 fs/userfaultfd.c


base-commit: 7f077167feb6e403ef039d6009d785d596ed8070
-- 
2.53.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2026-05-28 12:39 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-05-23 17:37 [PATCH v3 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c Mike Rapoport
2026-05-23 17:37 ` [PATCH v3 1/2] " Mike Rapoport
2026-05-23 17:37 ` [PATCH v3 2/2] userfaultfd: make functions that are not used outside uffd static Mike Rapoport
2026-05-28 12:39 ` [PATCH v3 0/2] userfaultfd: merge fs/userfaultfd.c into mm/userfaultfd.c Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®