All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Small userfaultfd selftest fixups
@ 2021-09-30 21:23 Axel Rasmussen
  2021-09-30 21:23 ` [PATCH v2 1/3] userfaultfd/selftests: don't rely on GNU extensions for random numbers Axel Rasmussen
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Axel Rasmussen @ 2021-09-30 21:23 UTC (permalink / raw)
  To: Andrew Morton, Peter Xu, Shuah Khan
  Cc: linux-mm, linux-kselftest, linux-kernel, Axel Rasmussen

Changes from v1 -> v2:
- Substantially rewrote "fix feature support detection"; previously, it tried to
  do some larger refactor wherein the global test_uffdio_* variables were
  removed. This was controversial, so it now simply queries features in
  set_test_type, and leaves the rest of the program structure largely the same.
- The "fix calculation of expected ioctls" patch is conceptually the same as v1,
  but changed slightly to fit with the modified feature support detection in v2.
- Moved patch 3/3 to 1/3, since it is uncontroversial and could be merged on its
  own. I don't want the other two to cause merge conflicts for it in future
  versions.
- Picked up a R-B.

Axel Rasmussen (3):
  userfaultfd/selftests: don't rely on GNU extensions for random numbers
  userfaultfd/selftests: fix feature support detection
  userfaultfd/selftests: fix calculation of expected ioctls

 tools/testing/selftests/vm/userfaultfd.c | 157 +++++++++++------------
 1 file changed, 73 insertions(+), 84 deletions(-)

--
2.33.0.800.g4c38ced690-goog


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

end of thread, other threads:[~2021-10-27 21:16 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-30 21:23 [PATCH v2 0/3] Small userfaultfd selftest fixups Axel Rasmussen
2021-09-30 21:23 ` [PATCH v2 1/3] userfaultfd/selftests: don't rely on GNU extensions for random numbers Axel Rasmussen
2021-09-30 21:23 ` [PATCH v2 2/3] userfaultfd/selftests: fix feature support detection Axel Rasmussen
2021-10-20 18:28   ` Axel Rasmussen
2021-10-21  1:29     ` Peter Xu
2021-10-27 21:15       ` Axel Rasmussen
2021-09-30 21:23 ` [PATCH v2 3/3] userfaultfd/selftests: fix calculation of expected ioctls Axel Rasmussen

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.