Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1346971

Re: [PATCH 2/2] cgroup: reset css on destruction

From Johannes Weiner <hannes@cmpxchg.org>
Newsgroups linux.kernel
Subject Re: [PATCH 2/2] cgroup: reset css on destruction
Date 2016-03-01 21:00 +0100
Message-ID <r7YCC-5hG-7@gated-at.bofh.it> (permalink)
References <r7Qvo-8px-3@gated-at.bofh.it> <r7Qvn-8px-1@gated-at.bofh.it> <r7Vv5-39C-33@gated-at.bofh.it> <r7VOq-3gD-11@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tue, Mar 01, 2016 at 07:56:30PM +0300, Vladimir Davydov wrote:
> From: Vladimir Davydov <vdavydov@virtuozzo.com>
> Subject: [PATCH] cgroup: reset css on destruction
> 
> An associated css can be around for quite a while after a cgroup
> directory has been removed. In general, it makes sense to reset it to
> defaults so as not to worry about any remnants. For instance, memory
> cgroup needs to reset memory.low, otherwise pages charged to a dead
> cgroup might never get reclaimed. There's ->css_reset callback, which
> would fit perfectly for the purpose. Currently, it's only called when a
> subsystem is disabled in the unified hierarchy and there are other
> subsystems dependant on it. Let's call it on css destruction as well.
> 
> Suggested-by: Johannes Weiner <hannes@cmpxchg.org>
> Signed-off-by: Vladimir Davydov <vdavydov@virtuozzo.com>

It's already in a git tree, but FWIW

Acked-by: Johannes Weiner <hannes@cmpxchg.org>

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH 2/2] cgroup: reset css on destruction Vladimir Davydov <vdavydov@virtuozzo.com> - 2016-03-01 12:20 +0100
  Re: [PATCH 2/2] cgroup: reset css on destruction Tejun Heo <tj@kernel.org> - 2016-03-01 17:40 +0100
    Re: [PATCH 2/2] cgroup: reset css on destruction Vladimir Davydov <vdavydov@virtuozzo.com> - 2016-03-01 18:00 +0100
      Re: [PATCH 2/2] cgroup: reset css on destruction Tejun Heo <tj@kernel.org> - 2016-03-01 18:10 +0100
      Re: [PATCH 2/2] cgroup: reset css on destruction Johannes Weiner <hannes@cmpxchg.org> - 2016-03-01 21:00 +0100

csiph-web