From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pl0-x243.google.com ([2607:f8b0:400e:c01::243]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fivBi-00065C-5E for kexec@lists.infradead.org; Fri, 27 Jul 2018 05:21:16 +0000 Received: by mail-pl0-x243.google.com with SMTP id j8-v6so1807275pll.12 for ; Thu, 26 Jul 2018 22:21:03 -0700 (PDT) Date: Fri, 27 Jul 2018 14:22:37 +0900 From: AKASHI Takahiro Subject: Re: [PATCH v12 01/16] asm-generic: add kexec_file_load system call to unistd.h Message-ID: <20180727052235.GD11258@linaro.org> References: <20180724065759.19186-1-takahiro.akashi@linaro.org> <20180724065759.19186-2-takahiro.akashi@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: James Morse Cc: herbert@gondor.apana.org.au, bhe@redhat.com, ard.biesheuvel@linaro.org, catalin.marinas@arm.com, bhsharma@redhat.com, will.deacon@arm.com, linux-kernel@vger.kernel.org, heiko.carstens@de.ibm.com, dhowells@redhat.com, arnd@arndb.de, linux-arm-kernel@lists.infradead.org, kexec@lists.infradead.org, schwidefsky@de.ibm.com, dyoung@redhat.com, davem@davemloft.net, vgoyal@redhat.com On Thu, Jul 26, 2018 at 02:35:50PM +0100, James Morse wrote: > Hi Akashi, > > On 24/07/18 07:57, AKASHI Takahiro wrote: > > The initial user of this system call number is arm64. > > This patch conflicts with commit db7a2d1809a5 ("asm-generic: unistd.h: Wire up > sys_rseq") in the arm64 tree. OK. I will try to rebase my code to arm64/for-next/core at v13. Thanks, -Takahiro AKASHI > Thanks, > > James > > > diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h > > index 42990676a55e..c81f4a0df51f 100644 > > --- a/include/uapi/asm-generic/unistd.h > > +++ b/include/uapi/asm-generic/unistd.h > > @@ -734,9 +734,11 @@ __SYSCALL(__NR_pkey_free, sys_pkey_free) > > __SYSCALL(__NR_statx, sys_statx) > > #define __NR_io_pgetevents 292 > > __SC_COMP(__NR_io_pgetevents, sys_io_pgetevents, compat_sys_io_pgetevents) > > +#define __NR_kexec_file_load 293 > > +__SYSCALL(__NR_kexec_file_load, sys_kexec_file_load) > > > > #undef __NR_syscalls > > -#define __NR_syscalls 293 > > +#define __NR_syscalls 294 > > > > /* > > * 32 bit systems traditionally used different > > _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec