]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jul 2019 19:18:46 +0000 (12:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 19 Jul 2019 19:18:46 +0000 (12:18 -0700)
commita9567012606cf7f28d38a39dfc268583296a0ecc
tree93ce1d469c10db1662e3da3e7dd92c892ed1f390
parentd142b1cfdb931d6ce86ac1942502891283d16c86
parent1df9c25128f730d4daeeee2df0471a1938f3cc43
Merge tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Eiichi Tsukata found a small bug from the fixup of the stack code

  Removing ULONG_MAX as the marker for the user stack trace end, made
  the tracing code not know where the end is. The end is now marked with
  a zero (NULL) pointer. Eiichi fixed this in the tracing code"

* tag 'trace-v5.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix user stack trace "??" output
kernel/trace/trace_output.c