[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20130528183841.535484906@goodmis.org>
Date: Tue, 28 May 2013 14:38:41 -0400
From: Steven Rostedt <rostedt@...dmis.org>
To: linux-kernel@...r.kernel.org
Cc: "Paul E. McKenney" <paulmck@...ux.vnet.ibm.com>,
Ingo Molnar <mingo@...nel.org>,
Andrew Morton <akpm@...ux-foundation.org>
Subject: [PATCH 0/2] rcu/ftrace: Add rcu_dereference_raw_notrace() and friends
Paul,
As you suggesed using the name "*_notrace", I updated my patch. There's
two patches now.
The first patch adds two new APIs to the RCU system.
rcu_dereference_raw_notrace()
hlist_for_each_entry_rcu_notrace()
I needed the second one as the function tracer uses that too and it
calls rcu_dereference_raw().
Is this acceptable for you? If so can you give me your acked-by, so that
I can push this up to Linus. Otherwise, the system locks up when doing
function tracing with too much RCU debug running.
Thanks,
-- Steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists