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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,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 E8A6CC433DF for ; Tue, 7 Jul 2020 17:29:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id C87B12073E for ; Tue, 7 Jul 2020 17:29:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594142973; bh=0AeBllFSBh2eoyMupQd/5NDxUURgZfbX6ZmMjSWuYBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=DugAtRN//73TJd6Z7BzliBPX6m+5uH45mPVdeLhbs8Ah1VOBgRJoxb4EFdD5cZ10o gA+sYS6FmRXMsuf9i9O18c9wN1e0qnroFdZNqi80alar/bSKMPmoHQbtUgebVOG3Q6 LcPwfAvxDUj8xsIlo6Tw32ukLYUyLjWDTZf9Irrs= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728284AbgGGR3c (ORCPT ); Tue, 7 Jul 2020 13:29:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:60930 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727834AbgGGR3c (ORCPT ); Tue, 7 Jul 2020 13:29:32 -0400 Received: from localhost (c-73-47-72-35.hsd1.nh.comcast.net [73.47.72.35]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8341A2073E; Tue, 7 Jul 2020 17:29:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1594142971; bh=0AeBllFSBh2eoyMupQd/5NDxUURgZfbX6ZmMjSWuYBo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=dY0okCnhj4zvvIAd5ONTf04dSn5w7dJz7/IZ2OYny+klibqO/Xyp8n/GdntqbNk4v a6RQct3Hj2TU1GGp2X2iTsjnUAFdaqof5r18NbIpc0O86nzgAuekGVXXHejT523KKi ach30NtDI6HHAzB5JMSwUQsacJZS27G1ZqN4Ql6g= Date: Tue, 7 Jul 2020 13:29:30 -0400 From: Sasha Levin To: "J. Bruce Fields" Cc: Greg Kroah-Hartman , linux-kernel@vger.kernel.org, stable@vger.kernel.org Subject: Re: [PATCH 5.4 35/65] nfsd: clients dont need to break their own delegations Message-ID: <20200707172930.GU2722994@sasha-vm> References: <20200707145752.417212219@linuxfoundation.org> <20200707145754.171869800@linuxfoundation.org> <20200707153122.GA171624@pick.fieldses.org> <20200707172051.GT2722994@sasha-vm> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Disposition: inline In-Reply-To: <20200707172051.GT2722994@sasha-vm> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 07, 2020 at 01:20:51PM -0400, Sasha Levin wrote: >On Tue, Jul 07, 2020 at 11:31:22AM -0400, J. Bruce Fields wrote: >>NACK. >> >>(How did this one even end up headed for stable? It wasn't cc'd to > >It came in when I was looking at the later nfs patches in this series >and figured it is a fix on its own. > >>stable, it's not a bugfix, and it's not a small patch.) > >If its not a bugfix, why did it go in -rc4 rather than waiting for the >merge window? Sorry, my bad, I failed at shuffling patches around. I'll drop these. -- Thanks, Sasha