]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Feb 2021 19:16:17 +0000 (11:16 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 12 Feb 2021 19:16:17 +0000 (11:16 -0800)
commit324d8814ac1ac0d25caf1f75a2abeaf0b9fcf28a
tree7c7b9a465f358d465fe51b5dd911148781ea22e6
parentd2defdac053f9dd199626c7681c75c71cb3f4474
parent1bea0c474c7a5cde7a769df0149e383a9cd83cbf
Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Fix buffer overflow in trace event filter.

  It was reported that if an trace event was larger than a page and was
  filtered, that it caused memory corruption. The reason is that
  filtered events first go into a buffer to test the filter before being
  written into the ring buffer. Unfortunately, this write did not check
  the size"

* tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Check length before giving out the filter buffer