]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Jul 2017 00:18:57 +0000 (17:18 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 1 Jul 2017 00:18:57 +0000 (17:18 -0700)
commitc0a0c7a4e1200bfea439b9444e6d6b4bede9db23
tree93de4bfcfc0892c8ed37c029254aaa1adec2256f
parentfbd576295d6f98b20356d1e6efbc8f976b17c8af
parent9e52b32567126fe146f198971364f68d3bc5233f
Merge tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull last-minute tracing fixes from Steven Rostedt:
 "Two fixes:

  One is for a crash when using the :mod: trace probe command into
  stack_trace_filter. This bug was introduced during the last merge
  window.

  The other was there forever. It's a small bug that makes it impossible
  to name a module function for kprobes when the module starts with a
  digit"

* tag 'trace-v4.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing/kprobes: Allow to create probe with a module name starting with a digit
  ftrace: Fix regression with module command in stack_trace_filter