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.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 99E57C4320A for ; Tue, 27 Jul 2021 20:42:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7CF5160FC4 for ; Tue, 27 Jul 2021 20:42:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231167AbhG0Umg (ORCPT ); Tue, 27 Jul 2021 16:42:36 -0400 Received: from mail.kernel.org ([198.145.29.99]:50666 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230425AbhG0Umg (ORCPT ); Tue, 27 Jul 2021 16:42:36 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id D6DC060FA0; Tue, 27 Jul 2021 20:42:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627418555; bh=d4JjFlDfF7N2eBt3m9sdZRk+eRhA4ZhBMt2Pq1TZ0cw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=ZKlOgZHSGjAmEnyaCwMuVKafYPWKeXil2Iiwo9tfWrDpXPrP+nIx5u3FkbHHx9hE7 f/+uSzSaAFLY8z0zPS4rMNMGD3DTUb7OLkYFi3ipPjtLYS72UjSrIEZWHsniKmxxZK Le59cWQyoKcdNBRC2NnQPaYKcr4Sl5SxpzzeT6TBVgHinsKuWcX4k1BjDbOE4supyn HiZ19DR0bU/awUHcX41Rjheo1w+obLAaQrJ8Rjja+UBSy51OODPf7/DV6wZKbPG4vd wTF3Um9UkJV8uDOE8zSUVipLRKY8TGL5cXoV09GMyL2Tz2E7xssC3kDmiC7uClw3Me O9bSVwy2lubCA== Received: by mail-wm1-f48.google.com with SMTP id m38-20020a05600c3b26b02902161fccabf1so2791363wms.2; Tue, 27 Jul 2021 13:42:35 -0700 (PDT) X-Gm-Message-State: AOAM532e/tUB7+Yevh5XKbWHbmLJ44fqx2jx8R5yJ6m8/z1ANBb4cKI8 EgRq50X0XEK5e2xk7awNte+MLSMqp1CiNR3aWK8= X-Google-Smtp-Source: ABdhPJzIeHa1hycZO5ufjXaaYbpY3YdQw4oHXjfZp2KwEfMcEIfJ5hSLrfTaLF7iY7hnR3dqnN2Y1Sv0AKkyrN9dOFM= X-Received: by 2002:a7b:c2fa:: with SMTP id e26mr6005968wmk.84.1627418543998; Tue, 27 Jul 2021 13:42:23 -0700 (PDT) MIME-Version: 1.0 References: <20210727144859.4150043-1-arnd@kernel.org> <20210727131017.f151a81fc69db8f45f81a2b3@linux-foundation.org> In-Reply-To: <20210727131017.f151a81fc69db8f45f81a2b3@linux-foundation.org> From: Arnd Bergmann Date: Tue, 27 Jul 2021 22:42:07 +0200 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v5 0/6] compat: remove compat_alloc_user_space To: Andrew Morton Cc: Christoph Hellwig , 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 , "the arch/x86 maintainers" , "H. Peter Anvin" , Al Viro , "Eric W. Biederman" , Feng Tang , Linux ARM , Linux Kernel Mailing List , "open list:BROADCOM NVRAM DRIVER" , Parisc List , linuxppc-dev , linux-s390 , sparclinux , linux-arch , Linux API , Linux-MM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-mips@vger.kernel.org On Tue, Jul 27, 2021 at 10:11 PM Andrew Morton wrote: > > 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. The first five patches in my series should apply cleanly on mainline kernels and make sense by themselves, the last patch is the one that depends on this series as well as another series in the netdev tree, so that has to go behind linux-next. I suppose I could also merge the first five through my asm-generic tree and send you the last one if you prefer, but then again two of the patches are actually memory management stuff. Arnd