From patchwork Wed Nov 21 04:14:26 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Firoz Khan X-Patchwork-Id: 10691917 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 006081926 for ; Wed, 21 Nov 2018 04:15:10 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DEDD12B32B for ; Wed, 21 Nov 2018 04:15:09 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D2C1A2B32D; Wed, 21 Nov 2018 04:15:09 +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 6170F2B332 for ; Wed, 21 Nov 2018 04:15:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727522AbeKUOrt (ORCPT ); Wed, 21 Nov 2018 09:47:49 -0500 Received: from mail-pl1-f195.google.com ([209.85.214.195]:45928 "EHLO mail-pl1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727450AbeKUOrt (ORCPT ); Wed, 21 Nov 2018 09:47:49 -0500 Received: by mail-pl1-f195.google.com with SMTP id a14so3486992plm.12 for ; Tue, 20 Nov 2018 20:15:07 -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=YZE1AyeTPRRnquAdnDl25l1LOkW//go+oKzyIjbXwF4=; b=hm+ioeOEZqzXAkSAoJMLslosWiNM54cQ6z/99LjRB6gDyt3LOjzktYLZO5RXxSKL/v r9KZIEtuZUWks7oCnw7K+G7z+eC/uPgrKjWw4BAQeQxLvc1l88sNWMS03SektvPUNF5I bSFBmA+j56zv/dEJYw0u4BFLi9Sxo03mZZoDY= 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=YZE1AyeTPRRnquAdnDl25l1LOkW//go+oKzyIjbXwF4=; b=M4GzbA46bgQYwKvCbSmqlh3fznwnWrVsXGzb/6GfP7fG1YTtVBCKoe3B+EA/ILLAHg JS76ioJ20stX3SPr7PEHQsAF56WIt7rZVxsJjAhwcCkEf9eVgfoyfasWRr/tKPaq3CmZ YttVBALZwkOYEa0QzAVKbOZLAoex8pEIz1M02ANP7FIaLYIBof5aWpmcycgWtWpeaOpM E8pqWnJU1RxNM09mxaGdICOjJdbFd13ZMgmrbUVEjhfQ8nBBJ4DDYnyW2peYNVnirGDw E4yJl3bt6QqNMnMORzFwgQMIW62LknzjizjGjhagtuW/SXe/3FzgMyy4aPC4bMC0gnuP WjvA== X-Gm-Message-State: AGRZ1gJzmSjq5XtjjEu6MAgWJro6KewyvjubuPEjsGCwMAAuu96AFFid Pf4JN+UfOfuLoUekfPZ65GGJ92q3sCw= X-Google-Smtp-Source: AJdET5dVb8X62s4n2Of0dNjIXVvZt69JZlLBjESDQj0cT336h375mvGc74M3jq9iPgBSmzWGswnpfQ== X-Received: by 2002:a62:a511:: with SMTP id v17-v6mr5143960pfm.18.1542773707402; Tue, 20 Nov 2018 20:15:07 -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.02 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 Nov 2018 20:15:06 -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 2/6] parisc: add __NR_syscalls along with __NR_Linux_syscalls Date: Wed, 21 Nov 2018 09:44:26 +0530 Message-Id: <1542773670-25460-3-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 __NR_Linux_syscalls macro holds the number of system call exist in parisc architecture. We have to change the value of __NR_Linux_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- _Linux_syscalls value. 1. Update __NR_Linux_syscalls in asm/unistd.h manually by counting the no.of system calls. No need to update __NR- _Linux_syscalls 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_Linux_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.h along with __NR_Linux_syscalls asm/unistd.h. The macro __NR_sys- calls also added for making the name convention same across all architecture. While __NR_syscalls 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 Acked-by: Helge Deller --- arch/parisc/include/asm/unistd.h | 2 ++ arch/parisc/include/uapi/asm/unistd.h | 6 ++++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index fd1013f..c2c2afb 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h @@ -4,6 +4,8 @@ #include +#define __NR_Linux_syscalls __NR_syscalls + #ifndef __ASSEMBLY__ #define SYS_ify(syscall_name) __NR_##syscall_name diff --git a/arch/parisc/include/uapi/asm/unistd.h b/arch/parisc/include/uapi/asm/unistd.h index bb52e12..53cc748 100644 --- a/arch/parisc/include/uapi/asm/unistd.h +++ b/arch/parisc/include/uapi/asm/unistd.h @@ -366,8 +366,10 @@ #define __NR_statx (__NR_Linux + 349) #define __NR_io_pgetevents (__NR_Linux + 350) -#define __NR_Linux_syscalls (__NR_io_pgetevents + 1) +#ifdef __KERNEL__ +#define __NR_syscalls 351 +#endif -#define LINUX_GATEWAY_ADDR 0x100 +#define LINUX_GATEWAY_ADDR 0x100 #endif /* _UAPI_ASM_PARISC_UNISTD_H_ */