Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1230065

[PATCH 0/2] selftests/userfaultfd: fix build

From Andre Przywara <andre.przywara@arm.com>
Newsgroups linux.kernel
Subject [PATCH 0/2] selftests/userfaultfd: fix build
Date 2015-09-22 12:50 +0200
Message-ID <qbtj3-2Wc-3@gated-at.bofh.it> (permalink)
Organization linux.* mail to news gateway

Show all headers | View raw


These two patches fix building the userfaultfd test tool for me.
The first patch fixes a build error I experienced by removing a kernel
header from an uapi header file.
The second fix adds the syscall numbers for other architectures,
fixes a typo and makes the whole syscall numbering more future-proof.

Tested on x86, arm and arm64.

Andre Przywara (2):
  userfaultfd: remove kernel header include from uapi header
  selftests/userfaultfd: improve syscall number definition

 include/uapi/linux/userfaultfd.h         |  2 --
 tools/testing/selftests/vm/userfaultfd.c | 13 ++++++++++++-
 2 files changed, 12 insertions(+), 3 deletions(-)

-- 
2.5.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 0/2] selftests/userfaultfd: fix build Andre Przywara <andre.przywara@arm.com> - 2015-09-22 12:50 +0200
  [PATCH 1/2] userfaultfd: remove kernel header include from uapi header Andre Przywara <andre.przywara@arm.com> - 2015-09-22 12:50 +0200
  [PATCH 2/2] selftests/userfaultfd: improve syscall number definition Andre Przywara <andre.przywara@arm.com> - 2015-09-22 12:50 +0200
    Re: [PATCH 2/2] selftests/userfaultfd: improve syscall number  definition Shuah Khan <shuahkh@osg.samsung.com> - 2015-09-22 15:50 +0200
      Re: [PATCH 2/2] selftests/userfaultfd: improve syscall number  definition Andrea Arcangeli <aarcange@redhat.com> - 2015-09-22 16:10 +0200
        Re: [PATCH 2/2] selftests/userfaultfd: improve syscall number  definition Andre Przywara <andre.przywara@arm.com> - 2015-09-22 19:20 +0200
          Re: [PATCH 2/2] selftests/userfaultfd: improve syscall number  definition Michael Ellerman <mpe@ellerman.id.au> - 2015-09-23 12:00 +0200
            Re: [PATCH 2/2] selftests/userfaultfd: improve syscall number  definition Andre Przywara <andre.przywara@arm.com> - 2015-09-23 15:20 +0200
              Re: [PATCH 2/2] selftests/userfaultfd: improve syscall number  definition Michael Ellerman <mpe@ellerman.id.au> - 2015-09-24 04:10 +0200

csiph-web