On 01/21/2013 05:19 PM, Michal Hocko wrote: > On Mon 21-01-13 17:08:36, Glauber Costa wrote: >> On 01/21/2013 04:30 PM, Michal Hocko wrote: >>> On Mon 21-01-13 15:13:33, Glauber Costa wrote: >>>> When use_hierarchy is enabled, we acquire an extra reference count >>>> in our parent during cgroup creation. We don't release it, though, >>>> if any failure exist in the creation process. >>>> >>>> Signed-off-by: Glauber Costa <glommer@xxxxxxxxxxxxx> >>>> Reported-by: Michal Hocko <mhocko@suse> >>> >>> If you put this one to the head of the series we can backport it to >>> stable which is preferred, although nobody have seen this as a problem. >>> >> If I have to send again, I might. But I see no reason to do so otherwise. > > The question is whether this is worth backporting to stable. If yes then > it makes to move it up the series. Keep it here otherwise. I think the > failure is quite improbable and nobody complained so far. On the other > hand this is an obvious bug fix so it should qualify for stable. > > I would wait for others for what they think and do the shuffling after > all other patches are settled. I would rather be safe and push the fix > pro-actively. > As improbable as it is, what if we have one of those bugs-turned-feature, that end up working by accident just because the refcnt is not flushed? We should fix it, of course, but who knows how hard it could be? Of course it is all handwaving, but given that the trigger of this bug is an unlikely condition, and the effect is a couple of wasted kbs - even directory removal can proceed all right - and in the most common use case of children-at-parent-level-only the increased reference will be in the root memcg anyway... I wouldn't backport it. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>