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 A0E92C433FE for ; Fri, 11 Mar 2022 04:49:38 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245537AbiCKEui (ORCPT ); Thu, 10 Mar 2022 23:50:38 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47476 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1346517AbiCKEud (ORCPT ); Thu, 10 Mar 2022 23:50:33 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id F03A1EF0A9 for ; Thu, 10 Mar 2022 20:49:19 -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 8BE64617B5 for ; Fri, 11 Mar 2022 04:49:19 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 85350C340EC; Fri, 11 Mar 2022 04:49:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1646974158; bh=ieKn790GjrKSPuQn2caaZWrzBmooKYSB6PRk5jmqHFQ=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=RiCFEZwBuQmmlgqHA+kqM/K6eJdBD9xlftp7cCJ5OGOGTeIyz87Fuq0iGjyKcsQBL vBl7/JIVlxHBbL5/2DwFurRmzUKDbDDJDSAgMikQ8N1XkICyckwdAugEPNVo1fpCdR wy5s2Gdn/tqDbRW9VclshFIYtN0XHH7w6epPguo8= Date: Thu, 10 Mar 2022 20:49:17 -0800 From: Andrew Morton To: Michael Ellerman Cc: Christophe Leroy , "linux-kernel@vger.kernel.org" , "linuxppc-dev@lists.ozlabs.org" , "linux-mm@kvack.org" , "catalin.marinas@arm.com" , "will@kernel.org" , "alex@ghiti.fr" , Benjamin Herrenschmidt , Paul Mackerras , "linux-arm-kernel@lists.infradead.org" Subject: Re: [PATCH v8 00/14] Convert powerpc to default topdown mmap layout (v8) Message-Id: <20220310204917.3d42e6cf3088f7cf1c7fe7a6@linux-foundation.org> In-Reply-To: <877d91m7wd.fsf@mpe.ellerman.id.au> References: <877d91m7wd.fsf@mpe.ellerman.id.au> 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, 11 Mar 2022 15:26:42 +1100 Michael Ellerman wrote: > > What will be the merge strategy ? I guess it's a bit late to get it > > through powerpc tree, so I was just wondering whether we could get > > patches 2 to 5 in mm this cycle, and the powerpc ones next cycle ? > > Yeah I didn't pick it up because the mm changes don't have many acks and > I'm always nervous about carrying generic mm changes. > > It would be my preference if Andrew could take 2-5 through mm for v5.18, > but it is quite late, so I'm not sure how he will feel about that. 5.18 isn't a problem. Perhaps you meant 5.17, which would be real tough. Can we take a look after 5.18-rc1?