]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Jun 2021 17:57:09 +0000 (10:57 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 18 Jun 2021 17:57:09 +0000 (10:57 -0700)
commitf6191af6a06d1ff9827a655fd7e4a74d89781e65
treea26c8bce15f0047cfb2174cfa2f1a29a0b45bdfd
parent25f4dcbd98b988c91d9ede5bdb8551caccbffcbc
parent930d11e7e955e3c36d2b55fa86b3e440e9a1b1e0
Merge tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fixes from Steven Rostedt:

 - Have recordmcount check for valid st_shndx otherwise some archs may
   have invalid references for the mcount location.

 - Two fixes done for mapping pids to task names. Traces were not
   showing the names of tasks when they should have.

 - Fix to trace_clock_global() to prevent it from going backwards

* tag 'trace-v5.13-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  tracing: Do no increment trace_clock_global() by one
  tracing: Do not stop recording comms if the trace file is being read
  tracing: Do not stop recording cmdlines when tracing is off
  recordmcount: Correct st_shndx handling