From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tejun Heo Subject: Re: [patch 11/11] mm, memcg: allow system oom killer to be disabled Date: Thu, 6 Mar 2014 16:15:29 -0500 Message-ID: <20140306211529.GE17902@htj.dyndns.org> References: Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=LsXpm+lbdO9MFSdlCWqKuGhiTn6Q8gWfjOO5Dw56s8k=; b=ZMbd2fA/QUni1QhxHPZtKLfCDIEeoN144/a0W9vvWI+M7aY+KAtINBgsy1ekHUERBK i8Zn/FPnsTnGCI7UToaWsjvATpoWutCg10jDP3c8MoLH+37FLkhO8NZcXWpPok05TjNv gzjND3woD/l4GY+qSNtYDVHzbG2z6+0ZDnASZxzOcjMIsYcE+1bqPQuK1SjEVFJI7gxs 6d/oERPWksTL1VTRsDZrmFXepS1aGL/WdKCucGevdULMtUphhTiL9uWRyGR/I/jtB0+e lRwFW+mtkQxMQH+FgQG8jFVB/fpwY+Pa8tNPB1HR+yhkNthGLkeq5jtbuKmqkNNEEGjV G0jQ== Content-Disposition: inline In-Reply-To: Sender: owner-linux-mm@kvack.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: David Rientjes Cc: Andrew Morton , Johannes Weiner , Michal Hocko , KAMEZAWA Hiroyuki , Christoph Lameter , Pekka Enberg , Mel Gorman , Oleg Nesterov , Rik van Riel , Jianguo Wu , Tim Hockin , linux-kernel@vger.kernel.org, linux-mm@kvack.org, cgroups@vger.kernel.org, linux-doc@vger.kernel.org On Tue, Mar 04, 2014 at 07:59:46PM -0800, David Rientjes wrote: > Now that system oom conditions can properly be handled from userspace, > allow the oom killer to be disabled. Otherwise, the kernel will > immediately kill a process and memory will be freed. The userspace oom > handler may have a different policy. > > Signed-off-by: David Rientjes Until consensus on the whole approach can be reached, Nacked-by: Tejun Heo Thanks. -- tejun -- 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: email@kvack.org