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