Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-18 Thread kbuild test robot
Hi Dmitry, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.20-rc7] [cannot apply to next-20181218] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-12 Thread kbuild test robot
Hi Dmitry, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.20-rc6] [cannot apply to next-20181211] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-10 Thread Max Filippov
On Mon, Dec 10, 2018 at 12:30 PM Dmitry V. Levin wrote: > On Mon, Dec 10, 2018 at 11:24:02PM +0300, Dmitry V. Levin wrote: > > On Mon, Dec 10, 2018 at 12:14:37PM -0800, Max Filippov wrote: > > > On Mon, Dec 10, 2018 at 4:53 AM Dmitry V. Levin wrote: > > > > On Sun, Dec 09, 2018 at 09:02:50PM

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-10 Thread Dmitry V. Levin
On Mon, Dec 10, 2018 at 11:24:02PM +0300, Dmitry V. Levin wrote: > On Mon, Dec 10, 2018 at 12:14:37PM -0800, Max Filippov wrote: > > On Mon, Dec 10, 2018 at 4:53 AM Dmitry V. Levin wrote: > > > On Sun, Dec 09, 2018 at 09:02:50PM -0800, Max Filippov wrote: > > > > How should we synchronize our

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-10 Thread Dmitry V. Levin
On Mon, Dec 10, 2018 at 12:14:37PM -0800, Max Filippov wrote: > On Mon, Dec 10, 2018 at 4:53 AM Dmitry V. Levin wrote: > > On Sun, Dec 09, 2018 at 09:02:50PM -0800, Max Filippov wrote: > > > How should we synchronize our changes? > > > > No problem, I can revert to the previous edition of this

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-10 Thread Max Filippov
On Mon, Dec 10, 2018 at 4:53 AM Dmitry V. Levin wrote: > On Sun, Dec 09, 2018 at 09:02:50PM -0800, Max Filippov wrote: > > How should we synchronize our changes? > > No problem, I can revert to the previous edition of this patch > that just adds syscall_get_arch. > Alternatively, you can just

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-10 Thread Dmitry V. Levin
Hi, On Sun, Dec 09, 2018 at 09:02:50PM -0800, Max Filippov wrote: > Hello, > > On Sun, Dec 9, 2018 at 8:30 PM Dmitry V. Levin wrote: > > syscall_get_* functions are required to be implemented on all > > architectures in order to extend the generic ptrace API with > > PTRACE_GET_SYSCALL_INFO

Re: [PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-09 Thread Max Filippov
Hello, On Sun, Dec 9, 2018 at 8:30 PM Dmitry V. Levin wrote: > syscall_get_* functions are required to be implemented on all > architectures in order to extend the generic ptrace API with > PTRACE_GET_SYSCALL_INFO request. > > This adds all 5 syscall_get_* functions on xtensa as documented > in

[PATCH v5 19/25] xtensa: define syscall_get_* functions

2018-12-09 Thread Dmitry V. Levin
syscall_get_* functions are required to be implemented on all architectures in order to extend the generic ptrace API with PTRACE_GET_SYSCALL_INFO request. This adds all 5 syscall_get_* functions on xtensa as documented in asm-generic/syscall.h: syscall_get_nr, syscall_get_arguments,