Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752625AbdGFKsz (ORCPT ); Thu, 6 Jul 2017 06:48:55 -0400 Received: from www262.sakura.ne.jp ([202.181.97.72]:51876 "EHLO www262.sakura.ne.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752056AbdGFKsx (ORCPT ); Thu, 6 Jul 2017 06:48:53 -0400 To: mhocko@kernel.org Cc: hannes@cmpxchg.org, riel@redhat.com, akpm@linux-foundation.org, mgorman@suse.de, vbabka@suse.cz, linux-mm@kvack.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mm, vmscan: do not loop on too_many_isolated for ever From: Tetsuo Handa References: <20170630133236.GM22917@dhcp22.suse.cz> <201707010059.EAE43714.FOVOMOSLFHJFQt@I-love.SAKURA.ne.jp> <20170630161907.GC9714@dhcp22.suse.cz> <201707012043.BBE32181.JOFtOFVHQMLOFS@I-love.SAKURA.ne.jp> <20170705082018.GB14538@dhcp22.suse.cz> In-Reply-To: <20170705082018.GB14538@dhcp22.suse.cz> Message-Id: <201707061948.ICJ18763.tVFOQFOHMJFSLO@I-love.SAKURA.ne.jp> X-Mailer: Winbiff [Version 2.51 PL2] X-Accept-Language: ja,en,zh Date: Thu, 6 Jul 2017 19:48:51 +0900 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 Content-Length: 904 Lines: 21 Michal Hocko wrote: > On Sat 01-07-17 20:43:56, Tetsuo Handa wrote: > > Michal Hocko wrote: > [...] > > > It is really hard to pursue this half solution when there is no clear > > > indication it helps in your testing. So could you try to test with only > > > this patch on top of the current linux-next tree (or Linus tree) and see > > > if you can reproduce the problem? > > > > With this patch on top of next-20170630, I no longer hit this problem. > > (Of course, this is because this patch eliminates the infinite loop.) > > I assume you haven't seen other negative side effects, like unexpected > OOMs etc... Are you willing to give your Tested-by? I didn't see other negative side effects. Tested-by: Tetsuo Handa We need long time for testing this patch at linux-next.git (and I give up this handy bug for finding other bugs under almost OOM situation).