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 698A45684; Sat, 13 Jan 2024 20:38:11 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="FE+hCig+" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 473D6C433C7; Sat, 13 Jan 2024 20:38:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1705178290; bh=GD77WtFLk9WIEevU7YE4zAkNW4rLtoRnzKrGLlIIggE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FE+hCig+qd+N4WMSbpGi8mijlgwFkwYctRJFagdUjq0y1OKYtMGIHf0QDrA2LgBzt 0RTgDolTUqrS/TwNtBv+jaFgF8vvHGMbH0Sn0vXJi4lIvQ34lmfyL9JaChLdgdsUal ZGZyrKCGWvIkpi57TGL0ZmVELS5+dYL7rO0CooCM= Date: Sat, 13 Jan 2024 21:38:06 +0100 From: Greg KH To: Matthew Wilcox Cc: Steve French , David Howells , Salvatore Bonaccorso , Paulo Alcantara , Shyam Prasad N , Rohith Surabattula , Jeff Layton , Steve French , "Jitindar Singh, Suraj" , linux-mm , stable-commits@vger.kernel.org, Stable , CIFS , Linux regressions mailing list Subject: Re: [Regression 6.1.y] From "cifs: Fix flushing, invalidation and file size with copy_file_range()" Message-ID: <2024011357-isolation-muzzle-56dd@gregkh> References: <8e59220d-b0f3-4dae-afc3-36acfa6873e4@leemhuis.info> <13a70cc5-78fc-49a4-8d78-41e5479e3023@leemhuis.info> <2024011115-neatly-trout-5532@gregkh> <2162049.1705069551@warthog.procyon.org.uk> Precedence: bulk X-Mailing-List: stable@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: On Sat, Jan 13, 2024 at 05:51:19PM +0000, Matthew Wilcox wrote: > On Sat, Jan 13, 2024 at 11:08:00AM -0600, Steve French wrote: > > I thought that it was "safer" since if it was misapplied to version where > > new folio rc behavior it wouldn't regress anything > > There are only three versions where this patch can be applied: 6.7, 6.6 > and 6.1. AIUI it's a backport from 6.7, it's already applied to 6.6, > and it misapplies to 6.1. So this kind of belt-and-braces approach is > unnecessary. > Agreed, I've fixed this up now, thanks all! greg k-h