From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 37264C433EF for ; Tue, 26 Oct 2021 07:49:04 +0000 (UTC) Received: from picard.linux.it (picard.linux.it [213.254.12.146]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 365FD610A6 for ; Tue, 26 Oct 2021 07:49:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 365FD610A6 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=huawei.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.linux.it Received: from picard.linux.it (localhost [IPv6:::1]) by picard.linux.it (Postfix) with ESMTP id 733793C67C9 for ; Tue, 26 Oct 2021 09:49:01 +0200 (CEST) Received: from in-2.smtp.seeweb.it (in-2.smtp.seeweb.it [217.194.8.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by picard.linux.it (Postfix) with ESMTPS id 14C863C6639 for ; Tue, 26 Oct 2021 09:48:51 +0200 (CEST) Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by in-2.smtp.seeweb.it (Postfix) with ESMTPS id 1716B60007A for ; Tue, 26 Oct 2021 09:48:49 +0200 (CEST) Received: from dggeml753-chm.china.huawei.com (unknown [172.30.72.54]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4HdkNQ3PR2zbnCR for ; Tue, 26 Oct 2021 15:44:06 +0800 (CST) Received: from ubuntu1804.huawei.com (10.67.174.63) by dggeml753-chm.china.huawei.com (10.1.199.152) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2308.15; Tue, 26 Oct 2021 15:48:43 +0800 From: Zhao Gongyi To: Date: Tue, 26 Oct 2021 15:50:25 +0800 Message-ID: <20211026075025.29117-1-zhaogongyi@huawei.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 X-Originating-IP: [10.67.174.63] X-ClientProxiedBy: dggems706-chm.china.huawei.com (10.3.19.183) To dggeml753-chm.china.huawei.com (10.1.199.152) X-CFilter-Loop: Reflected X-Virus-Scanned: clamav-milter 0.102.4 at in-2.smtp.seeweb.it X-Virus-Status: Clean Subject: [LTP] [PATCH] lapi/syscalls: Add epoll_create for aarch64.in X-BeenThere: ltp@lists.linux.it X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux Test Project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ltp-bounces+ltp=archiver.kernel.org@lists.linux.it Sender: "ltp" Add epoll_create for aarch64.in and modify the value of epoll_ctl for aarch64.in. Otherwise, the testcase epoll_create01/epoll_create02 will fail. Signed-off-by: Zhao Gongyi --- include/lapi/syscalls/aarch64.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/lapi/syscalls/aarch64.in b/include/lapi/syscalls/aarch64.in index a47185954..e9023a1d0 100644 --- a/include/lapi/syscalls/aarch64.in +++ b/include/lapi/syscalls/aarch64.in @@ -19,7 +19,6 @@ getcwd 17 lookup_dcookie 18 eventfd2 19 epoll_create1 20 -epoll_ctl 21 epoll_pwait 22 dup 23 dup3 24 @@ -243,6 +242,8 @@ rt_tgsigqueueinfo 240 perf_event_open 241 accept4 242 recvmmsg 243 +epoll_create 250 +epoll_ctl 251 wait4 260 prlimit64 261 fanotify_init 262 -- 2.17.1 -- Mailing list info: https://lists.linux.it/listinfo/ltp