From mboxrd@z Thu Jan 1 00:00:00 1970 From: Greg Kroah-Hartman Subject: Re: [RFC PATCH 1/2] mm: multigen-LRU: working set reporting Date: Wed, 10 May 2023 10:25:54 +0200 Message-ID: <2023051016-snarl-fame-9d6b@gregkh> References: <20230509185419.1088297-1-yuanchu@google.com> <20230509185419.1088297-2-yuanchu@google.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org 3553460FF1 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp3.osuosl.org B723860F81 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org 760EC41F85 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp4.osuosl.org C5DBD41F81 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1683707156; bh=yyuOZPHJUbcP9aRarpv4MRiXOkJWXGAGGyeBIlMq4nc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=0LiSIdWiydHsjiJsZ54H/qYkl8uWEKUlPA1USETAuz4e/hFVQ+Ekx7+/+fUO6lZ8u +hp8e+zrKfDfaeUa/gyx6wqCtOsUIwF5TKHQLHhrUvCHv23cDbUCpr3sFqNXY606RL WwUdqKEAeBMjRJRVVFULAWqg/156NVs9dBQo2dLY= Content-Disposition: inline In-Reply-To: <20230509185419.1088297-2-yuanchu@google.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: virtualization-bounces@lists.linux-foundation.org Sender: "Virtualization" To: Yuanchu Xie Cc: "Michael S. Tsirkin" , Roman Gushchin , Michal Hocko , Yosry Ahmed , linux-mm@kvack.org, kai.huang@intel.com, hch@lst.de, Yu Zhao , Aneesh Kumar K V , "Matthew Wilcox (Oracle)" , talumbau , "Sudarshan Rajagopalan (QUIC)" , Shakeel Butt , cgroups@vger.kernel.org, virtualization@lists.linux-foundation.org, jon@nutanix.com, SeongJae Park , Muchun Song , linux-kernel@vger.kernel.org, Johannes Weiner , "Rafael J. Wysocki" , Andrew Morton , Vasily Averin On Wed, May 10, 2023 at 02:54:18AM +0800, Yuanchu Xie wrote: > From: talumbau Please fix the name here. > > A single patch to be broken up into multiple patches. What does this mean? > - Add working set reporting structure. > - Add per-node and per-memcg interfaces for working set reporting. > - Implement working set backend for MGLRU. Please break it up to be reviewable, otherwise no one will review it. thanks, greg k-h