From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out-171.mta0.migadu.com (out-171.mta0.migadu.com [91.218.175.171]) (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 6ECF4373C1D for ; Fri, 29 May 2026 05:36:48 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.218.175.171 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780033010; cv=none; b=tgq67q1W9RIe6EmAwRwnu2kywOU68NxtXneTvK+/q45JsZwKQuHawgqkZNWv/Py7sdTkqy9brzMQM5E/T3TjMWJWYKFPfIQBarj0ZYmL/CizlAOvP2es3dLcWe3iDIWrlV52Jc1ldHRaOrqAn4ygQ6Gh7ETVW+cjBQf/zpxGy5s= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1780033010; c=relaxed/simple; bh=mr13Av5niDfCZzZlCIEF4syO6o/PTYPW5lt9KTZFPmQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=o6Y7UEbtWUPft42mjM70VHN3lcnzZcER85lu1hrrCDbx+mp+eE4Kn6xvgSmQYPD2JtVBRNoAFgzUXxyf790Z9WIlXW49O37CXDLMa13Byy0bsKnJ+E757DnCzjET5+W0EPtSC6OJLS1I/r83LXAQWkjTfV679ZI69rvnE3/FhNs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev; spf=pass smtp.mailfrom=linux.dev; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b=xqOG5kXU; arc=none smtp.client-ip=91.218.175.171 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.dev Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.dev Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.dev header.i=@linux.dev header.b="xqOG5kXU" Date: Thu, 28 May 2026 22:36:38 -0700 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.dev; s=key1; t=1780033006; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=MwGmArfXyP/zPLMRZPXwscMyFYlmjrr/pMjvdbtZZ1Y=; b=xqOG5kXUMqhUfDjhh10O4x865465aXvQZNQygbSMapm+kfmcM5Onf1Wq7n0ZsFQJdmSLPP ZBRtFi1EL8WTkTSxmLLaooUHVpxzm+caaKT7xjQ0ULXp0RAPGNbvtMS6rTo9PJD2Rj2jTC Mp0Xrk46QGk3tIjwSquNG4ktjDvTNBQ= X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. From: Shakeel Butt To: kasong@tencent.com Cc: linux-mm@kvack.org, Andrew Morton , Axel Rasmussen , Yuanchu Xie , Wei Xu , Johannes Weiner , David Hildenbrand , Michal Hocko , Lorenzo Stoakes , Barry Song , David Stevens , Chen Ridong , Leno Hou , Yafang Shao , Yu Zhao , Zicheng Wang , Baolin Wang , Kalesh Singh , Suren Baghdasaryan , Chris Li , Vernon Yang , linux-kernel@vger.kernel.org, Kairui Song , Qi Zheng Subject: Re: [PATCH v7 01/15] mm/mglru: consolidate common code for retrieving evictable size Message-ID: References: <20260428-mglru-reclaim-v7-0-02fabb92dc43@tencent.com> <20260428-mglru-reclaim-v7-1-02fabb92dc43@tencent.com> 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-Disposition: inline In-Reply-To: <20260428-mglru-reclaim-v7-1-02fabb92dc43@tencent.com> X-Migadu-Flow: FLOW_OUT On Tue, Apr 28, 2026 at 02:06:52AM +0800, Kairui Song via B4 Relay wrote: > From: Kairui Song > > Merge commonly used code for counting evictable folios in a lruvec. > > No behavior change. > > Acked-by: Yuanchu Xie > Reviewed-by: Barry Song > Reviewed-by: Chen Ridong > Reviewed-by: Axel Rasmussen > Reviewed-by: Baolin Wang > Signed-off-by: Kairui Song Acked-by: Shakeel Butt