From patchwork Mon Aug 27 20:05:05 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Agner X-Patchwork-Id: 10577575 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 7A38614BD for ; Mon, 27 Aug 2018 20:07:49 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 6B3032A108 for ; Mon, 27 Aug 2018 20:07:49 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 5EA112A10C; Mon, 27 Aug 2018 20:07:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 50B832A108 for ; Mon, 27 Aug 2018 20:07:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=L2RcjGzDQXVu63rexr7+0g4USfeM8GnmbmBMqo7eQdI=; b=tWQ O0xO1UjcbtuC9fQyDz+iNMNNtEBoMIEqe6+07wLuVTyo6Q5xl6lV20xdPAPkhHDMAkri7wf53ZWob YLk2EWJnyK5y5xYRigrgect6H+nlmeQFG2CJim2aGwI2Clc66n4Z4FUw6Q2djDQ2SeTQoJkDICUdD j5ADauszNHOYovCZHo4tVP7aR7jFruhDG0RwWciBhRw+qMT9b1d3kYkIbrv6/ic6ydcfK+PvmfMss 2ksWj8zGka3As9DarBd3n1kZcoRd4ebxrDuyISSXoG3lNFH05oTUBuCLhFdJcAyC8To2rDeYUciba w5jaR65UltIo1HwZXQP2FExWy3Wco7Q==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fuNnY-0004qQ-CQ; Mon, 27 Aug 2018 20:07:40 +0000 Received: from mail.kmu-office.ch ([2a02:418:6a02::a2]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fuNlW-0003BZ-Dp for linux-arm-kernel@lists.infradead.org; Mon, 27 Aug 2018 20:05:37 +0000 Received: from trochilidae.lan (unknown [IPv6:2a02:169:34d6::189]) by mail.kmu-office.ch (Postfix) with ESMTPSA id 26E875C0491; Mon, 27 Aug 2018 22:05:12 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=agner.ch; s=dkim; t=1535400312; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:content-type:content-transfer-encoding: in-reply-to:references; bh=iWENdm1xdcEOLCy9vygwGD/F6DmxsGHUysIo1z4Z6w4=; b=fQ942ovMX803vzaRz5Rxqh6/xI53EPN7+tLd7tZB/tHhsvAtSh//nDjgd/RBsgPrezMP/G ft6ufXpr/88cE+zZtVVi1t/C5Fac/2JCCNSqf1cRjNtJ9m+xIOBTqNRpdgvbtlgU/JzcSF 2EzE+I/iYCVrUxL77DiPcAQzEFgtZkk= From: Stefan Agner To: linux@armlinux.org.uk Subject: [PATCH] ARM: wire up io_pgetevents syscall Date: Mon, 27 Aug 2018 22:05:05 +0200 Message-Id: <20180827200505.21991-1-stefan@agner.ch> X-Mailer: git-send-email 2.18.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180827_130534_670432_6746BDFC X-CRM114-Status: UNSURE ( 9.98 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-arm-kernel@lists.infradead.org, Stefan Agner , hch@lst.de, arnd@arndb.de, linux-kernel@vger.kernel.org MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP Wire up the new io_pgetevents syscall for ARM. Signed-off-by: Stefan Agner Acked-by: Christoph Hellwig --- arch/arm/tools/syscall.tbl | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/tools/syscall.tbl b/arch/arm/tools/syscall.tbl index fbc74b5fa3ed..8edf93b4490f 100644 --- a/arch/arm/tools/syscall.tbl +++ b/arch/arm/tools/syscall.tbl @@ -413,3 +413,4 @@ 396 common pkey_free sys_pkey_free 397 common statx sys_statx 398 common rseq sys_rseq +399 common io_pgetevents sys_io_pgetevents