]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Apr 2017 20:12:12 +0000 (13:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Apr 2017 20:12:12 +0000 (13:12 -0700)
commit13f2fb3cf8e95516ce35c7aa852017716e69dde9
tree274fc06324675808109be5ca41c6c0b4ff4aa578
parent2a6544c3d65b5cb359d612b1a65fda17933b0cc7
parent504f15b84bd281cf11d27b9cf9e4ae1040edc549
Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace

Pull tracing fix from Steven Rostedt:
 "Wei Yongjun fixed a long standing bug in the ring buffer startup test.

  If for some unknown reason, the kthread that is created fails to be
  created, the return from kthread_create() is an PTR_ERR and not a
  NULL. The test incorrectly checks for NULL instead of an error"

* tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace:
  ring-buffer: Fix return value check in test_ringbuffer()