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 kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by smtp.lore.kernel.org (Postfix) with ESMTP id E3DF8C433EF for ; Tue, 26 Apr 2022 20:06:09 +0000 (UTC) Received: by kanga.kvack.org (Postfix) id 170656B0073; Tue, 26 Apr 2022 16:06:09 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 11F516B0074; Tue, 26 Apr 2022 16:06:09 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id F28456B0075; Tue, 26 Apr 2022 16:06:08 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from relay.hostedemail.com (relay.hostedemail.com [64.99.140.26]) by kanga.kvack.org (Postfix) with ESMTP id E2BA26B0073 for ; Tue, 26 Apr 2022 16:06:08 -0400 (EDT) Received: from smtpin30.hostedemail.com (a10.router.float.18 [10.200.18.1]) by unirelay07.hostedemail.com (Postfix) with ESMTP id B194D20B23 for ; Tue, 26 Apr 2022 20:06:08 +0000 (UTC) X-FDA: 79400111616.30.7B56E0C Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by imf02.hostedemail.com (Postfix) with ESMTP id 6FBC180059 for ; Tue, 26 Apr 2022 20:06:05 +0000 (UTC) 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 42692B81DE7; Tue, 26 Apr 2022 20:06:06 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id C0237C385A0; Tue, 26 Apr 2022 20:06:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1651003565; bh=otG+m8WO8dgV9HmWE1Q0aI4ceMjbtO+nIixWzrPrKUU=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=kNRWgAys7fGJ5dIvy67a0ZM205Ni9wXslKgweTZHCAimZY2jjnRxsH/gsmF9nqr4y +ryBKYHUwDS7HAUMopzL2ruTCXQMwbQ97WxYH9RsGTUwOARBjj0Jw5jHENhudRBpru b4IfXqhq0KuZt75/dvaMf/6VFMfy2qOiTP2nHdxo= Date: Tue, 26 Apr 2022 13:06:03 -0700 From: Andrew Morton To: Liam Howlett Cc: "maple-tree@lists.infradead.org" , "linux-mm@kvack.org" , "linux-kernel@vger.kernel.org" , Yu Zhao Subject: Re: [PATCH v8 00/70] Introducing the Maple Tree Message-Id: <20220426130603.2fa538088d10d38a740a0bdd@linux-foundation.org> In-Reply-To: <20220426150616.3937571-1-Liam.Howlett@oracle.com> References: <20220426150616.3937571-1-Liam.Howlett@oracle.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 X-Stat-Signature: n176kbzhm3tdm39hsp1ctodkiscq9c4z X-Rspamd-Server: rspam07 X-Rspamd-Queue-Id: 6FBC180059 X-Rspam-User: Authentication-Results: imf02.hostedemail.com; dkim=pass header.d=linux-foundation.org header.s=korg header.b=kNRWgAys; dmarc=none; spf=pass (imf02.hostedemail.com: domain of akpm@linux-foundation.org designates 145.40.68.75 as permitted sender) smtp.mailfrom=akpm@linux-foundation.org X-HE-Tag: 1651003565-419571 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Tue, 26 Apr 2022 15:06:19 +0000 Liam Howlett wrote: > Please replace the patches in your mglru-maple branch with this set. It should > be a drop in replacement for my patch range with the fixes into these > patches. Adding the preallocation to work around the fs-reclaim LOCKDEP > issue caused enough changes to the patches to warrant a respin. OK, thanks. I'll give these a bit of testing locally with a view to having a run in -next soon. It's all not looking very reviewed. Any thoughts on who we could attempt to presuade to hep out here? > The last patch on the branch is still needed to fix vmscan after mglru > is applied. ee4b1fc24f30 "mm/vmscan: Use VMA_ITERATOR in > get_next_vma()" OK, someone please send that at me when the next rev of mglru surfaces?