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=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS 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 9385AC4332F for ; Fri, 3 Sep 2021 16:26:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7E868610A1 for ; Fri, 3 Sep 2021 16:26:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1349977AbhICQ1y (ORCPT ); Fri, 3 Sep 2021 12:27:54 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37606 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1349978AbhICQ1s (ORCPT ); Fri, 3 Sep 2021 12:27:48 -0400 Received: from mail-lj1-x230.google.com (mail-lj1-x230.google.com [IPv6:2a00:1450:4864:20::230]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D5997C061575 for ; Fri, 3 Sep 2021 09:26:47 -0700 (PDT) Received: by mail-lj1-x230.google.com with SMTP id m4so10405060ljq.8 for ; Fri, 03 Sep 2021 09:26:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux-foundation.org; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=PGwJPrU2ymA9P5fTXacx3Qx7nyhlT5Ql+hJVxARh6kE=; b=K1rpsMJtFquFY0qt0aI/UI9kou+zwJyr90hh+Vza9DcECr82hORBsg2aFd3wZYBMyW mxSJGjFZE1t/C6jfyYk7elauPxHWpv1yEHosEvvwTsPovx6P/GaYLx1qmSOFYXAnwgSc ifABx5ircSoY9atjYL5bS6LS1nIcyTGaPGEEI= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=PGwJPrU2ymA9P5fTXacx3Qx7nyhlT5Ql+hJVxARh6kE=; b=Z0FyalpVc8qKtBb9jW8Y/5auuVh7PUEyS1bjJ6sCuPaUEk8yBwr6e8gGbpVXPLB70/ FRf46Lx9Qx1QhI9GM+anN0rbynudf4IHoPEBmsF8kPfZ4T25RfI8/5szhFIkwWaKe1Uv xQSNoGew3JVztl+pUGwfAGB1aRGXrOi9XbKfFJZnDDA1G2jXRwp9T0tK/u2QCLb6YllE MWqIoDdlcDJj+PyNa5969ZitS2t5YxMgvZxrrQ+tRwU0A6qg/sTP/QoYVRip7famTL/f jiU9Ez/m/x+iKtohbFE+KQKMdn/mbImLk33rgfLEw9t4th9tv2ROb01GwuszypXxfxmd Wq7Q== X-Gm-Message-State: AOAM532p/xiRQ5yqXgwqtMRiwxnd/705+rn9sk17S7C8+RlXgHm30xu9 seRRbNhc8tuukSVmwVr4wsTGg5YHvM3nby7XzT8= X-Google-Smtp-Source: ABdhPJxhnmiXF8pm7iNAGvX6Oph4ZUvg4lEj5wSm1tHmxNN7NXzY1R7Y97e2UXpJBT3+MWJ0Ovjg7Q== X-Received: by 2002:a05:651c:1593:: with SMTP id h19mr3616693ljq.117.1630686405818; Fri, 03 Sep 2021 09:26:45 -0700 (PDT) Received: from mail-lf1-f42.google.com (mail-lf1-f42.google.com. [209.85.167.42]) by smtp.gmail.com with ESMTPSA id c11sm553129lfb.76.2021.09.03.09.26.43 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Fri, 03 Sep 2021 09:26:44 -0700 (PDT) Received: by mail-lf1-f42.google.com with SMTP id p38so12909690lfa.0 for ; Fri, 03 Sep 2021 09:26:43 -0700 (PDT) X-Received: by 2002:a2e:8107:: with SMTP id d7mr3678393ljg.68.1630686392088; Fri, 03 Sep 2021 09:26:32 -0700 (PDT) MIME-Version: 1.0 References: <20210816194840.42769-1-david@redhat.com> <7c57a16b-8184-36a3-fcdc-5e751184827b@redhat.com> In-Reply-To: <7c57a16b-8184-36a3-fcdc-5e751184827b@redhat.com> From: Linus Torvalds Date: Fri, 3 Sep 2021 09:26:16 -0700 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: [PATCH v2 0/7] Remove in-tree usage of MAP_DENYWRITE To: David Hildenbrand Cc: Linux Kernel Mailing List , Andrew Morton , Thomas Gleixner , Ingo Molnar , Borislav Petkov , "H. Peter Anvin" , Alexander Viro , Alexey Dobriyan , Steven Rostedt , Peter Zijlstra , Arnaldo Carvalho de Melo , Mark Rutland , Alexander Shishkin , Jiri Olsa , Namhyung Kim , Petr Mladek , Sergey Senozhatsky , Andy Shevchenko , Rasmus Villemoes , Kees Cook , "Eric W. Biederman" , Greg Ungerer , Geert Uytterhoeven , Mike Rapoport , Vlastimil Babka , Vincenzo Frascino , Chinwen Chang , Catalin Marinas , "Matthew Wilcox (Oracle)" , Huang Ying , Jann Horn , Feng Tang , Kevin Brodsky , Michael Ellerman , Shawn Anastasio , Steven Price , Nicholas Piggin , Christian Brauner , Jens Axboe , Gabriel Krisman Bertazi , Peter Xu , Suren Baghdasaryan , Shakeel Butt , Marco Elver , Daniel Jordan , Nicolas Viennot , Thomas Cedeno , Michal Hocko , Miklos Szeredi , Chengguang Xu , =?UTF-8?Q?Christian_K=C3=B6nig?= , Florian Weimer , David Laight , linux-unionfs@vger.kernel.org, Linux API , "the arch/x86 maintainers" , linux-fsdevel , Linux-MM Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-unionfs@vger.kernel.org On Fri, Sep 3, 2021 at 2:45 AM David Hildenbrand wrote: > > So, how do we want to continue with this? Pick it up for v5.15? Have it > in -next for a while and eventually pick it up for v5.16? I'm ok with the series. If you have a git tree, do the normal pull request, and we can do it for 5.15 and see if anybody notices. As you say, any final removal of ETXTBSY should be a separate and later patch on top. Linus