From patchwork Wed Nov 21 04:14:30 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Firoz Khan X-Patchwork-Id: 10691925 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 4424A13BB for ; Wed, 21 Nov 2018 04:15:37 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 310F9294F7 for ; Wed, 21 Nov 2018 04:15:37 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 202E72B332; Wed, 21 Nov 2018 04:15:37 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id B76A9294F7 for ; Wed, 21 Nov 2018 04:15:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726967AbeKUOsR (ORCPT ); Wed, 21 Nov 2018 09:48:17 -0500 Received: from mail-pl1-f195.google.com ([209.85.214.195]:37695 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727788AbeKUOsL (ORCPT ); Wed, 21 Nov 2018 09:48:11 -0500 Received: by mail-pl1-f195.google.com with SMTP id b5so3509654plr.4 for ; Tue, 20 Nov 2018 20:15:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=7Q4rLs1xwUkJJoCNmd9R+D8EGVqXDXjKKFNZC7DR7zE=; b=EAo0zrcXNNyVw42R/DHkW1K0BNeWGp3sbueBXAGfyEZViuZKuDLXzRhnqKVgIUrrJK O2imOmVoq5HMUiLilwFNzbQNfJ9kLPZSli3JhG21HHTDfZqp0C6NOlKvVqVFuxgbdGcf fTmYKbwDPgCG65eDhbXOSGwcbH8kSEYwe4B18= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=7Q4rLs1xwUkJJoCNmd9R+D8EGVqXDXjKKFNZC7DR7zE=; b=bhRFp6vBi82YoKcl6gegVfJrYlxCgKLBx06GkuIPgkSwBxY5qBh47iqvePZBeMuBs9 7CI9OLFgiTk7w8eZon7kxqj+uFzHTeQhaw53UWREjq+DJI9MEzrGxHMEjQTAAnv40R7+ DBwJ7lscdFSN+T0xe69PQbjWJNeWOTZvoJjGKmPp3WUIg2IAXEsLFyfGNLXuXI1LK34z NRHoMMwQ4ktZ/1e4Dr2dRngDdVF+B4j/Cy5duwU//NsDD//31TujldSKZIX26cjy0U+H qdrhwW30/r55Xau0ANvLnJxHQuHaNxiBH6H1M8Q6iulEW3OZQt9MIBqUgiY743ADuK5q bFNQ== X-Gm-Message-State: AA+aEWa+Y2RQXK1beaLciUgn9qGEhdeqqPRw+78cAZJVV0c4ns6DTtVe Sd9U7TWCKCoxZUsLY2uQpFL4SdQxR98= X-Google-Smtp-Source: AJdET5czCNq6jKpuM6nHZQAd4QxFkISL5k54CUNiVfH1bwq14fuQ+atvj62NTSoaZ0tObcCXA/FfPg== X-Received: by 2002:a63:2f07:: with SMTP id v7mr4239582pgv.368.1542773728740; Tue, 20 Nov 2018 20:15:28 -0800 (PST) Received: from qualcomm-HP-ZBook-14-G2.qualcomm.com (blr-bdr-fw-01_globalnat_allzones-outside.qualcomm.com. [103.229.18.19]) by smtp.gmail.com with ESMTPSA id v124-v6sm10818712pfb.182.2018.11.20.20.15.23 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Nov 2018 20:15:28 -0800 (PST) From: Firoz Khan To: linux-parisc@vger.kernel.org, "James E . J . Bottomley" , Helge Deller , Geert Uytterhoeven , Thomas Gleixner , Greg Kroah-Hartman , Philippe Ombredanne , Kate Stewart Cc: y2038@lists.linaro.org, linux-kernel@vger.kernel.org, linux-arch@vger.kernel.org, arnd@arndb.de, deepa.kernel@gmail.com, marcin.juszkiewicz@linaro.org, firoz.khan@linaro.org Subject: [PATCH v8 6/6] parisc: syscalls: ignore nfsservctl for other architectures Date: Wed, 21 Nov 2018 09:44:30 +0530 Message-Id: <1542773670-25460-7-git-send-email-firoz.khan@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1542773670-25460-1-git-send-email-firoz.khan@linaro.org> References: <1542773670-25460-1-git-send-email-firoz.khan@linaro.org> Sender: linux-parisc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-parisc@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This adds an exception to the syscall table checking script. nfsservctl entry is only provided on x86, and there is no reason to add it elsewhere. However, including it on the syscall table caused a warning for most configurations on non-x86. :696:2: warning: #warning syscall nfsservctl not implemented [-Wcpp] Signed-off-by: Firoz Khan Acked-by: Helge Deller --- scripts/checksyscalls.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh index ee3dfb5..cf93100 100755 --- a/scripts/checksyscalls.sh +++ b/scripts/checksyscalls.sh @@ -150,6 +150,7 @@ cat << EOF #define __IGNORE_uselib #define __IGNORE__sysctl #define __IGNORE_arch_prctl +#define __IGNORE_nfsservctl /* ... including the "new" 32-bit uid syscalls */ #define __IGNORE_lchown32