]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit22d859a8b39cc423c32e9846bd715e89af9855e9
treec5e036b026d76379181b405dd110acb49dc36761
parent643795635c73a27fc94146e92cfd29bae65e5b56
parent34a1b5b825cac911991a5d8b9a5775118993259c
Merge tag 'trace-v5.17-2' of git://git.kernel.org/pub/scm/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