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 X-Spam-Level: X-Spam-Status: No, score=-6.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 78D9CC432BE for ; Tue, 27 Jul 2021 20:10:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 5ABB060FC4 for ; Tue, 27 Jul 2021 20:10:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230442AbhG0UKV (ORCPT ); Tue, 27 Jul 2021 16:10:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:42742 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229681AbhG0UKV (ORCPT ); Tue, 27 Jul 2021 16:10:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id C853660F9B; Tue, 27 Jul 2021 20:10:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux-foundation.org; s=korg; t=1627416620; bh=Y+22u+tRLyeCEMBb6In1ZjF6k/Q7kC+hWd73eqYEGas=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=BVqWR6/vu3R3J5zfoKCep8iyJZp5vpOXQXMjCpyBKF5+fjjmsM3GAAh9luGKAyX8w TnUSkae4d6enUtqjUMLK5elkiFVHeOBBlB/WvoSt+pulwa5YBeWjHLswiQ/pay/Rwt WFBpnLlfubVGd5wruQc9aelH0q3iYdqHJRaI6Jng= Date: Tue, 27 Jul 2021 13:10:17 -0700 From: Andrew Morton To: Christoph Hellwig Cc: Arnd Bergmann , Arnd Bergmann , Catalin Marinas , Will Deacon , Thomas Bogendoerfer , "James E.J. Bottomley" , Helge Deller , Michael Ellerman , Benjamin Herrenschmidt , Paul Mackerras , Heiko Carstens , Vasily Gorbik , Christian Borntraeger , "David S. Miller" , Thomas Gleixner , Ingo Molnar , Borislav Petkov , x86@kernel.org, "H. Peter Anvin" , Al Viro , "Eric W. Biederman" , Feng Tang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-mips@vger.kernel.org, linux-parisc@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, sparclinux@vger.kernel.org, linux-arch@vger.kernel.org, linux-api@vger.kernel.org, linux-mm@kvack.org Subject: Re: [PATCH v5 0/6] compat: remove compat_alloc_user_space Message-Id: <20210727131017.f151a81fc69db8f45f81a2b3@linux-foundation.org> In-Reply-To: References: <20210727144859.4150043-1-arnd@kernel.org> X-Mailer: Sylpheed 3.5.1 (GTK+ 2.24.32; x86_64-pc-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-mips@vger.kernel.org On Tue, 27 Jul 2021 15:59:55 +0100 Christoph Hellwig wrote: > On Tue, Jul 27, 2021 at 04:48:53PM +0200, Arnd Bergmann wrote: > > Since these patches are now all that remains, it would be nice to > > merge it all through Andrew's Linux-mm tree, which is already based > > on top of linux-next. > > Is it? the -mm tree is structured as <90% of stuff> linux-next.patch So things like Arnd's series which have a dependency on linux-next material get added to the "other 10%" and are merged behind the linux-next material and all is good. If possible I'll queue things ahead of linux-next.patch. Those few things which have dependencies on linux-next material get sent to Linus after the required linux-next material is merged into mainline.