git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git for-next
Head SHA1: 9f0bbf3115ca9f91f43b7c74e9ac7d79f47fc6c2 Colin Ian King (1): tracing: Fix spelling mistake: "analagous" -> "analogous" Jann Horn (1): tracing/perf: Use strndup_user() instead of buggy open-coded version Srikar Dronamraju (1): doc: trace: Fix documentation for uprobe_profile Steven Rostedt (VMware) (1): x86/ftrace: Fix warning and considate ftrace_jmp_replace() and ftrace_call_replace() Tom Zanussi (2): tracing: Use str_has_prefix() in synth_event_create() tracing: Use strncpy instead of memcpy for string keys in hist triggers ---- Documentation/trace/uprobetracer.rst | 7 +++--- arch/x86/kernel/ftrace.c | 42 +++++++++++++++--------------------- kernel/trace/trace.c | 2 +- kernel/trace/trace_event_perf.c | 16 ++++++-------- kernel/trace/trace_events_hist.c | 9 ++++---- 5 files changed, 33 insertions(+), 43 deletions(-)