]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Oct 2020 00:09:38 +0000 (17:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 24 Oct 2020 00:09:38 +0000 (17:09 -0700)
commitbf6c93b100d6d3b9fc41d68f618a090c44bec12e
tree3e64a6d21e92200b6f62bef08689ba4e2913095e
parentd270510691a969637039d9bb6a34ce1a5a51d5ba
parente8f2715980c4fab8addecba2f9baf09ef71f6e71
Merge tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing ring-buffer fix from Steven Rostedt:
 "The success return value of ring_buffer_resize() is stated to be
  zero and checked that way.

  But it was incorrectly returning the size allocated.

  Also, a fix to a comment"

* tag 'trace-v5.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ring-buffer: Update the description for ring_buffer_wait
  ring-buffer: Return 0 on success from ring_buffer_resize()