From mboxrd@z Thu Jan 1 00:00:00 1970 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 E2BB2ECAAD3 for ; Mon, 12 Sep 2022 00:08:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229558AbiILAIV (ORCPT ); Sun, 11 Sep 2022 20:08:21 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50614 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbiILAIT (ORCPT ); Sun, 11 Sep 2022 20:08:19 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EEBAF21836; Sun, 11 Sep 2022 17:08:16 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 894176113E; Mon, 12 Sep 2022 00:08:16 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0DB8AC433D7; Mon, 12 Sep 2022 00:08:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1662941295; bh=FzZorLF2NlTI8c48kkyPVRMS1b1Nj7mM9WPqa+83iC0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=qkOyIAC8xjhNKb7TJznT0R9qxDAfIgpk3ityT7U5fvkhKXzZxZgbb6SCL2LrpRnIY q20s4xgyqh7fXA2PeJDnhimUYeVhOEUJJT7RVu872ThuSgh+9gityr/rAgvrK4ANC3 tpRgP1mMn8mHs3ge/Hj/ZrrlWh43hUEXtzUIooN8= Date: Sun, 11 Sep 2022 17:08:14 -0700 From: Andrew Morton To: Yu Zhao Cc: Andi Kleen , Aneesh Kumar , Catalin Marinas , Dave Hansen , Hillf Danton , Jens Axboe , Johannes Weiner , Jonathan Corbet , Linus Torvalds , Matthew Wilcox , Mel Gorman , Michael Larabel , Michal Hocko , Mike Rapoport , Peter Zijlstra , Tejun Heo , Vlastimil Babka , Will Deacon , linux-arm-kernel@lists.infradead.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mm@kvack.org, x86@kernel.org, page-reclaim@google.com Subject: Re: [PATCH v14 00/14] Multi-Gen LRU Framework Message-Id: <20220911170814.f6a32b40e64397a61b1f8daf@linux-foundation.org> In-Reply-To: <20220815071332.627393-1-yuzhao@google.com> References: <20220815071332.627393-1-yuzhao@google.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org I'd like to move mglru into the mm-stable branch late this week. I'm not terribly happy about the level of review nor the carefulness of the code commenting (these things are related) and I have a note here that "mm: multi-gen LRU: admin guide" is due for an update and everyone is at conference anyway. But let's please try to push things along anyway.