]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Jun 2015 06:56:57 +0000 (20:56 -1000)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 18 Jun 2015 06:56:57 +0000 (20:56 -1000)
commit17fda38f15953c398a2a0ae427928873c5c8c47c
tree9e414afe607930160f751d60a6255f67113ca980
parent32e0e382ee51f34e9c42b3c69a1fd474bcfd449c
parent2cf30dc180cea808077f003c5116388183e54f9e
Merge tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing filter fix from Steven Rostedt:
 "Vince Weaver reported a warning when he added perf event filters into
  his fuzzer tests.  There's a missing check of balanced operations when
  parenthesis are used, and this triggers a WARN_ON() and when reading
  the failure, the filter reports no failure occurred.

  The operands were not being checked if they match, this adds that"

* tag 'trace-fix-filter-4.1-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Have filter check for balanced ops