diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-10 20:26:25 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2017-05-10 20:26:25 +0200 |
commit | 29250d301b0c75ef142b51eebee6b7403cc79624 (patch) | |
tree | f304faa1aa9e808eaca6e2de67018708674e31c8 /net | |
parent | Merge tag 'armsoc-tee' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... (diff) | |
parent | tracing: Use cpumask_available() to check if cpumask variable may be used (diff) | |
download | linux-29250d301b0c75ef142b51eebee6b7403cc79624.tar.xz linux-29250d301b0c75ef142b51eebee6b7403cc79624.zip |
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
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions