Re: [PATCH 1/3] arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace

2012-12-26 Thread Chris Metcalf
On 12/22/2012 12:21 AM, Simon Marchi wrote: > Call tracehook functions for syscall tracing. > > The check for TIF_SYSCALL_TRACE was removed, because the same check is > done right before in the assembly file. > > Signed-off-by: Simon Marchi > I've taken this one, and patch 3/3 in this series,

Re: [PATCH 1/3] arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace

2012-12-26 Thread Chris Metcalf
On 12/22/2012 12:21 AM, Simon Marchi wrote: Call tracehook functions for syscall tracing. The check for TIF_SYSCALL_TRACE was removed, because the same check is done right before in the assembly file. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca I've taken this one, and patch 3/3 in

[PATCH 1/3] arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace

2012-12-21 Thread Simon Marchi
Call tracehook functions for syscall tracing. The check for TIF_SYSCALL_TRACE was removed, because the same check is done right before in the assembly file. Signed-off-by: Simon Marchi --- arch/tile/kernel/intvec_32.S |6 -- arch/tile/kernel/intvec_64.S |6 --

[PATCH 1/3] arch/tile: Call tracehook_report_syscall_{entry,exit} in syscall trace

2012-12-21 Thread Simon Marchi
Call tracehook functions for syscall tracing. The check for TIF_SYSCALL_TRACE was removed, because the same check is done right before in the assembly file. Signed-off-by: Simon Marchi simon.mar...@polymtl.ca --- arch/tile/kernel/intvec_32.S |6 -- arch/tile/kernel/intvec_64.S |6