From: Linus Torvalds Date: Thu, 6 Apr 2017 20:12:12 +0000 (-0700) Subject: Merge tag 'trace-v4.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... X-Git-Tag: v4.11-rc6~26 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4691f4a6d4aadb67eab06c6659136bc2b00db851;p=platform%2Fkernel%2Flinux-exynos.git Merge tag 'trace-v4.11-rc5' of git://git./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() --- 4691f4a6d4aadb67eab06c6659136bc2b00db851