]> 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)
commit6e5984019fa4a8dc2c79b8d010287c890e696ab5
tree3e64a6d21e92200b6f62bef08689ba4e2913095e
parent62a7c5891458f5ab3a51836b0e85957099e8484f
parentc9b48ef6018caf65dd0514eb38b8ec82160b16d8
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()