From: Linus Torvalds Date: Fri, 14 May 2021 20:44:51 +0000 (-0700) Subject: Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... X-Git-Tag: baikal/mips/sdk5.9~10934 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=4acec1ddd9158880093986515f0afce92565c6e1;p=kernel.git Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace Pull tracing fix from Steven Rostedt: "Fix trace_check_vprintf() for %.*s The sanity check of all strings being read from the ring buffer to make sure they are in safe memory space did not account for the %.*s notation having another parameter to process (the length). Add that to the check" * tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Handle %.*s in trace_check_vprintf() --- 4acec1ddd9158880093986515f0afce92565c6e1