From: David Rientjes Subject: Re: How to handle TIF_MEMDIE stalls? Date: Mon, 23 Feb 2015 13:33:51 -0800 (PST) Message-ID: References: <201502172123.JIE35470.QOLMVOFJSHOFFt@I-love.SAKURA.ne.jp> <20150217125315.GA14287@phnom.home.cmpxchg.org> <20150217225430.GJ4251@dastard> <20150219102431.GA15569@phnom.home.cmpxchg.org> <20150219225217.GY12722@dastard> <201502201936.HBH34799.SOLFFFQtHOMOJV@I-love.SAKURA.ne.jp> <20150220231511.GH12722@dastard> <20150221032000.GC7922@thunk.org> <20150221011907.2d26c979.akpm@linux-foundation.org> <20150222002058.GB25079@phnom.home.cmpxchg.org> Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Cc: Andrew Morton , Theodore Ts'o , Dave Chinner , Tetsuo Handa , mhocko@suse.cz, dchinner@redhat.com, linux-mm@kvack.org, oleg@redhat.com, mgorman@suse.de, torvalds@linux-foundation.org, xfs@oss.sgi.com, linux-ext4@vger.kernel.org To: Johannes Weiner Return-path: Received: from mail-ig0-f178.google.com ([209.85.213.178]:40219 "EHLO mail-ig0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752281AbbBWVdz (ORCPT ); Mon, 23 Feb 2015 16:33:55 -0500 Received: by mail-ig0-f178.google.com with SMTP id hl2so21935375igb.5 for ; Mon, 23 Feb 2015 13:33:54 -0800 (PST) In-Reply-To: <20150222002058.GB25079@phnom.home.cmpxchg.org> Sender: linux-ext4-owner@vger.kernel.org List-ID: On Sat, 21 Feb 2015, Johannes Weiner wrote: > From: Johannes Weiner > > mm: page_alloc: revert inadvertent !__GFP_FS retry behavior change > > Historically, !__GFP_FS allocations were not allowed to invoke the OOM > killer once reclaim had failed, but nevertheless kept looping in the > allocator. 9879de7373fc ("mm: page_alloc: embed OOM killing naturally > into allocation slowpath"), which should have been a simple cleanup > patch, accidentally changed the behavior to aborting the allocation at > that point. This creates problems with filesystem callers (?) that > currently rely on the allocator waiting for other tasks to intervene. > > Revert the behavior as it shouldn't have been changed as part of a > cleanup patch. > > Fixes: 9879de7373fc ("mm: page_alloc: embed OOM killing naturally into allocation slowpath") > Signed-off-by: Johannes Weiner Cc: stable@vger.kernel.org [3.19] Acked-by: David Rientjes