]> git.baikalelectronics.ru Git - kernel.git/commit
rcu: Check the return value of zalloc_cpumask_var()
authorPranith Kumar <bobby.prani@gmail.com>
Fri, 25 Jul 2014 23:02:07 +0000 (16:02 -0700)
committerPaul E. McKenney <paulmck@linux.vnet.ibm.com>
Tue, 16 Sep 2014 17:08:00 +0000 (10:08 -0700)
commite91e801dde7605869d91422a83691f3647b188ab
treeb8e77651ede63d277a5ce07944a762962b2a8299
parente09345b899bc54b1d0c831e0d276fa9e56c9eda0
rcu: Check the return value of zalloc_cpumask_var()

This commit checks the return value of the zalloc_cpumask_var() used for
allocating cpumask for rcu_nocb_mask.

Signed-off-by: Pranith Kumar <bobby.prani@gmail.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: Paul Gortmaker <paul.gortmaker@windriver.com>
kernel/rcu/tree_plugin.h