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 097AFC433FE for ; Fri, 18 Nov 2022 22:24:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231138AbiKRWY3 (ORCPT ); Fri, 18 Nov 2022 17:24:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45674 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231878AbiKRWYK (ORCPT ); Fri, 18 Nov 2022 17:24:10 -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 196926161 for ; Fri, 18 Nov 2022 14:23:30 -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 AC8226279B for ; Fri, 18 Nov 2022 22:23:29 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6F670C433C1; Fri, 18 Nov 2022 22:23:28 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1668810209; bh=/+L2NYj/ACH+jT7u7xIw5FkfzhmRB+rhl1d5bnP9ndQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=WOu/knYnjG874+QGB6O6mc5DoO1bffTgpJ7knUlNeNZYm2uJpJmcH7/iJT4HSHckE dirOBSs+Ct5loDn2H9J9YxTOscXrpO5Y9SUqL9liqBR6Fk9CI1076Q9tHWST71XUJw VQcIV0zN+NPXlK/FhQ5Iik1CGlvDvasJGk1pfrOI= Date: Fri, 18 Nov 2022 14:23:27 -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: <20221118142327.1744cda179ca549eeebc8629@linux-foundation.org> In-Reply-To: References: <5f52de70-975-e94f-f141-543765736181@google.com> <93fa81ae-d848-58c2-9f70-27446bf9baa8@google.com> <20221118140346.b9026301b4ba03e43e15aeca@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 Fri, 18 Nov 2022 14:10:32 -0800 (PST) Hugh Dickins wrote: > On Fri, 18 Nov 2022, Andrew Morton wrote: > > 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. > > I think you're saying that you prefer the other approach, to keep the > two series separate (second immediately after the first, or not, doesn't > matter), rather than combined into one bit_spin_lock-less series. > Please clarify! Thanks, Yes, two separate series. Apologies for the confuddling.