[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190524234933.5133-1-joel@joelfernandes.org>
Date: Fri, 24 May 2019 19:49:28 -0400
From: "Joel Fernandes (Google)" <joel@...lfernandes.org>
To: linux-kernel@...r.kernel.org
Cc: "Joel Fernandes (Google)" <joel@...lfernandes.org>,
Benjamin Herrenschmidt <benh@...nel.crashing.org>,
Ingo Molnar <mingo@...hat.com>,
Jonathan Corbet <corbet@....net>,
Josh Triplett <josh@...htriplett.org>, kvm-ppc@...r.kernel.org,
Lai Jiangshan <jiangshanlai@...il.com>,
linux-doc@...r.kernel.org, linuxppc-dev@...ts.ozlabs.org,
Mathieu Desnoyers <mathieu.desnoyers@...icios.com>,
Michael Ellerman <mpe@...erman.id.au>,
Miguel Ojeda <miguel.ojeda.sandonis@...il.com>,
"Paul E. McKenney" <paulmck@...ux.ibm.com>,
Paul Mackerras <paulus@...abs.org>, rcu@...r.kernel.org,
Steven Rostedt <rostedt@...dmis.org>
Subject: [PATCH RFC 0/5] Remove some notrace RCU APIs
The series removes users of the following APIs, and the APIs themselves, since
the regular non - _notrace variants don't do any tracing anyway.
* hlist_for_each_entry_rcu_notrace
* rcu_dereference_raw_notrace
Joel Fernandes (Google) (5):
powerpc: Use regular rcu_dereference_raw API
trace: Use regular rcu_dereference_raw API
hashtable: Use the regular hlist_for_each_entry_rcu API
rculist: Remove hlist_for_each_entry_rcu_notrace since no users
rcu: Remove rcu_dereference_raw_notrace since no users
.clang-format | 1 -
.../RCU/Design/Requirements/Requirements.html | 6 +++---
arch/powerpc/include/asm/kvm_book3s_64.h | 2 +-
include/linux/hashtable.h | 2 +-
include/linux/rculist.h | 20 -------------------
include/linux/rcupdate.h | 9 ---------
kernel/trace/ftrace.c | 4 ++--
kernel/trace/ftrace_internal.h | 8 ++++----
kernel/trace/trace.c | 4 ++--
9 files changed, 13 insertions(+), 43 deletions(-)
--
2.22.0.rc1.257.g3120a18244-goog
Powered by blists - more mailing lists