All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: Wire up userfaultfd and mlock2 syscalls
@ 2015-08-07 13:34 Thierry Reding
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Thierry Reding @ 2015-08-07 13:34 UTC (permalink / raw)
  To: linux-arm-kernel

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

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

end of thread, other threads:[~2015-08-07 13:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-07 13:34 [PATCH 0/2] ARM: Wire up userfaultfd and mlock2 syscalls Thierry Reding
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

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.