Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933088AbbLGQS2 (ORCPT ); Mon, 7 Dec 2015 11:18:28 -0500 Received: from mail-wm0-f49.google.com ([74.125.82.49]:35140 "EHLO mail-wm0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932314AbbLGQSX (ORCPT ); Mon, 7 Dec 2015 11:18:23 -0500 Date: Mon, 7 Dec 2015 17:18:21 +0100 From: Michal Hocko To: "Huang, Ying" Cc: Mel Gorman , lkp@01.org, LKML , Andrew Morton , Rik van Riel , Vitaly Wool , David Rientjes , Christoph Lameter , Johannes Weiner , Vlastimil Babka , Will Deacon , Linus Torvalds Subject: Re: [lkp] [mm, page_alloc] d0164adc89: -100.0% fsmark.app_overhead Message-ID: <20151207161820.GB20774@dhcp22.suse.cz> References: <20151127100647.GH14880@techsingularity.net> <87h9k4kzcv.fsf@yhuang-dev.intel.com> <20151202110009.GA2015@techsingularity.net> <20151202120046.GE25284@dhcp22.suse.cz> <20151202140845.GA19677@suse.de> <20151202141529.GG25284@dhcp22.suse.cz> <20151202144525.GC2015@techsingularity.net> <87k2ovyl4y.fsf@yhuang-dev.intel.com> <20151203101719.GG2015@techsingularity.net> <87wpsvkmhs.fsf@yhuang-dev.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87wpsvkmhs.fsf@yhuang-dev.intel.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1192 Lines: 28 On Fri 04-12-15 09:53:35, Huang, Ying wrote: > Mel Gorman writes: [...] > > What is the result of the __GFP_HIGH patch to give it access to > > reserves? > > Applied Michal's patch on v4.4-rc3 and tested again, now there is no > page allocation failure. I still think this is just a coincidence and __GFP_HIGH just papers over it (it still makes sense for other reasons though). It would be better imho to log all allocations which do not include ___GFP_KSWAPD_RECLAIM. This might help us to pin point a caller which was previously waking kswapd up but it doesn't do so anymore. There would have to be a very specific pattern to trigger this because most allocations would simply wake kswapd up. I am just wondering that any debugging would simply alter the timing and/or allocation pattern and we would see a different results so I am not sure this is worth spending a lot of time on. -- Michal Hocko SUSE Labs -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/