From patchwork Wed Nov 14 04:32:08 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Firoz Khan X-Patchwork-Id: 10681917 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 17C0D139B for ; Wed, 14 Nov 2018 04:32:48 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 0819F2B2A7 for ; Wed, 14 Nov 2018 04:32:48 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EF29B2B2F3; Wed, 14 Nov 2018 04:32:47 +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 8C2EA2B2A7 for ; Wed, 14 Nov 2018 04:32:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730939AbeKNOeN (ORCPT ); Wed, 14 Nov 2018 09:34:13 -0500 Received: from mail-pl1-f193.google.com ([209.85.214.193]:45299 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728407AbeKNOeN (ORCPT ); Wed, 14 Nov 2018 09:34:13 -0500 Received: by mail-pl1-f193.google.com with SMTP id a14so2533137plm.12 for ; Tue, 13 Nov 2018 20:32:44 -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=gLAK6+1KFP1G0YnE093JSOG5lPwuwqduZFcklqBU+hM=; b=ZgMxE6cquMAE0KkViQx397cH5O45NqQHULeJ62YymxLAPXXyYrcnsWqKTKWXtExza0 2eUhyKTLlq///3RJWorIfQ7tNRklH5meeriqJ/wl1k4isCRlwKlDjg0L8CQZCYWlHPHX fh3gqdi/vQ2p8WBdl5r10JE5JttqTJw1/1LMA= 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=gLAK6+1KFP1G0YnE093JSOG5lPwuwqduZFcklqBU+hM=; b=nVvMFSa5YEAIqCrccyrl0M7YqE/7JgwOch+1728TlDkg1lwOQLCk8g3M28GSx9LyWK JSfn3mu0gyU1C4dTolTMcSVmD7CbYCMGaqYIdu/q09N/sL4JdtH7UtdxOA2FkiDb4Lbe I4LEnUJvWzyZ9UinjIod6hWKplNWL3cBya8WWEM6Uwvuk0GDBPTVP9cN3xU5Hn7S3oot bHdafhx8078JHs6IpUQZQDdbCxf4kmKQgHpHiGnXkW76uGx/W7TaIukPQZc7B5l0/8/S l+FAGb2FzIbflCp8epMiKcF/1mwFMN3JO9051JCHCRf1+TdJwPVZNzlN12+0XzfWQRUm 70zw== X-Gm-Message-State: AGRZ1gLJ15UeHzpwzk1JFiQiiCBr5f9m/klECvXEuzu0actX2DTE3IXL yZ0MMQAoGzmXD8w1c0Rlb+XLNNDPH3U= X-Google-Smtp-Source: AJdET5chj5vHUqU2pxRYb8Ud5PayUB2YbHRoEP4W0OLEsOT35PNpwZekq8gEvW1cuYWNuP6MhG+E+w== X-Received: by 2002:a17:902:2943:: with SMTP id g61-v6mr421151plb.82.1542169963532; Tue, 13 Nov 2018 20:32:43 -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 a17sm26382842pgm.26.2018.11.13.20.32.39 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 13 Nov 2018 20:32:43 -0800 (PST) From: Firoz Khan To: linux-sh@vger.kernel.org, Yoshinori Sato , Rich Felker , Greg Kroah-Hartman , Philippe Ombredanne , Thomas Gleixner , 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 v3 1/3] sh: add __NR_syscalls along with NR_syscalls Date: Wed, 14 Nov 2018 10:02:08 +0530 Message-Id: <1542169930-24118-2-git-send-email-firoz.khan@linaro.org> X-Mailer: git-send-email 2.7.4 In-Reply-To: <1542169930-24118-1-git-send-email-firoz.khan@linaro.org> References: <1542169930-24118-1-git-send-email-firoz.khan@linaro.org> Sender: linux-sh-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-sh@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP NR_syscalls macro holds the number of system call exist in sh architecture. We have to change the value of NR- _syscalls, if we add or delete a system call. One of the patch in this patch series has a script which will generate a uapi header based on syscall.tbl file. The syscall.tbl file contains the total number of system calls information. So we have two option to update NR_sy- scalls value. 1. Update NR_syscalls in asm/unistd.h manually by count- ing the no.of system calls. No need to update NR_sys- calls until we either add a new system call or delete existing system call. 2. We can keep this feature it above mentioned script, that will count the number of syscalls and keep it in a generated file. In this case we don't need to expli- citly update NR_syscalls in asm/unistd.h file. The 2nd option will be the recommended one. For that, I added the __NR_syscalls macro in uapi/asm/unistd_32/64.h along with NR_syscalls which is moved to asm/unistd.h. The macro __NR_syscalls also added for making the name convention same across all architecture. While __NR_sys- calls isn't strictly part of the uapi, having it as part of the generated header to simplifies the implementation. We also need to enclose this macro with #ifdef __KERNEL__ to avoid side effects. Signed-off-by: Firoz Khan --- arch/sh/include/asm/unistd.h | 2 ++ arch/sh/include/uapi/asm/unistd_32.h | 4 +++- arch/sh/include/uapi/asm/unistd_64.h | 4 +++- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/arch/sh/include/asm/unistd.h b/arch/sh/include/asm/unistd.h index a99234b..a97f93c 100644 --- a/arch/sh/include/asm/unistd.h +++ b/arch/sh/include/asm/unistd.h @@ -5,6 +5,8 @@ # include # endif +#define NR_syscalls __NR_syscalls + # define __ARCH_WANT_NEW_STAT # define __ARCH_WANT_OLD_READDIR # define __ARCH_WANT_OLD_STAT diff --git a/arch/sh/include/uapi/asm/unistd_32.h b/arch/sh/include/uapi/asm/unistd_32.h index 58f04cf..31c85aa 100644 --- a/arch/sh/include/uapi/asm/unistd_32.h +++ b/arch/sh/include/uapi/asm/unistd_32.h @@ -396,6 +396,8 @@ #define __NR_preadv2 381 #define __NR_pwritev2 382 -#define NR_syscalls 383 +#ifdef __KERNEL__ +#define __NR_syscalls 383 +#endif #endif /* __ASM_SH_UNISTD_32_H */ diff --git a/arch/sh/include/uapi/asm/unistd_64.h b/arch/sh/include/uapi/asm/unistd_64.h index 6f809a5..75da548 100644 --- a/arch/sh/include/uapi/asm/unistd_64.h +++ b/arch/sh/include/uapi/asm/unistd_64.h @@ -416,6 +416,8 @@ #define __NR_preadv2 392 #define __NR_pwritev2 393 -#define NR_syscalls 394 +#ifdef __KERNEL__ +#define __NR_syscalls 394 +#endif #endif /* __ASM_SH_UNISTD_64_H */