From: Linus Torvalds Date: Sat, 15 Jun 2019 17:24:11 +0000 (-1000) Subject: Merge tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=6a71398c6aead255efe445ea96d52b33f0d5f0b2;p=openwrt%2Fstaging%2Fblogic.git Merge tag 'trace-v5.2-rc4' of git://git./linux/kernel/git/rostedt/linux-trace Pull tracing fixes from Steven Rostedt: - Out of range read of stack trace output - Fix for NULL pointer dereference in trace_uprobe_create() - Fix to a livepatching / ftrace permission race in the module code - Fix for NULL pointer dereference in free_ftrace_func_mapper() - A couple of build warning clean ups * tag 'trace-v5.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: ftrace: Fix NULL pointer dereference in free_ftrace_func_mapper() module: Fix livepatch/ftrace module text permissions race tracing/uprobe: Fix obsolete comment on trace_uprobe_create() tracing/uprobe: Fix NULL pointer dereference in trace_uprobe_create() tracing: Make two symbols static tracing: avoid build warning with HAVE_NOP_MCOUNT tracing: Fix out-of-range read in trace_stack_print() --- 6a71398c6aead255efe445ea96d52b33f0d5f0b2