From: Linus Torvalds Date: Fri, 12 Feb 2021 19:16:17 +0000 (-0800) Subject: Merge tag 'trace-v5.11-rc7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rosted... X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e77a6817d413589be35461d0cd5a431a6794b3b9;p=linux.git Merge tag 'trace-v5.11-rc7-2' of git://git./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 --- e77a6817d413589be35461d0cd5a431a6794b3b9