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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 7596AECAAD3 for ; Mon, 19 Sep 2022 05:21:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Mime-Version:References:In-Reply-To: Message-Id:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=lnVDme6bqtUpcbfgX9p5w3K0xb5Rc6YP8pHgppf5m5o=; b=suj7CtddyQrACa pcZUQnw2YCt7fCARL6FwBeJJ5nCNWVUfKdO1HDdYVS9ubw2n7huaBn/IrXbn+ZgtjBFCdl3P3IfiJ GO047Jxq37FKgsoaZ2t2yRYgNuWiAwRl9frhmP3+BYbclTOsegzbvSn6j/No5k3bGT3wLyJtZrN/A 3gqC74RPDXHkH8eiMAdJ+6L+PWAfCCgnFI0P3lO8WzrgK+ui2quPvl9Dih27alqfUfmQHJrpQD7EA r7Szl72UaKgN0GN4ZdznfO9z4zvOHDcqo662gXX2D+AgRHRgeUBFoytGB0DHjaw5deNJ4JOkYEHVw c4s/ZFUDvRbNA4/9EfWg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1oa9CQ-0085GQ-5G; Mon, 19 Sep 2022 05:20:06 +0000 Received: from dfw.source.kernel.org ([2604:1380:4641:c500::1]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1oa9CM-0085DG-8X for linux-arm-kernel@lists.infradead.org; Mon, 19 Sep 2022 05:20:04 +0000 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 2060161762; Mon, 19 Sep 2022 05:19:59 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 9369AC433D6; Mon, 19 Sep 2022 05:19:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1663564798; bh=qF05DrY3yt69GqyBseG8lIi7RijrYoCKsLQwIeqSou4=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=w2TW5OXHBnFGqdv7A8i0z/Yb5PcrkcUhe2/HOmNQuK9nZvLy+5+7xNFW81Yu/uTpE zwsB5bAGdYpBIQpDfB8RgLvOltUvqaYuSuDHYCj/5W+g/5iEL77zZiuiOq9q8Xdt4B hzyfa7UjSOTTM2acD6YBvf1+kv+uZ3fOh03cTsBY= Date: Sun, 18 Sep 2022 22:19:56 -0700 From: Andrew Morton To: Bagas Sanjaya Cc: Yu Zhao , 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 mm-unstable v15 00/14] Multi-Gen LRU Framework Message-Id: <20220918221956.04beefd36e3622490059e537@linux-foundation.org> In-Reply-To: References: <20220918080010.2920238-1-yuzhao@google.com> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.33; x86_64-redhat-linux-gnu) Mime-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20220918_222002_355531_317D5808 X-CRM114-Status: GOOD ( 11.38 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Mon, 19 Sep 2022 09:08:59 +0700 Bagas Sanjaya wrote: > The base commit is on what tree? Or I have to wait for rebasing this > series on top of latest mm-unstable. I pushed this series out in mm-unstable several hours ago. _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel