Re: [PATCH v2 3/5] ARM: add IPI tracepoints

2014-08-06 Thread Steven Rostedt
Russell, Can you give me your Acked-by for this, and I can pull it through my tree? Thanks, -- Steve On Fri, 25 Jul 2014 16:05:31 -0400 Nicolas Pitre wrote: > The strings used to list IPIs in /proc/interrupts are reused for tracing > purposes. > > While at it, prevent a negative ipinr from

Re: [PATCH v2 3/5] ARM: add IPI tracepoints

2014-07-27 Thread Daniel Lezcano
On 07/25/2014 10:05 PM, Nicolas Pitre wrote: The strings used to list IPIs in /proc/interrupts are reused for tracing purposes. While at it, prevent a negative ipinr from escaping the range check in handle_IPI(). Signed-off-by: Nicolas Pitre Acked-by: Steven Rostedt Acked-by: Daniel Lezcano