]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 May 2017 18:26:25 +0000 (11:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 10 May 2017 18:26:25 +0000 (11:26 -0700)
commitcb27bf2e6009b93ce54c3b8712404a30f4053352
treef304faa1aa9e808eaca6e2de67018708674e31c8
parentf11f61345b9214cda9468db75a9e344707528ec6
parent5cbe9873dc4e90143cbec5f0ef6d5e2459d882e0
Merge tag 'trace-v4.12-3' of git://git.kernel.org/pub/scm/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