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 DE8A7C4332F for ; Fri, 18 Nov 2022 22:04:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231223AbiKRWDv (ORCPT ); Fri, 18 Nov 2022 17:03:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:59052 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230131AbiKRWDt (ORCPT ); Fri, 18 Nov 2022 17:03:49 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B83F1A47E for ; Fri, 18 Nov 2022 14:03:48 -0800 (PST) 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 5EA1862795 for ; Fri, 18 Nov 2022 22:03:48 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 16EA4C433D7; Fri, 18 Nov 2022 22:03:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1668809027; bh=Pco2YjgEBDyx9sLHVv3YyKsE4hBsiTHYZPbSeBfoGyQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=cWzvVesP4m48eul00BhFVUlNrLgvvD5C8+iW4OwhJugeFob+SxC2SG8+SYDjix3NC Xl6rTkHcRu/Klbh4vCLQY1+fuqsG5mzXbtWTKkVFRzws0MGR5k6nolS9xB7Ikz3cWh 1LNODQ5qGAc5b6wkCmRfQwwJd26A+WHwWjMzm7wM= Date: Fri, 18 Nov 2022 14:03:46 -0800 From: Andrew Morton To: Hugh Dickins Cc: Linus Torvalds , Johannes Weiner , "Kirill A. Shutemov" , Matthew Wilcox , David Hildenbrand , Vlastimil Babka , Peter Xu , Yang Shi , John Hubbard , Mike Kravetz , Sidhartha Kumar , Muchun Song , Miaohe Lin , Naoya Horiguchi , Mina Almasry , James Houghton , "Zach O'Keefe" , linux-kernel@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH 0/3] mm,thp,rmap: rework the use of subpages_mapcount Message-Id: <20221118140346.b9026301b4ba03e43e15aeca@linux-foundation.org> In-Reply-To: <93fa81ae-d848-58c2-9f70-27446bf9baa8@google.com> References: <5f52de70-975-e94f-f141-543765736181@google.com> <93fa81ae-d848-58c2-9f70-27446bf9baa8@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 On Fri, 18 Nov 2022 12:51:09 -0800 (PST) Hugh Dickins wrote: > But the first series has not yet graduated from mm-unstable, > so if Andrew and/or Kirill also prefer to have them combined into one > bit_spin_lock-less series, that I can do. (And the end result should be > identical, so would not complicate Johannes's lock_page_memcg() excision.) I'd prefer that approach. It's -rc5 and the earlier "mm,huge,rmap: unify and speed up compound mapcounts" series has had some testing. I'd prefer not to toss it all out and start again.