Re: [PATCH v12 01/16] asm-generic: add kexec_file_load system call to unistd.h

2018-07-26 Thread AKASHI Takahiro
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.

Re: [PATCH v12 01/16] asm-generic: add kexec_file_load system call to unistd.h

2018-07-26 Thread James Morse
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. Thanks, James > diff --git a/include/uapi/asm-generic/unistd.h >

[PATCH v12 01/16] asm-generic: add kexec_file_load system call to unistd.h

2018-07-24 Thread AKASHI Takahiro
The initial user of this system call number is arm64. Signed-off-by: AKASHI Takahiro Acked-by: Arnd Bergmann --- include/uapi/asm-generic/unistd.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/uapi/asm-generic/unistd.h b/include/uapi/asm-generic/unistd.h index