Re: [PATCH 2/2] sh: generate uapi header and syscall table header files

2019-01-14 Thread Firoz Khan
Hi Geert, Rob, Guenter, Thanks for the mail. On Sat, 12 Jan 2019 at 14:53, Geert Uytterhoeven wrote: > On Fri, Jan 11, 2019 at 1:37 AM Guenter Roeck wrote: > > On Wed, Jan 02, 2019 at 09:07:25PM +0530, Firoz Khan wrote: > > Have you tested this patch ? Yes. > > All these series depend on

Re: [PATCH 2/2] sh: generate uapi header and syscall table header files

2019-01-12 Thread Geert Uytterhoeven
On Fri, Jan 11, 2019 at 1:37 AM Guenter Roeck wrote: > On Wed, Jan 02, 2019 at 09:07:25PM +0530, Firoz Khan wrote: > > Unified system call table generation script must be run to > > generate unistd_32.h and syscall_table.h files. This patch > > will have changes which will invokes the script. > >

Re: [PATCH 2/2] sh: generate uapi header and syscall table header files

2019-01-11 Thread Rob Landley
On 1/10/19 5:54 PM, Guenter Roeck wrote: > On Wed, Jan 02, 2019 at 09:07:25PM +0530, Firoz Khan wrote: >> Unified system call table generation script must be run to >> generate unistd_32.h and syscall_table.h files. This patch >> will have changes which will invokes the script. >> >> This patch

Re: [PATCH 2/2] sh: generate uapi header and syscall table header files

2019-01-10 Thread Guenter Roeck
On Wed, Jan 02, 2019 at 09:07:25PM +0530, Firoz Khan wrote: > Unified system call table generation script must be run to > generate unistd_32.h and syscall_table.h files. This patch > will have changes which will invokes the script. > > This patch will generate unistd_32.h and syscall_table.h >

[PATCH 2/2] sh: generate uapi header and syscall table header files

2019-01-02 Thread Firoz Khan
Unified system call table generation script must be run to generate unistd_32.h and syscall_table.h files. This patch will have changes which will invokes the script. This patch will generate unistd_32.h and syscall_table.h files by the syscall table generation script invoked by sh/Makefile and