kernel/kernel/compat.c
.. .. @@ -152,7 +152,7 @@ 152 152 if (len & (sizeof(compat_ulong_t)-1)) 153 153 return -EINVAL; 154 154 155 - if (!alloc_cpumask_var(&mask, GFP_KERNEL))155 + if (!zalloc_cpumask_var(&mask, GFP_KERNEL))156 156 return -ENOMEM; 157 157 158 158 ret = sched_getaffinity(pid, mask);