From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 66E5432863E; Thu, 15 Jan 2026 23:39:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768520361; cv=none; b=tPOVDvIX1RG/qU4OLWZHkj5HjrapszVzBHWEtmb3gee5FNfrx2+M147Nm6TwSnN040Xi17clGGk/BErJq9fxsg8iZK93evddMa1/e7JMnkfscU+yEAagmJxVvlf280rmpGj2DdMUmaztVfK2GYlF5hcsL+ankQlpT1TdgyX1mFI= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1768520361; c=relaxed/simple; bh=KCeARxCrKeSqaMItrCLAnyFOC+geLL3gQ/QCeIKrP0M=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=DRGoP8jIW5arlTD6GJgq8meT1P97QKEgWWZ2GfaGUUyk37ho6YPfv0/vIEl3hmgkVOEoN8iDhFnlpIDCcDOIbTp5AKkRIhdJ96y72hEX5+uY+wR87CuP1UAY+RRtwaPm4eZyQIIHTozFZ2zMymrEKxq+n9mK1Eg4MvRoEm8AjJw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b=RAxIlLnG; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux-foundation.org header.i=@linux-foundation.org header.b="RAxIlLnG" Received: by smtp.kernel.org (Postfix) with ESMTPSA id F3450C116D0; Thu, 15 Jan 2026 23:39:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1768520360; bh=KCeARxCrKeSqaMItrCLAnyFOC+geLL3gQ/QCeIKrP0M=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RAxIlLnGNLMCPBtrDZMsUIEU3zhooo1hJa7Hoq355FoDqojW0Bh8gt7tyyySW+Bh9 29+Kl8v/FsTalODBJZQkPo3vx9OL1A+3innwvH4FZaP4W4FeGKNc0wwbPHN4v1ainQ QV/JuRm+LyKKabK+9C+1KjxCyToZ3vd4L3BsizFs= Date: Thu, 15 Jan 2026 15:39:19 -0800 From: Andrew Morton To: Jiayuan Chen Cc: linux-mm@kvack.org, shakeel.butt@linux.dev, David Hildenbrand , Lorenzo Stoakes , "Liam R. Howlett" , Vlastimil Babka , Mike Rapoport , Suren Baghdasaryan , Michal Hocko , Axel Rasmussen , Yuanchu Xie , Wei Xu , Steven Rostedt , Masami Hiramatsu , Mathieu Desnoyers , Brendan Jackman , Johannes Weiner , Zi Yan , Qi Zheng , Jiayuan Chen , linux-kernel@vger.kernel.org, linux-trace-kernel@vger.kernel.org Subject: Re: [PATCH v3 0/2] mm/vmscan: mitigate spurious kswapd_failures reset and add tracepoints Message-Id: <20260115153919.6c3253ba9e81d57efe2d4716@linux-foundation.org> In-Reply-To: <20260114074049.229935-1-jiayuan.chen@linux.dev> References: <20260114074049.229935-1-jiayuan.chen@linux.dev> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Wed, 14 Jan 2026 15:40:34 +0800 Jiayuan Chen wrote: > == Problem == > > We observed an issue in production on a multi-NUMA system where kswapd > runs endlessly, causing sustained heavy IO READ pressure across the > entire system. > > == Solution == > > ... > Thanks, I'll update mm.git to this version to keep the series under test while Michal and Shakeel continue their review (please!).