Re: [rfc][patch 3/3] mm, memcg: introduce own oom handler to iterate only over its own threads
From: Oleg Nesterov <oleg@redhat.com>
Date: 2012-07-03 17:59:22
Also in:
linux-mm
From: Oleg Nesterov <oleg@redhat.com>
Date: 2012-07-03 17:59:22
Also in:
linux-mm
Sorry for delay, On 06/29, David Rientjes wrote:
On Thu, 28 Jun 2012, Kamezawa Hiroyuki wrote:quoted
quoted
It turns out that task->children is not an rcu-protected list so this doesn't work.Can't we use sighand->lock to iterate children ?I don't think so, this list is protected by tasklist_lock. Oleg?
Yes, you are right, ->siglock can't help. Oleg. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>