kernel: cgroup/cpuset: Prevent UAF in proc_cpuset_show()
A use-after-free UAF flaw was found in the proccpusetshow function. This issue can allow an attacker to access the css of the root caused by a race condition when the cgrouproot should be freed when it is unmounted from the resource...