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 EA569C433F5 for ; Fri, 8 Apr 2022 04:17:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234318AbiDHET2 (ORCPT ); Fri, 8 Apr 2022 00:19:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45054 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234351AbiDHETW (ORCPT ); Fri, 8 Apr 2022 00:19:22 -0400 Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19F582E5C7A for ; Thu, 7 Apr 2022 21:17:15 -0700 (PDT) Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail.ozlabs.org (Postfix) with ESMTPSA id 4KZQ205Sr9z4xYM; Fri, 8 Apr 2022 14:17:12 +1000 (AEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellerman.id.au; s=201909; t=1649391434; bh=+0mz5/6ccyYrJwsyIan2Rv2K8PJmRz01AUp5rFy9q2c=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=USlpGx1tBA9iIs4Q2LQ35OtgE9MxSPMBZMdejToJ/HKg0u4IIUapwwfZTUc9RHRS2 kJXvZiA1v99zXPlFmI4pF1FoucRYgJLk51lH3fDpnikZ8L6iZtBJfKPvUptqIqv6XQ 7qBORcccG/DIs8go+zMdZFziiomZ2eKbr4aCx3XzOaL7o+l9cz2ln0vQR9Qz+N473n 0KRdOKdSB8R6lZqSDnCtPzFsgUXXYLcXkGtnut1deS1htngyjkErdb4HXBhgzvJz5r Cb2UFe40ja9ZAezUX8YflBzlrmWlU9ws3oachrlRNcpke1xQaDlizRJHvGoIPB6ph3 wZGCWRMikGC8A== From: Michael Ellerman To: Andrew Morton 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) In-Reply-To: <20220310204917.3d42e6cf3088f7cf1c7fe7a6@linux-foundation.org> References: <877d91m7wd.fsf@mpe.ellerman.id.au> <20220310204917.3d42e6cf3088f7cf1c7fe7a6@linux-foundation.org> Date: Fri, 08 Apr 2022 14:17:12 +1000 Message-ID: <87v8vk6wfr.fsf@mpe.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Andrew Morton writes: > 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. Sorry, missed your reply. > Can we take a look after 5.18-rc1? Yes :) cheers