Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup

Pull cgroup fix from Tejun Heo:
"A fix for a subtle bug introduced back during 3.17 cycle which
interferes with setting configurations under specific conditions"

* 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup:
cpuset: use trialcs->mems_allowed as a temp variable

+1 -1
+1 -1
kernel/cpuset.c
··· 1223 1223 spin_unlock_irq(&callback_lock); 1224 1224 1225 1225 /* use trialcs->mems_allowed as a temp variable */ 1226 - update_nodemasks_hier(cs, &cs->mems_allowed); 1226 + update_nodemasks_hier(cs, &trialcs->mems_allowed); 1227 1227 done: 1228 1228 return retval; 1229 1229 }