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.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,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 A7775C4338F for ; Tue, 10 Aug 2021 05:14:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7D55E6101D for ; Tue, 10 Aug 2021 05:14:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S237513AbhHJFOb (ORCPT ); Tue, 10 Aug 2021 01:14:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47532 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237497AbhHJFOY (ORCPT ); Tue, 10 Aug 2021 01:14:24 -0400 Received: from mail-vk1-xa2f.google.com (mail-vk1-xa2f.google.com [IPv6:2607:f8b0:4864:20::a2f]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 19A0EC061798 for ; Mon, 9 Aug 2021 22:14:03 -0700 (PDT) Received: by mail-vk1-xa2f.google.com with SMTP id f4so4516587vkb.10 for ; Mon, 09 Aug 2021 22:14:03 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=szeredi.hu; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zbj2YIoq+E9w00zYigZfnEN2+DZS/6bH7EkHmJaJ7+4=; b=W2e6d7tANNuZvnWrmp6EN6PiiHeqThHUisatkH1a/4EL21ldzCzpHeXzGPY/9224BN Z/CiGZ7mZ32SpUG876YtQApfpUprIqF/xqEBvS7noMQ2n7FVPdaNK2oJscvnwdfI8Rui EDb1N2EJDvgQD5KJqrgWTMAVPLLaVNvPnUQHA= 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=zbj2YIoq+E9w00zYigZfnEN2+DZS/6bH7EkHmJaJ7+4=; b=Fyt7HpPoDiP4JnQvSF40+lVKbd4bs/Su3yf014CW6nbMsR5UNX0qGGx2XFyxqCJksB IafX5FENd34UGFA1GpTN5cjgDnTerlRf0rQs0WAO9SAK+h4uqZwezLVjEQCq+McNv7wV Q8SZHfj8vMFvIz6FOPX8EmKYuIfNyrc/i6JmmIIRNlFQ/93tkFamuEtm0d8GscNo39hg 91Fjf5BXGuJra2w781fX4OmgM6KXEVoz9lbI1o+YOf9mTR/uMb8OeD/30mSYcrf3GZeR 4u4viAYsW4yZQq35zsR+0vW0vDE+0XUj6eZlAkOBGcfeWw/Yih0sItdaINQB3WEErfZe VLnQ== X-Gm-Message-State: AOAM532Ms5hVTLl7zcOtUTyXfkAWvAeNoiwQK6KfwBtGCKR1OGsoRgdP eI9prt9D6DqnjNaHwkm5zNDrGB11MlvEFlrhu49YHw== X-Google-Smtp-Source: ABdhPJyK6yckKurEBP3/dfOsOeLJXctvCuX/cIs5kTcfm8Je/8pZ6c+cyun3iM9fbLfjpMMG2FXHjhz8Ez7yxBUxsWo= X-Received: by 2002:a05:6122:696:: with SMTP id n22mr15132849vkq.19.1628572442200; Mon, 09 Aug 2021 22:14:02 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Miklos Szeredi Date: Tue, 10 Aug 2021 07:13:51 +0200 Message-ID: Subject: Re: [GIT PULL] overlayfs fixes for 5.14-rc6 To: Matthew Wilcox Cc: Linus Torvalds , Linux Kernel Mailing List , linux-fsdevel , overlayfs Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 10 Aug 2021 at 00:34, Matthew Wilcox wrote: > > On Mon, Aug 09, 2021 at 02:26:55PM -0700, Linus Torvalds wrote: > > On Mon, Aug 9, 2021 at 2:25 PM Linus Torvalds > > wrote: > > > > > > I've pulled this, > > > > Actually, I take that back. > > > > None of those things have been in linux-next either, and considering > > my worries about it, I want to see more actual testing of this. The denywrite patch has been in -next for three weeks, the others less, but also spent some time in there. The reason the commit timestamp is so recent is that the fixes have been pulled to the front of the queue. But okay, I can drop that patch from this pull request. > Not only that, the changes to fs/namespace.c and mm/util.c haven't been > posted to linux-mm or linux-fsdevel, as far as I can tell. It has been posted to both and got an ACK from an MM person: https://lore.kernel.org/linux-mm/YOhTrVWYi1aFY3o0@miu.piliscsaba.redhat.com/ Thanks, Miklos