kernel/arch/x86/kernel/cpu/intel_rdt_pseudo_lock.c
.. .. @@ -1445,7 +1445,7 @@ 1445 1445 * may be scheduled elsewhere and invalidate entries in the 1446 1446 * pseudo-locked region. 1447 1447 */ 1448 - if (!cpumask_subset(¤t->cpus_allowed, &plr->d->cpu_mask)) {1448 + if (!cpumask_subset(current->cpus_ptr, &plr->d->cpu_mask)) {1449 1449 mutex_unlock(&rdtgroup_mutex); 1450 1450 return -EINVAL; 1451 1451 }