From: Linus Torvalds Date: Wed, 10 May 2017 18:26:25 +0000 (-0700) Subject: Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt... X-Git-Tag: v4.14-rc1~932 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=29250d301b0c75ef142b51eebee6b7403cc79624;p=platform%2Fkernel%2Flinux-rpi.git Merge tag 'trace-v4.12-3' of git://git./linux/kernel/git/rostedt/linux-trace Pull tracing fix from Steven Rostedt: "This is a trivial patch that changes a check for a cpumask from a NULL pointer to using cpumask_available(), which will do the check. This is because cpumasks when not allocated are always set, and clang complains about it" * tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace: tracing: Use cpumask_available() to check if cpumask variable may be used --- 29250d301b0c75ef142b51eebee6b7403cc79624