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 84DA2C433F5 for ; Sun, 6 Feb 2022 21:38:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242724AbiBFVii (ORCPT ); Sun, 6 Feb 2022 16:38:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51526 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231922AbiBFVig (ORCPT ); Sun, 6 Feb 2022 16:38:36 -0500 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 9E1CDC06173B for ; Sun, 6 Feb 2022 13:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=r+t4PcKV535fJ1zMDpcnTHvBXuLCN0XAAbrQTepxxJA=; b=O7eitr/kLhNRexf+ZI8jsPr6fE b+IwTBtBbyAEjIPgju/5PwN3cYXYLvYW/oDI5EUOdS3+xqvzTjHLjzjeqiOr2p0NJLF1L6/Xqq7Zf kWFmeFmeGqpRo8V+TC9WTZ2413MjgGBnbXstSxrks7ITn+/Gz8v8+9De//LscdL4wy2LeORS/EFus BcwHxB3UOti4taQCDsvWFj1UKTH6yEWKc8uzuTxrR60KKqLqJ6KreFeyNFCVSBYFWRnAHEjCVzwzI ohQKOmHYcidAFEUakVClWDl7ZATfynfqPnnaRdiHawzE9Qc1FKYHG7L+XntIkyd89heVBWRpNjAVL R7KS8KLw==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1nGpEn-00Fi0E-O4; Sun, 06 Feb 2022 21:38:25 +0000 Date: Sun, 6 Feb 2022 21:38:25 +0000 From: Matthew Wilcox To: Hugh Dickins Cc: Andrew Morton , Michal Hocko , Vlastimil Babka , "Kirill A. Shutemov" , David Hildenbrand , Alistair Popple , Johannes Weiner , Rik van Riel , Suren Baghdasaryan , Yu Zhao , Greg Thelen , Shakeel Butt , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 00/13] mm/munlock: rework of mlock+munlock page handling Message-ID: References: <8e4356d-9622-a7f0-b2c-f116b5f2efea@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8e4356d-9622-a7f0-b2c-f116b5f2efea@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Feb 06, 2022 at 01:27:41PM -0800, Hugh Dickins wrote: > Here it is based on 5.17-rc2, applies also to -rc3, almost cleanly to > mmotm 2022-02-03-21-58 (needs two easy fixups in mm/huge_memory.c); but > likely to conflict (I hope not fundamentally) with several concurrent > large patchsets. Most of this patchset hasn't arrived here yet, but I would be _delighted_ to rebase the folio conversion on top of this. What convoluted code it is! I am so glad you've cleaned this up; I was dreading doing the rest of the mlock file.