]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3377616c23d207a8e25369c761bda4c4e70c9201
treec412335e53dc3283ba9bb7ab178ce74b8866d9d9
parent02f559cdc2fd4a1e7a794d37bed5076fbe07f9da
parent92b66526154516c6da9c15ef599842800df545c2
Merge tag 'trace-v5.5-rc7' of git://git.kernel.org/pub/scm/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