[for-next][PATCH 01/34] srcu: Add notrace variants of srcu_read_{lock,unlock}

2018-08-11 Thread Steven Rostedt
From: Paul McKenney This is needed for a future tracepoint patch that uses srcu, and to make sure it doesn't call into lockdep. tracepoint code already calls notrace variants for rcu_read_lock_sched so this patch does the same for srcu which will be used in a later patch. Keeps it consistent

[for-next][PATCH 01/34] srcu: Add notrace variants of srcu_read_{lock,unlock}

2018-08-11 Thread Steven Rostedt
From: Paul McKenney This is needed for a future tracepoint patch that uses srcu, and to make sure it doesn't call into lockdep. tracepoint code already calls notrace variants for rcu_read_lock_sched so this patch does the same for srcu which will be used in a later patch. Keeps it consistent