Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Arnd Bergmann
On 10/11/18, Eugene Syromiatnikov wrote: > On Thu, Oct 11, 2018 at 09:24:43AM +0200, Arnd Bergmann wrote: >> On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > >> > +# pkey_mprotect requires an architecture specific implementation >> > +328common pkey_mprotect

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Arnd Bergmann
On 10/11/18, Eugene Syromiatnikov wrote: > On Thu, Oct 11, 2018 at 09:24:43AM +0200, Arnd Bergmann wrote: >> On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > >> > +# pkey_mprotect requires an architecture specific implementation >> > +328common pkey_mprotect

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Eugene Syromiatnikov
On Thu, Oct 11, 2018 at 09:24:43AM +0200, Arnd Bergmann wrote: > On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > > +# perf_event_open requires an architecture specific implementation > > +326common perf_event_open sys_perf_event_open [...] > > I don't think that's

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Eugene Syromiatnikov
On Thu, Oct 11, 2018 at 09:24:43AM +0200, Arnd Bergmann wrote: > On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > > +# perf_event_open requires an architecture specific implementation > > +326common perf_event_open sys_perf_event_open [...] > > I don't think that's

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Firoz Khan
Hi Arnd, On Thu, 11 Oct 2018 at 12:55, Arnd Bergmann wrote: > > On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > > > > wire up perf_event_open, seccomp, pkey_mprotect, pkey_alloc, > > pkey_free, statx, io_pgetevents and rseq system calls > > > > This require an architecture specific

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Firoz Khan
Hi Arnd, On Thu, 11 Oct 2018 at 12:55, Arnd Bergmann wrote: > > On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > > > > wire up perf_event_open, seccomp, pkey_mprotect, pkey_alloc, > > pkey_free, statx, io_pgetevents and rseq system calls > > > > This require an architecture specific

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Arnd Bergmann
On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > > wire up perf_event_open, seccomp, pkey_mprotect, pkey_alloc, > pkey_free, statx, io_pgetevents and rseq system calls > > This require an architecture specific implementation as it not > present now. > > Signed-off-by: Firoz Khan > --- >

Re: [PATCH v3 7/7] ia64: wire up system calls

2018-10-11 Thread Arnd Bergmann
On Thu, Oct 11, 2018 at 6:26 AM Firoz Khan wrote: > > wire up perf_event_open, seccomp, pkey_mprotect, pkey_alloc, > pkey_free, statx, io_pgetevents and rseq system calls > > This require an architecture specific implementation as it not > present now. > > Signed-off-by: Firoz Khan > --- >

[PATCH v3 7/7] ia64: wire up system calls

2018-10-10 Thread Firoz Khan
wire up perf_event_open, seccomp, pkey_mprotect, pkey_alloc, pkey_free, statx, io_pgetevents and rseq system calls This require an architecture specific implementation as it not present now. Signed-off-by: Firoz Khan --- arch/ia64/kernel/syscalls/syscall.tbl | 16 1 file

[PATCH v3 7/7] ia64: wire up system calls

2018-10-10 Thread Firoz Khan
wire up perf_event_open, seccomp, pkey_mprotect, pkey_alloc, pkey_free, statx, io_pgetevents and rseq system calls This require an architecture specific implementation as it not present now. Signed-off-by: Firoz Khan --- arch/ia64/kernel/syscalls/syscall.tbl | 16 1 file