From mboxrd@z Thu Jan 1 00:00:00 1970 From: Firoz Khan Subject: [PATCH v2 7/7] ia64: add __IGNORE* entries in asm/unistd.h Date: Thu, 27 Sep 2018 19:45:20 +0530 Message-ID: <1538057720-3392-8-git-send-email-firoz.khan@linaro.org> References: <1538057720-3392-1-git-send-email-firoz.khan@linaro.org> Return-path: In-Reply-To: <1538057720-3392-1-git-send-email-firoz.khan@linaro.org> Sender: linux-kernel-owner@vger.kernel.org To: linux-ia64@vger.kernel.org, Tony Luck , Fenghua Yu , 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 List-Id: linux-arch.vger.kernel.org Add __IGNORE* entries for perf_event_open, seccomp, pkey_ mprotect, pkey_alloc, pkey_free, statx, io_pgetevents and rseq in the file asm/unistd.h as it is correct to keep __IGNORE* entry in non uapi header asm/unistd.h while uapi/ asm/unistd.h must hold information only useful for user space applications. Signed-off-by: Firoz Khan --- arch/ia64/include/asm/unistd.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/ia64/include/asm/unistd.h b/arch/ia64/include/asm/unistd.h index 397b143..a0941e6 100644 --- a/arch/ia64/include/asm/unistd.h +++ b/arch/ia64/include/asm/unistd.h @@ -26,6 +26,15 @@ #define __IGNORE_vfork /* clone() */ #define __IGNORE_umount2 /* umount() */ +#define __IGNORE_perf_event_open +#define __IGNORE_seccomp +#define __IGNORE_pkey_mprotect +#define __IGNORE_pkey_alloc +#define __IGNORE_pkey_free +#define __IGNORE_statx +#define __IGNORE_io_pgetevents +#define __IGNORE_rseq + #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER) #include -- 1.9.1 From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pg1-f195.google.com ([209.85.215.195]:42274 "EHLO mail-pg1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727175AbeI0UfG (ORCPT ); Thu, 27 Sep 2018 16:35:06 -0400 Received: by mail-pg1-f195.google.com with SMTP id i4-v6so1460560pgq.9 for ; Thu, 27 Sep 2018 07:16:38 -0700 (PDT) From: Firoz Khan Subject: [PATCH v2 7/7] ia64: add __IGNORE* entries in asm/unistd.h Date: Thu, 27 Sep 2018 19:45:20 +0530 Message-ID: <1538057720-3392-8-git-send-email-firoz.khan@linaro.org> In-Reply-To: <1538057720-3392-1-git-send-email-firoz.khan@linaro.org> References: <1538057720-3392-1-git-send-email-firoz.khan@linaro.org> Sender: linux-arch-owner@vger.kernel.org List-ID: To: linux-ia64@vger.kernel.org, Tony Luck , Fenghua Yu , 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 Message-ID: <20180927141520.xMY6eXV6Lh9_KVPHsMoQWErCBFJNm4l8w-P3EoXIqT8@z> Add __IGNORE* entries for perf_event_open, seccomp, pkey_ mprotect, pkey_alloc, pkey_free, statx, io_pgetevents and rseq in the file asm/unistd.h as it is correct to keep __IGNORE* entry in non uapi header asm/unistd.h while uapi/ asm/unistd.h must hold information only useful for user space applications. Signed-off-by: Firoz Khan --- arch/ia64/include/asm/unistd.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/ia64/include/asm/unistd.h b/arch/ia64/include/asm/unistd.h index 397b143..a0941e6 100644 --- a/arch/ia64/include/asm/unistd.h +++ b/arch/ia64/include/asm/unistd.h @@ -26,6 +26,15 @@ #define __IGNORE_vfork /* clone() */ #define __IGNORE_umount2 /* umount() */ +#define __IGNORE_perf_event_open +#define __IGNORE_seccomp +#define __IGNORE_pkey_mprotect +#define __IGNORE_pkey_alloc +#define __IGNORE_pkey_free +#define __IGNORE_statx +#define __IGNORE_io_pgetevents +#define __IGNORE_rseq + #if !defined(__ASSEMBLY__) && !defined(ASSEMBLER) #include -- 1.9.1