linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Axel Rasmussen <axelrasmussen@google.com>
To: Andrew Morton <akpm@linux-foundation.org>,
	Peter Xu <peterx@redhat.com>,  Shuah Khan <shuah@kernel.org>
Cc: linux-mm@kvack.org, linux-kselftest@vger.kernel.org,
	 linux-kernel@vger.kernel.org,
	Axel Rasmussen <axelrasmussen@google.com>
Subject: [PATCH v2 0/3] Small userfaultfd selftest fixups
Date: Thu, 30 Sep 2021 14:23:06 -0700	[thread overview]
Message-ID: <20210930212309.4001967-1-axelrasmussen@google.com> (raw)

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



             reply	other threads:[~2021-09-30 21:23 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-30 21:23 Axel Rasmussen [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210930212309.4001967-1-axelrasmussen@google.com \
    --to=axelrasmussen@google.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=peterx@redhat.com \
    --cc=shuah@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox