Re: [PATCH 2/2] MIPS: set NR_syscall_tables appropriately

2016-09-28 Thread Marcin Nowakowski
On 27.09.2016 14:04, Ralf Baechle wrote: On Mon, Aug 29, 2016 at 11:30:07AM +0200, Marcin Nowakowski wrote: Depending on the kernel configuration, up to 3 syscall tables can be used in parallel - so set the number properly to ensure syscall tracing is set up properly. Signed-off-by: Marcin

Re: [PATCH 2/2] MIPS: set NR_syscall_tables appropriately

2016-09-28 Thread Marcin Nowakowski
On 27.09.2016 14:04, Ralf Baechle wrote: On Mon, Aug 29, 2016 at 11:30:07AM +0200, Marcin Nowakowski wrote: Depending on the kernel configuration, up to 3 syscall tables can be used in parallel - so set the number properly to ensure syscall tracing is set up properly. Signed-off-by: Marcin

Re: [PATCH 2/2] MIPS: set NR_syscall_tables appropriately

2016-09-27 Thread Ralf Baechle
On Mon, Aug 29, 2016 at 11:30:07AM +0200, Marcin Nowakowski wrote: > Depending on the kernel configuration, up to 3 syscall tables can be > used in parallel - so set the number properly to ensure syscall tracing > is set up properly. > > Signed-off-by: Marcin Nowakowski

Re: [PATCH 2/2] MIPS: set NR_syscall_tables appropriately

2016-09-27 Thread Ralf Baechle
On Mon, Aug 29, 2016 at 11:30:07AM +0200, Marcin Nowakowski wrote: > Depending on the kernel configuration, up to 3 syscall tables can be > used in parallel - so set the number properly to ensure syscall tracing > is set up properly. > > Signed-off-by: Marcin Nowakowski > --- >

[PATCH 2/2] MIPS: set NR_syscall_tables appropriately

2016-08-29 Thread Marcin Nowakowski
Depending on the kernel configuration, up to 3 syscall tables can be used in parallel - so set the number properly to ensure syscall tracing is set up properly. Signed-off-by: Marcin Nowakowski --- arch/mips/include/asm/unistd.h | 4 1 file changed, 4

[PATCH 2/2] MIPS: set NR_syscall_tables appropriately

2016-08-29 Thread Marcin Nowakowski
Depending on the kernel configuration, up to 3 syscall tables can be used in parallel - so set the number properly to ensure syscall tracing is set up properly. Signed-off-by: Marcin Nowakowski --- arch/mips/include/asm/unistd.h | 4 1 file changed, 4 insertions(+) diff --git