[CRIU] [PATCH 2/2] zdtm: Correct syscall numbers for fanotify00 testcase
Christopher "Cov" Covington
cov at codeaurora.org
Wed Dec 30 09:22:43 PST 2015
Reviewed-by: Christopher Covington <cov at codeaurora.org>
On December 30, 2015 11:56:42 AM EST, Vijaya Kumar K <Vijaya.Kumar at caviumnetworks.com> wrote:
>Define correct syscall numbers for fanotify_init
>and fanotify_mark for arm64.
>
>Signed-off-by: Vijaya Kumar K <vijayak at caviumnetworks.com>
>---
> test/zdtm/live/static/fanotify00.c | 3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/test/zdtm/live/static/fanotify00.c
>b/test/zdtm/live/static/fanotify00.c
>index 58b890b..37c9cb4 100644
>--- a/test/zdtm/live/static/fanotify00.c
>+++ b/test/zdtm/live/static/fanotify00.c
>@@ -23,6 +23,9 @@
> #elif defined(__PPC64__)
> # define __NR_fanotify_init 323
> # define __NR_fanotify_mark 324
>+#elif __aarch64__
>+# define __NR_fanotify_init 262
>+# define __NR_fanotify_mark 263
> #else
> # define __NR_fanotify_init 338
> # define __NR_fanotify_mark 339
>--
>1.7.9.5
--
Sent from my Android device with K-9 Mail. Please excuse my brevity.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openvz.org/pipermail/criu/attachments/20151230/79e4ac91/attachment.html>
More information about the CRIU
mailing list