From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 121B93E47A; Thu, 30 Nov 2023 13:25:28 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="f6pStc0F" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 21CF3C433C7; Thu, 30 Nov 2023 13:25:27 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1701350728; bh=B50Myp2r8oz0ilW83tUjs4TPl/03BrY19uVzt55r0H0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=f6pStc0F1sdfa1tWHkWUNhb18QGGUsryuBFjcteidqrabLK3qyNf0RjiHBP0Seumv GO6nhYdK1Tc2eyERnpwVs9vwl/jU+FbG5JHhswZab9DPO5Qq1eXgrU3SFZZpQvH8la 3V0Umi2JaiZHsWaM2pfPGPA0jY/z+jpnwO7c5zEI= Date: Thu, 30 Nov 2023 13:25:25 +0000 From: Greg KH To: Chuck Lever III Cc: Chuck Lever , linux-stable , Linux NFS Mailing List Subject: Re: [PATCH 0/8] nfsd fixes for 6.5.y Message-ID: <2023113013-fanning-esophagus-787f@gregkh> References: <170120874713.1515.13712791731008720729.stgit@klimt.1015granger.net> <3C2A1F40-C0F3-412E-87ED-66AC1A2CA0F4@oracle.com> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <3C2A1F40-C0F3-412E-87ED-66AC1A2CA0F4@oracle.com> On Tue, Nov 28, 2023 at 10:07:11PM +0000, Chuck Lever III wrote: > > > > On Nov 28, 2023, at 4:59 PM, Chuck Lever wrote: > > > > Backport of upstream fixes to NFSD's duplicate reply cache. These > > have been hand-applied and tested with the same reproducer as was > > used to create the upstream fixes. > > After applying patches 1 through 6 cleanly, these applied with fuzz > and offset but no rejection -- the same as the 6.6.y patch set. > The context changes were due to Lorenzo's new nfsd netlink protocol. 6.5.y is now end-of-life, sorry. greg k-h