Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Jan 2020 02:26:09 +0000 (18:26 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 29 Jan 2020 02:26:09 +0000 (18:26 -0800)
commita78416d97425551b6790dc56626ac5c87415f3fc
treec412335e53dc3283ba9bb7ab178ce74b8866d9d9
parentabb22e44cff3f11d9e087bdd46c04bb32ff57678
parent20279420ae3a8ef4c5d9fedc360a2c37a1dbdf1b
Merge tag 'trace-v5.5-rc7' of git://git./linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Kprobe events added 'ustring' to distinguish reading strings from
  kernel space or user space.

  But the creating of the event format file only checks for 'string' to
  display string formats. 'ustring' must also be handled"

* tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing/kprobes: Have uname use __get_str() in print_fmt