All of lore.kernel.org
 help / color / mirror / Atom feed
From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 0/2] ARM: Wire up userfaultfd and mlock2 syscalls
Date: Fri,  7 Aug 2015 15:34:44 +0200	[thread overview]
Message-ID: <1438954486-28286-1-git-send-email-thierry.reding@gmail.com> (raw)

From: Thierry Reding <treding@nvidia.com>

These are two fairly trivial patches to wire up the userfaultfd and
mlock2 syscalls on 32-bit ARM. I've verified that these work by running
the userfaultfd and mlock2-tests tests from tools/testing/selftests/vm/
and they give good results. Note that mlock2-tests doesn't work without
additional fixups in linux-next needed to remove VM flags clashes.

I suppose this would have to wait until both of the above syscalls have
actually been merged, but I figured I'd post them anyway since I already
did the work and verified that they work.

Thierry

Thierry Reding (2):
  ARM: Wire up userfaultfd syscall
  ARM: Wire up mlock2 syscall

 arch/arm/include/asm/unistd.h      | 2 +-
 arch/arm/include/uapi/asm/unistd.h | 2 ++
 arch/arm/kernel/calls.S            | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

-- 
2.4.5

             reply	other threads:[~2015-08-07 13:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-07 13:34 Thierry Reding [this message]
2015-08-07 13:34 ` [PATCH 1/2] ARM: Wire up userfaultfd syscall Thierry Reding
2015-08-07 13:34 ` [PATCH 2/2] ARM: Wire up mlock2 syscall Thierry Reding

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=1438954486-28286-1-git-send-email-thierry.reding@gmail.com \
    --to=thierry.reding@gmail.com \
    --cc=linux-arm-kernel@lists.infradead.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 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.