]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2018 12:28:48 +0000 (07:28 -0500)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2018 12:28:48 +0000 (07:28 -0500)
commit6744707f9d07763a574735137274f4181abb5128
treea87b5aa09ec63289fd14dcdbdc761e1f72a4f4a8
parentaa23514d9cf08507ddedabecc5f3d4a04e8c6db8
parent8428def65eeb9fe2b7468837583b7f0c1deb3719
Merge tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "While writing selftests for a new feature, I triggered two existing
  bugs that deal with triggers and instances.

   - a generic trigger bug where the triggers are not removed from a
     linked list properly when deleting an instance.

   - a bug specific to snapshots, where the snapshot is done in the top
     level buffer, when it is supposed to snapshot the buffer associated
     to the instance the snapshot trigger exists in"

* tag 'trace-v4.17-rc4-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Make the snapshot trigger work with instances
  tracing: Fix crash when freeing instances with event triggers