All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] userfaultfd: minor bug fixes
@ 2021-08-08  2:07 Nadav Amit
  2021-08-08  2:07 ` [PATCH 1/3] userfaultfd: change mmap_changing to atomic Nadav Amit
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Nadav Amit @ 2021-08-08  2:07 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Pavel Emelyanov, Mike Rapoport, Peter Xu, linux-mm,
	linux-fsdevel, Nadav Amit

From: Nadav Amit <namit@vmware.com>

Three unrelated bug fixes. The first two addresses possible issues (not
too theoretical ones), but I did not encounter them in practice.

The third patch addresses a test bug that causes the test to fail on my
system. It has been sent before as part of a bigger RFC. 

Nadav Amit (3):
  userfaultfd: change mmap_changing to atomic
  userfaultfd: prevent concurrent API initialization
  selftests/vm/userfaultfd: wake after copy failure

 fs/userfaultfd.c                         | 116 +++++++++++------------
 include/linux/userfaultfd_k.h            |   8 +-
 mm/userfaultfd.c                         |  15 +--
 tools/testing/selftests/vm/userfaultfd.c |  13 +++
 4 files changed, 82 insertions(+), 70 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2021-08-08  2:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-08  2:07 [PATCH 0/3] userfaultfd: minor bug fixes Nadav Amit
2021-08-08  2:07 ` [PATCH 1/3] userfaultfd: change mmap_changing to atomic Nadav Amit
2021-08-08  2:07 ` [PATCH 2/3] userfaultfd: prevent concurrent API initialization Nadav Amit
2021-08-08  2:07 ` [PATCH 3/3] selftests/vm/userfaultfd: wake after copy failure Nadav Amit

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.