]> git.dujemihanovic.xyz Git - linux.git/commit
Merge tag 'trace-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Mar 2019 17:21:55 +0000 (10:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Mar 2019 17:21:55 +0000 (10:21 -0700)
commit26a3b01be87f7890125933eea03eb997d335a921
treeb154fe61f35d5a5a10f9a8df0e36857345fe11b4
parent9798a22df3a8a976932838b6375c064fc9e623e1
parent9efb85c5cfac7e1f0caae4471446d936ff2163fe
Merge tag 'trace-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "Three small fixes:

   - A fix to a double free in the histogram code

   - Uninitialized variable fix

   - Use NULL instead of zero fix and spelling fixes"

* tag 'trace-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ftrace: Fix warning using plain integer as NULL & spelling corrections
  tracing: initialize variable in create_dyn_event()
  tracing: Remove unnecessary var_ref destroy in track_data_destroy()