[for-next][PATCH 0/4] tracing: Hopefully last update for 5.6

From: Steven Rostedt
Date: Wed Feb 05 2020 - 05:51:25 EST



Amol Grover (2):
tracing: Annotate ftrace_graph_hash pointer with __rcu
tracing: Annotate ftrace_graph_notrace_hash pointer with __rcu

Steven Rostedt (VMware) (2):
bootconfig: Only load bootconfig if "bootconfig" is on the kernel cmdline
ftrace: Add comment to why rcu_dereference_sched() is open coded

----
Documentation/admin-guide/bootconfig.rst | 2 ++
Documentation/admin-guide/kernel-parameters.txt | 6 ++++++
init/main.c | 28 ++++++++++++++++++-------
kernel/trace/ftrace.c | 4 ++--
kernel/trace/trace.h | 27 +++++++++++++++++++-----
5 files changed, 53 insertions(+), 14 deletions(-)