From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from casper.infradead.org (casper.infradead.org [90.155.50.34]) (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 1758E63B3; Sat, 13 Jan 2024 17:51:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="EunVCuwS" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=yWHH56ecZvSqek2dR3aaAVsN5PsmZUBOaXC0wFLvTP0=; b=EunVCuwSlLOkc5W3ErTa0HEECc 71J62WgSG7OznQu/Vnje5oPyx9/IDhKxOyGup53859Rwk9lNisgU4OcyuSXHv0c5vZdAQZ0zyJxJy ur5RJs5MnU0cErGR10Nwt7Eaf7SkBn9pEy7/NROPctiQyq2GMHfCXAm09sDEke+lp4Vg7FT60x+oc sZplddzXe8ide5fq68yHaYRijDyr7QCrYYrO5+moyuf6wLEeEsCNbQ/zbKngk/A44bIaVJ6Noy/Fq tlVPx0/cduip8oNAuqgd599FhzEPSOqwViIACCYMtZuWOrfgI0JHNBBUngMj1JBRGYfE0c9XC6B8v xN7YuGYA==; Received: from willy by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1rOiAB-003dzj-Tz; Sat, 13 Jan 2024 17:51:19 +0000 Date: Sat, 13 Jan 2024 17:51:19 +0000 From: Matthew Wilcox To: Steve French Cc: David Howells , Greg KH , 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: 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 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.