Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 19 Jan 2022 09:44:34 +0000 (11:44 +0200)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 19 Jan 2022 09:44:34 +0000 (11:44 +0200)
commite9f5cbc0c851c1cf98e4ecc5d72b5563d3fc5605
treec5e036b026d76379181b405dd110acb49dc36761
parentf1b744f65e2f9682347c5faf6377e61e2ab19a67
parent35140d399db2b67153fc53b51a97ddb8ba3b5956
Merge tag 'trace-v5.17-2' of git://git./linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "tracing/scripts: Possible uninitialized variable

  The 0day bot discovered a possible uninitialized path in the scripts
  that sort the mcount sections at build time. Just needed to initialize
  that variable"

* tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  script/sorttable: Fix some initialization problems