]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2018 02:15:29 +0000 (18:15 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 13 Dec 2018 02:15:29 +0000 (18:15 -0800)
commitb5884002dc39fac45941ec408cd20d7a04f7b9c7
tree9eb3e8f0762ac4000c9330be78ef0d0c48f8caa7
parentf5d582777bcb1c7ff19a5a2343f66ea01de401c6
parent2840f84f74035e5a535959d5f17269c69fa6edc5
Merge tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:
 "While running various ftrace tests on new development code, the
  kmemleak detector found some allocations that were not freed
  correctly.

  This fixes a couple of leaks in the event trigger code as well as in
  adding function trace filters in trace instances"

* tag 'trace-v4.20-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Fix memory leak of instance function hash filters
  tracing: Fix memory leak in set_trigger_filter()
  tracing: Fix memory leak in create_filter()