[PATCH 2/8][RFC] ftrace: Fix function tracing recursion self test

2012-11-15 Thread Steven Rostedt
From: Steven Rostedt The function tracing recursion self test should not crash the machine if the resursion test fails. If it detects that the function tracing is recursing when it should not be, then bail, don't go into an infinite recursive loop. Signed-off-by: Steven Rostedt --- kernel/trac

[PATCH 2/8][RFC] ftrace: Fix function tracing recursion self test

2012-11-02 Thread Steven Rostedt
From: Steven Rostedt The function tracing recursion self test should not crash the machine if the resursion test fails. If it detects that the function tracing is recursing when it should not be, then bail, don't go into an infinite recursive loop. Signed-off-by: Steven Rostedt --- kernel/trac