From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932924AbcBYJt1 (ORCPT ); Thu, 25 Feb 2016 04:49:27 -0500 Received: from mail113-250.mail.alibaba.com ([205.204.113.250]:35842 "EHLO us-alimail-mta2.hst.scl.en.alidc.net" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S932711AbcBYJtY (ORCPT ); Thu, 25 Feb 2016 04:49:24 -0500 X-Alimail-AntiSpam: AC=PASS;BC=-1|-1;BR=01201311R141e4;FP=0|-1|-1|-1|0|-1|-1|-1;HT=e02c03295;MF=hillf.zj@alibaba-inc.com;NM=1;PH=DS;RN=13;SR=0;TI=SMTPD_----4YGV0H4_1456393706; Reply-To: "Hillf Danton" From: "Hillf Danton" To: "'Michal Hocko'" Cc: "'Sergey Senozhatsky'" , "'Hugh Dickins'" , "'Andrew Morton'" , "'Linus Torvalds'" , "'Johannes Weiner'" , "'Mel Gorman'" , "'David Rientjes'" , "'Tetsuo Handa'" , "'KAMEZAWA Hiroyuki'" , , "'LKML'" , "'Sergey Senozhatsky'" References: <1450203586-10959-1-git-send-email-mhocko@kernel.org> <20160203132718.GI6757@dhcp22.suse.cz> <20160225064845.GA505@swordfish> <000001d16fad$63fff840$2bffe8c0$@alibaba-inc.com> <20160225092739.GE17573@dhcp22.suse.cz> In-Reply-To: <20160225092739.GE17573@dhcp22.suse.cz> Subject: Re: [PATCH 0/3] OOM detection rework v4 Date: Thu, 25 Feb 2016 17:48:26 +0800 Message-ID: <000201d16fb1$acc98ec0$065cac40$@alibaba-inc.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQLrn4RotpjS2Y3s/D1LpIleWH8/2gFR+O4RAVq04vYCbPIxFgGrpEGpAnPGOlecvlcLIA== Content-Language: zh-cn Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org > > > > Can you please schedule a run for the diff attached, in which > > non-expensive allocators are allowed to burn more CPU cycles. > > I do not think your patch will help. As you can see, both OOMs were for > order-2 and there simply are no order-2+ free blocks usable for the > allocation request so the watermark check will fail for all eligible > zones and no_progress_loops is simply ignored. This is what I've tried > to address by patch I have just posted as a reply to Hugh's email > http://lkml.kernel.org/r/20160225092315.GD17573@dhcp22.suse.cz > Hm, Mr. Swap can tell us more. Hillf