Skip to content
Commit 8e3bbf42 authored by Salman Qazi's avatar Salman Qazi Committed by Tejun Heo
Browse files

cgroups: Account for CSS_DEACT_BIAS in __css_put



When we fixed the race between atomic_dec and css_refcnt, we missed
the fact that css_refcnt internally subtracts CSS_DEACT_BIAS to get
the actual reference count.  This can potentially cause a refcount leak
if __css_put races with cgroup_clear_css_refs.

Signed-off-by: default avatarSalman Qazi <sqazi@google.com>
Acked-by: default avatarLi Zefan <lizefan@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 967db0ea
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment