]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 May 2021 20:44:51 +0000 (13:44 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 14 May 2021 20:44:51 +0000 (13:44 -0700)
commitb9a83e3edcfe23bc1b908d9893cad2d982af2451
tree8a95063fdbdd5e5cbb4c7353f7a8053f42c7b977
parent30da2b8d8e6219bb4905c3d663e181d042331e7c
parentc02ca8248c035edf0b7e3006a330a41ec2de4c4c
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()