]> git.baikalelectronics.ru Git - kernel.git/commit
cpumask: only allocate nr_cpumask_bits.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 5 Mar 2015 00:19:19 +0000 (10:49 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Tue, 10 Mar 2015 03:24:42 +0000 (13:54 +1030)
commita4a3359f0b3d7043f71abef4c4cb7c69de24d1ae
tree3e6ba270aadabfa764ceed44c2347f059cdcfe56
parenta149bc27a111b9076c87b749954cb6beeab525d7
cpumask: only allocate nr_cpumask_bits.

Now we'll find out the hard way if anyone has CPUMASK_OFFSTACK and is
returning these or assigning them.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
include/linux/cpumask.h
lib/cpumask.c