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 08CCEC54EE9 for ; Sun, 18 Sep 2022 23:48:02 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229639AbiIRXr7 (ORCPT ); Sun, 18 Sep 2022 19:47:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:49924 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229519AbiIRXr5 (ORCPT ); Sun, 18 Sep 2022 19:47:57 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 680EC13D20; Sun, 18 Sep 2022 16:47:56 -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 ams.source.kernel.org (Postfix) with ESMTPS id E928AB8159B; Sun, 18 Sep 2022 23:47:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 8F72FC433D6; Sun, 18 Sep 2022 23:47:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1663544873; bh=4fwR9rPjWfkV5OrkpZKeGBol8VbyfO8AaecqrymPg84=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=CryioqGUr67tZVMXmPinT0VyfA+BiW9GFUPBq5vhkJmwwfSD4hXi8RBFUY0XHTkr8 GH0Cpzirbegi9k5DJjUu8WGDFAn5VQyo89jqWDwDdg6oPXJczvBxpPCQvqOPY0gZNo F1v42ZUI8ew0rTfnsqbpVGSdGtwun+to0k5Q9Ho8= Date: Sun, 18 Sep 2022 16:47:51 -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 , "open list:DOCUMENTATION" , linux-kernel , Linux-MM , "the arch/x86 maintainers" , Kernel Page Reclaim v2 Subject: Re: [PATCH v14 00/14] Multi-Gen LRU Framework Message-Id: <20220918164751.376ec0c07bb619e5eb12ab49@linux-foundation.org> In-Reply-To: References: <20220815071332.627393-1-yuzhao@google.com> <20220911170814.f6a32b40e64397a61b1f8daf@linux-foundation.org> 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 On Sun, 18 Sep 2022 14:40:01 -0600 Yu Zhao wrote: > Let me also post the incremental patches after this email, in case you > strongly prefer to add them on top of v14. Thanks, helpful. I have one question regarding 03/11. The final two updates look pretty substantial. I guess I'll do a series replacement and let this and mapletree sit another week.