From patchwork Fri Oct 12 09:44:02 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Firoz Khan X-Patchwork-Id: 10638219 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 6807F14E2 for ; Fri, 12 Oct 2018 09:45:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 57A992BCB0 for ; Fri, 12 Oct 2018 09:45:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4BEB72BCB5; Fri, 12 Oct 2018 09:45:15 +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 EA1DE2BCB0 for ; Fri, 12 Oct 2018 09:45:14 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728485AbeJLRQr (ORCPT ); Fri, 12 Oct 2018 13:16:47 -0400 Received: from mail-pf1-f194.google.com ([209.85.210.194]:38666 "EHLO mail-pf1-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728472AbeJLRQr (ORCPT ); Fri, 12 Oct 2018 13:16:47 -0400 Received: by mail-pf1-f194.google.com with SMTP id f29-v6so5926993pff.5 for ; Fri, 12 Oct 2018 02:45:12 -0700 (PDT) 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=0PBH0SiDBTS5A/xCIVzOHbzcxzD+kYNUD3TokR7YxPA=; b=J59vzM2Qn9/WdOgb/6gkFAK/h0amsxCFQ285V7KFWZcelSCh4nrsKoR1skc07r7gsF e0vzav7jik47f/sU2fxxeUbq1/qqt5mnfdmiCG/2cj899BLA09IH/JSR17QVpHe+wLNo RM+Po9FNb4LoAnG457qrPUMRtYDrbD82cqgyI= 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=0PBH0SiDBTS5A/xCIVzOHbzcxzD+kYNUD3TokR7YxPA=; b=EiS4vY9SzzQop8h2HAPWGwEVc9hGl1JVGg+g5jpQB1nn8n0ZHBAyeFjznzV/BaDRXj 6ZvWva015RCmaW9N7wITHg+c7qSmLRr+YxrzXn9XsHxjYf6xJTnX9VURA5dAqBBEIWFu oDZZKCoh132eM5nmm1cN5pH2nsceXsh4bqoeOU+AQzPnfXwwdcz1c0jn3+xZvg77sUbE QG3vV+kjOeL0mhJ3lb3u7Vr+XrvBCdnYXVJ5PKahD8apl6MVlC1IssEWO2ttm1LRw2L5 Hwv1ipXlEnJptglp1DxPQumlcK4mHfZcivmx3C4VSLSPnrVzzSlhX4XSp77YXX4Kx6kY 9Fbw== X-Gm-Message-State: ABuFfoj87FVIFtqw5jXNGwJPRRZhMudpIT2YnFGOPDhXM+yIjDHqjHRv iPpURjrtLxCTeTJAAQ51MqkV4No0e/g= X-Google-Smtp-Source: ACcGV62ymPK6IHYuedcEiA7pSoU+sn/c6kyG54BoosJZSKdzkzgsibk1yfZJoXRCo6PZWePHAm9hcA== X-Received: by 2002:a62:34c5:: with SMTP id b188-v6mr2171721pfa.65.1539337511810; Fri, 12 Oct 2018 02:45:11 -0700 (PDT) Received: from qualcomm-HP-ZBook-14-G2.domain.name ([106.51.108.175]) by smtp.gmail.com with ESMTPSA id j19-v6sm1254191pfi.137.2018.10.12.02.45.07 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Fri, 12 Oct 2018 02:45:11 -0700 (PDT) From: Firoz Khan To: linux-parisc@vger.kernel.org, "James E . J . Bottomley" , Helge Deller , 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 v4 6/6] parisc: syscalls: Ignore nfsservctl for other architectures Date: Fri, 12 Oct 2018 15:14:02 +0530 Message-Id: <1539337442-3676-7-git-send-email-firoz.khan@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1539337442-3676-1-git-send-email-firoz.khan@linaro.org> References: <1539337442-3676-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 --- 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