Re: [PATCH v2 09/11] tile/tracing: fix compat syscall handling

2016-09-20 Thread Chris Metcalf
On 9/16/2016 3:11 AM, Marcin Nowakowski wrote: Add missing arch code - arch_trace_is_compat_syscall and arch_syscall_addr Signed-off-by: Marcin Nowakowski Cc:Cc: Steven Rostedt Cc: Ingo Molnar Cc: Chris

Re: [PATCH v2 09/11] tile/tracing: fix compat syscall handling

2016-09-20 Thread Chris Metcalf
On 9/16/2016 3:11 AM, Marcin Nowakowski wrote: Add missing arch code - arch_trace_is_compat_syscall and arch_syscall_addr Signed-off-by: Marcin Nowakowski Cc:Cc: Steven Rostedt Cc: Ingo Molnar Cc: Chris Metcalf --- arch/tile/include/asm/ftrace.h | 10 ++ arch/tile/kernel/Makefile

Re: [PATCH v2 09/11] tile/tracing: fix compat syscall handling

2016-09-16 Thread kbuild test robot
Hi Marcin, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.8-rc6 next-20160916] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

Re: [PATCH v2 09/11] tile/tracing: fix compat syscall handling

2016-09-16 Thread kbuild test robot
Hi Marcin, [auto build test ERROR on tip/perf/core] [also build test ERROR on v4.8-rc6 next-20160916] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record

[PATCH v2 09/11] tile/tracing: fix compat syscall handling

2016-09-16 Thread Marcin Nowakowski
Add missing arch code - arch_trace_is_compat_syscall and arch_syscall_addr Signed-off-by: Marcin Nowakowski Cc:Cc: Steven Rostedt Cc: Ingo Molnar Cc: Chris Metcalf --- arch/tile/include/asm/ftrace.h

[PATCH v2 09/11] tile/tracing: fix compat syscall handling

2016-09-16 Thread Marcin Nowakowski
Add missing arch code - arch_trace_is_compat_syscall and arch_syscall_addr Signed-off-by: Marcin Nowakowski Cc:Cc: Steven Rostedt Cc: Ingo Molnar Cc: Chris Metcalf --- arch/tile/include/asm/ftrace.h | 10 ++ arch/tile/kernel/Makefile | 1 + arch/tile/kernel/ftrace.c | 13