[CRIU] [PATCH 2/2] zdtm: Correct syscall numbers for fanotify00 testcase
Vijaya Kumar K
Vijaya.Kumar at caviumnetworks.com
Wed Dec 30 08:56:42 PST 2015
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
More information about the CRIU
mailing list