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 58358C4338F 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 283AE60FA0 for ; Tue, 27 Jul 2021 20:42:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231339AbhG0Umg (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-parisc@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 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 8426DC4338F for ; Tue, 27 Jul 2021 20:42:39 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 94FD760F9C for ; Tue, 27 Jul 2021 20:42:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 94FD760F9C Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 22D506B0036; Tue, 27 Jul 2021 16:42:38 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 1DDCF6B005D; Tue, 27 Jul 2021 16:42:38 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 0CC6E6B006C; Tue, 27 Jul 2021 16:42:38 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0053.hostedemail.com [216.40.44.53]) by kanga.kvack.org (Postfix) with ESMTP id E427B6B0036 for ; Tue, 27 Jul 2021 16:42:37 -0400 (EDT) Received: from smtpin28.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay01.hostedemail.com (Postfix) with ESMTP id 705FB181CA09F for ; Tue, 27 Jul 2021 20:42:37 +0000 (UTC) X-FDA: 78409541154.28.DF0E6BA Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf08.hostedemail.com (Postfix) with ESMTP id 116B0300CDEE for ; Tue, 27 Jul 2021 20:42:36 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 2E5AF60D07 for ; Tue, 27 Jul 2021 20:42:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1627418556; bh=d4JjFlDfF7N2eBt3m9sdZRk+eRhA4ZhBMt2Pq1TZ0cw=; h=References:In-Reply-To:From:Date:Subject:To:Cc:From; b=jWrNhLAQ52cNOLLl0xV4UEfVxXXOIey73yzcHdf11EBS1dwMngWy9wjQowMOZDSg6 kQlkyJY3wzxx9VBM6mWrVxop9Eqid8H3Tg/l3oKE3JAFxxr8MUHx96G8y3Bph5fB9f PGMU/+nkTTZOISAv/6ghPp0GuzKTnYvkVP7Gx2ve3AF5c4Ga8OXQM3Abtj5zqPH6og oATobhPVUA5/sw3fbJEZKYrJupeqrY6YqLEbkWeAE7//QQNFB8Pj9O7vlUGxugIRCJ MT5MLm0toFslHSzirU6JEN/Ka33yxJbHxVRQnke/earcMchhq6z7QzkUDwQFkLZ1v3 AXdicvbTGXQAQ== Received: by mail-wm1-f45.google.com with SMTP id l11-20020a7bcf0b0000b0290253545c2997so221330wmg.4 for ; Tue, 27 Jul 2021 13:42:36 -0700 (PDT) X-Gm-Message-State: AOAM530ZvueC4Gvgvl0VzzzpC2VMX9r+anvTmroOYazY5hr+zuEKFcjm ASorDJiWf4yPp6ep4/dVcAx+UejUwbAua2KFArw= 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" X-Rspamd-Server: rspam06 X-Rspamd-Queue-Id: 116B0300CDEE Authentication-Results: imf08.hostedemail.com; dkim=pass header.d=kernel.org header.s=k20201202 header.b=jWrNhLAQ; dmarc=pass (policy=none) header.from=kernel.org; spf=pass (imf08.hostedemail.com: domain of arnd@kernel.org designates 198.145.29.99 as permitted sender) smtp.mailfrom=arnd@kernel.org X-Stat-Signature: 44ozfspa343zyadewxwtnzymned1w4zr X-HE-Tag: 1627418556-834482 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: 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 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=-3.8 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,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 BB13AC4338F for ; Tue, 27 Jul 2021 20:43:04 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 11E7160F9E for ; Tue, 27 Jul 2021 20:43:03 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 11E7160F9E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4GZ7zB4bCLz3bjJ for ; Wed, 28 Jul 2021 06:43:02 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ZKlOgZHS; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=kernel.org (client-ip=198.145.29.99; helo=mail.kernel.org; envelope-from=arnd@kernel.org; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.a=rsa-sha256 header.s=k20201202 header.b=ZKlOgZHS; dkim-atps=neutral Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4GZ7yj5hMzz309l for ; Wed, 28 Jul 2021 06:42:37 +1000 (AEST) Received: by mail.kernel.org (Postfix) with ESMTPSA id 7C38460F9C for ; 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-f43.google.com with SMTP id n28-20020a05600c3b9cb02902552e60df56so203592wms.0 for ; Tue, 27 Jul 2021 13:42:35 -0700 (PDT) X-Gm-Message-State: AOAM5331IpecoxMKFKc5dzoiw59h81plOWX7tMxcbFRjpUnacLz82pAV lDvbFgL9fkOQT/6zGAB4IApoUt2Hb3646kZYtaY= 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 Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Feng Tang , "open list:BROADCOM NVRAM DRIVER" , "James E.J. Bottomley" , Linux-MM , Paul Mackerras , "H. Peter Anvin" , sparclinux , Will Deacon , linux-arch , linux-s390 , Arnd Bergmann , Helge Deller , the arch/x86 maintainers , Christoph Hellwig , Christian Borntraeger , Ingo Molnar , Catalin Marinas , Vasily Gorbik , Heiko Carstens , Borislav Petkov , Al Viro , Thomas Gleixner , Linux ARM , Thomas Bogendoerfer , Parisc List , Linux API , Linux Kernel Mailing List , "Eric W. Biederman" , linuxppc-dev , "David S. Miller" Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" 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 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=-4.7 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 095EFC4338F for ; Tue, 27 Jul 2021 20:44:53 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id BDFC760D07 for ; Tue, 27 Jul 2021 20:44:52 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org BDFC760D07 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:Cc:To:Subject:Message-ID:Date:From: In-Reply-To:References:MIME-Version:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=BT3oK9rEKG0r2KqjIMnjHI1sy0ni+Wy9wzE73anSabI=; b=tlS5Q6QTYNyUbf SnlQDOST9niRLMj25SMUblc33jSsTkhwySd6aAarrdTcAFacwQqezRJKAIUMm5wnWQClchOUmIF3N Fq1FlcMun3C8lbVSIZIZatcoAWuli2NB+R93YHV7JdZoiEhDJmQQECBf7yZXMjeIfCeHqdiDWqPxb syjVz5Z4nEd2ObiJ4ZsDLJuiecauggzwoso/lpYRfNhWj5cL3Zxrn4fGC4Qb/QZjZ5s2FT8noDvJ4 5NlxcecwOjhHulsq+wCekOBBdO8Y8uInLfQLgtio7sxOVYJ5UWaM/fbp+MsqwRnJXaqhYkhYS1YjW 6gf/rvL738/DzYmBAVDQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8TuR-00GGUG-Ty; Tue, 27 Jul 2021 20:42:40 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1m8TuO-00GGTO-1d for linux-arm-kernel@lists.infradead.org; Tue, 27 Jul 2021 20:42:37 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id BA94260F9E for ; 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-f45.google.com with SMTP id m38-20020a05600c3b26b02902161fccabf1so2791360wms.2 for ; Tue, 27 Jul 2021 13:42:35 -0700 (PDT) X-Gm-Message-State: AOAM5304GafdfGGDdo1b654jt3mqJstQfM+wINoWI0lRO8GU03Jlnpfj 6ZDUf7wbvyBD9KJ4sLeMnaoTyfkpNOximjazO2c= 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 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210727_134236_172400_8480CD42 X-CRM114-Status: GOOD ( 22.91 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.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 _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel