From d3d9e2400d2e2ba2e010b809990ec11e3058d269 Mon Sep 17 00:00:00 2001 From: Masamichi Takagi Date: Mon, 22 Jun 2020 11:44:11 +0900 Subject: [PATCH] test: ihklib: syscall_list.h: add robust marker for patch Change-Id: Ie5f72b4b296db4d44e9839f38fd9a68854be78c3 --- arch/arm64/kernel/include/syscall_list.h | 6 ++++++ arch/x86_64/kernel/include/syscall_list.h | 6 +++++- ihk | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/arch/arm64/kernel/include/syscall_list.h b/arch/arm64/kernel/include/syscall_list.h index 19f286c6..bb3f6c00 100644 --- a/arch/arm64/kernel/include/syscall_list.h +++ b/arch/arm64/kernel/include/syscall_list.h @@ -142,3 +142,9 @@ SYSCALL_HANDLED(1045, signalfd) SYSCALL_DELEGATED(1049, stat) SYSCALL_DELEGATED(1060, getpgrp) SYSCALL_HANDLED(1062, time) +SYSCALL_DELEGATED(1069, epoll_wait) + +/* Do not edit the lines including this comment and + * EOF just after it because those are used as a + * robust marker for the autotest patch. + */ diff --git a/arch/x86_64/kernel/include/syscall_list.h b/arch/x86_64/kernel/include/syscall_list.h index b6bf4d55..576ee0ae 100644 --- a/arch/x86_64/kernel/include/syscall_list.h +++ b/arch/x86_64/kernel/include/syscall_list.h @@ -179,4 +179,8 @@ SYSCALL_HANDLED(802, linux_mlock) SYSCALL_HANDLED(803, suspend_threads) SYSCALL_HANDLED(804, resume_threads) SYSCALL_HANDLED(811, linux_spawn) -/**** End of File ****/ + +/* Do not edit the lines including this comment and + * EOF just after it because those are used as a + * robust marker for the autotest patch. + */ diff --git a/ihk b/ihk index 1a6150c5..7c4b8d6b 160000 --- a/ihk +++ b/ihk @@ -1 +1 @@ -Subproject commit 1a6150c5bbcf53f5846b86bdf332f3f1724f0197 +Subproject commit 7c4b8d6b40dd4530dc350e9138407e31a6882754