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 3A8AA1CF90; Tue, 11 Jun 2024 19:48:08 +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=1718135289; cv=none; b=BoD/fWIrXpgyXewzI+JAOZEnVxE8y0zI/N497wUeD48NlnRS67aLAARBloqCzpNq1lMipZeJlHu1g+c1pNxlj0Y+uoLzx9MEa+QFceeUgKRaR3pI0qjTsR1CxkGfeR3aaY7Uh9Cn4BikyNyCURYJMTGt76Bi4bYebHotp0+iL8U= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718135289; c=relaxed/simple; bh=L/YueKASRBrvMS6yV7mI4azJyOMWnw87aZ7Ap4SDt2Q=; h=Date:From:To:Cc:Subject:Message-Id:In-Reply-To:References: Mime-Version:Content-Type; b=m9Ch+JZ5zXVxSG1kA1VjwUytQjqh23//rv+5Ah8/K1P2GXdjlWYkCs6za8fNBIpC2cwDoR1Q5vh5OBAyB6XRij5q8YFImijKCG3SdefowvV59Xof9VlKV18I2gj+j6MDcCZLnMhO9HhaR0I6ABjFyNJr0ILebJFDIDpuV22Sp7U= 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=oM7EO8gZ; 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="oM7EO8gZ" Received: by smtp.kernel.org (Postfix) with ESMTPSA id D3613C2BD10; Tue, 11 Jun 2024 19:48:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1718135288; bh=L/YueKASRBrvMS6yV7mI4azJyOMWnw87aZ7Ap4SDt2Q=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=oM7EO8gZrBSlYkoPUGcIjb3pkmxNQ45Tyl5aR4Fb1IwymO5Sz5FsvZcQbP5zLwvLg 3mpwkj8wZKcRPbUVfJep0qwXijcYb7B+N3Xfa4QNFrn26b2Ij5wM5ctZ+mb/SXnFSU JAi9uCZ8Fd/npHQOr+zuLKcYcPxRp5BgUE8C5i3c= Date: Tue, 11 Jun 2024 12:48:07 -0700 From: Andrew Morton To: Shakeel Butt Cc: Yue Zhao , linux-kernel@vger.kernel.org, cgroups@vger.kernel.org, linux-mm@kvack.org, Tejun Heo , Zefan Li , Johannes Weiner , Jonathan Corbet , Michal Hocko , Roman Gushchin , Shakeel Butt , Muchun Song , David Hildenbrand , Chris Li , Matthew Wilcox , Kefeng Wang , Yosry Ahmed , Hugh Dickins , Dan Schatzberg , Yu Zhao Subject: Re: [PATCH v6 0/2] Add swappiness argument to memory.reclaim Message-Id: <20240611124807.aedaa473507150bd65e63426@linux-foundation.org> In-Reply-To: References: <20240103164841.2800183-1-schatzberg.dan@gmail.com> X-Mailer: Sylpheed 3.8.0beta1 (GTK+ 2.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: cgroups@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 Tue, 11 Jun 2024 12:25:24 -0700 Shakeel Butt wrote: > Hi folks, > > This series has been in the mm-unstable for several months. Are there > any remaining concerns here otherwise can we please put this in the > mm-stable branch to be merged in the next Linux release? The review didn't go terribly well so I parked the series awaiting more clarity. Although on rereading, it seems that Yu Zhao isn't seeing any blocking issues?