From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755689Ab3LEXfg (ORCPT ); Thu, 5 Dec 2013 18:35:36 -0500 Received: from mail-yh0-f45.google.com ([209.85.213.45]:50649 "EHLO mail-yh0-f45.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754287Ab3LEXfe (ORCPT ); Thu, 5 Dec 2013 18:35:34 -0500 Date: Thu, 5 Dec 2013 15:35:30 -0800 (PST) From: David Rientjes X-X-Sender: rientjes@chino.kir.corp.google.com To: Oleg Nesterov , Andrew Morton cc: Michal Hocko , William Dauchy , Johannes Weiner , "Ma, Xindong" , "rusty@rustcorp.com.au" , linux-mm@kvack.org, linux-kernel@vger.kernel.org, Peter Zijlstra , gregkh@linuxfoundation.org, "Tu, Xiaobing" , azurIt , Sameer Nanda Subject: Re: [PATCH] Fix race between oom kill and task exit In-Reply-To: <20131205172931.GA26018@redhat.com> Message-ID: References: <3917C05D9F83184EAA45CE249FF1B1DD0253093A@SHSMSX103.ccr.corp.intel.com> <20131128063505.GN3556@cmpxchg.org> <20131128120018.GL2761@dhcp22.suse.cz> <20131128183830.GD20740@redhat.com> <20131202141203.GA31402@redhat.com> <20131205172931.GA26018@redhat.com> User-Agent: Alpine 2.02 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 5 Dec 2013, Oleg Nesterov wrote: > > > OK, I am going to send the initial fixes today. This means (I hope) > > > that we do not need this or Sameer's "[PATCH] mm, oom: Fix race when > > > selecting process to kill". > > > > Your v2 series looks good and I suspect anybody trying them doesn't have > > additional reports of the infinite loop? Should they be marked for > > stable? > > Unlikely... > > I think the patch from Sameer makes more sense for stable as a temporary > (and obviously incomplete) fix. > There's a problem because none of this is currently even in linux-next. I think we could make a case for getting Sameer's patch at http://marc.info/?l=linux-kernel&m=138436313021133 to be merged for stable, but then we'd have to revert it in linux-next before merging your series at http://marc.info/?l=linux-kernel&m=138616217925981. All of the issues you present in that series seem to be stable material, so why not just go ahead with your series and mark it for stable for 3.13?