Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id A79C3C433FE for ; Thu, 2 Dec 2021 10:13:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1356855AbhLBKQz (ORCPT ); Thu, 2 Dec 2021 05:16:55 -0500 Received: from outbound-smtp01.blacknight.com ([81.17.249.7]:35220 "EHLO outbound-smtp01.blacknight.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1356848AbhLBKQt (ORCPT ); Thu, 2 Dec 2021 05:16:49 -0500 Received: from mail.blacknight.com (pemlinmail01.blacknight.ie [81.17.254.10]) by outbound-smtp01.blacknight.com (Postfix) with ESMTPS id 5679AC4A59 for ; Thu, 2 Dec 2021 10:13:26 +0000 (GMT) Received: (qmail 8972 invoked from network); 2 Dec 2021 10:13:26 -0000 Received: from unknown (HELO techsingularity.net) (mgorman@techsingularity.net@[84.203.17.29]) by 81.17.254.9 with ESMTPSA (AES256-SHA encrypted, authenticated); 2 Dec 2021 10:13:26 -0000 Date: Thu, 2 Dec 2021 10:13:24 +0000 From: Mel Gorman To: Mike Galbraith Cc: Alexey Avramov , Andrew Morton , Michal Hocko , Vlastimil Babka , Rik van Riel , Darrick Wong , regressions@lists.linux.dev, Linux-fsdevel , Linux-MM , LKML Subject: Re: [PATCH 1/1] mm: vmscan: Reduce throttling due to a failure to make progress Message-ID: <20211202101324.GX3366@techsingularity.net> References: <20211125151853.8540-1-mgorman@techsingularity.net> <20211127011246.7a8ac7b8@mail.inbox.lv> <20211129150117.GO3366@techsingularity.net> <20211201010348.31e99637@mail.inbox.lv> <20211130172754.GS3366@techsingularity.net> <20211201033836.4382a474@mail.inbox.lv> <20211201140005.GU3366@techsingularity.net> <74248b525d5ee03bfd00aaa66cd08a4582998cd6.camel@gmx.de> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <74248b525d5ee03bfd00aaa66cd08a4582998cd6.camel@gmx.de> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 02, 2021 at 04:11:38AM +0100, Mike Galbraith wrote: > On Wed, 2021-12-01 at 14:00 +0000, Mel Gorman wrote: > > > > I've included another patch below against 5.16-rc1 but it'll apply to > > 5.16-rc3. Using the same test I get > > LTP testcases that stalled my box no longer do, nor can I manually > trigger any unexpected behavior. > Excellent, can I add the following? Tested-by: Mike Galbraith -- Mel Gorman SUSE Labs