Re: [RFC][PATCH 07/18 v2] ftrace: Add selftest to check if RCU unsafe functions are filtered properly

2013-08-31 Thread Paul E. McKenney
On Sat, Aug 31, 2013 at 01:11:24AM -0400, Steven Rostedt wrote: > From: "Steven Rostedt (Red Hat)" > > Add a boot time start up test that has a RCU safe ftrace_ops as well > as an unsafe one. Make sure the RCU safe ops can trace RCU unsafe > functions while the unsafe ftrace_ops can not. > > Cc:

[RFC][PATCH 07/18 v2] ftrace: Add selftest to check if RCU unsafe functions are filtered properly

2013-08-30 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" Add a boot time start up test that has a RCU safe ftrace_ops as well as an unsafe one. Make sure the RCU safe ops can trace RCU unsafe functions while the unsafe ftrace_ops can not. Cc: Jiri Olsa Cc: Paul E. McKenney Signed-off-by: Steven Rostedt --- kernel/t