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 0197D2D7DF3 for ; Sun, 29 Mar 2026 07:56:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774771000; cv=none; b=ZDklnRe9JuXLubQZ1BeHjU8ZLSX7gLzC33eQ+86e8XxoOds5y75LQsjt/bVB0lQ/081h4rt/maRCZmgePUw9Wr9zJj6GUKp7S4EZNZros6JTkY0Vp0N7a9G2blrGFcsrtdWIM8lX9PKQy2BcCqf6xdZVyvabwJ/OGjRT5/5YvUU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774771000; c=relaxed/simple; bh=gh5wRY3GuNNZmcgTQzsOKcHkI2HKKXY09iKeOH2P+RY=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=oMPBSpzJM1JKO+yKFmyKFeTSujtg/zEV6LHmilpU+5eBet42KsCpGqiOTF4BxJzVaiwqc1/4ePzzdhEt6YfGq3r1edwEnTaHJdO0lHT0WVYnRGObBpNNk3ZumDYPv8uz7yJwoExPTJ49MDP9MQytsc8yu9GsRq1pOIAY1lM0/9g= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=Z77VwS9Q; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="Z77VwS9Q" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7D023C19424; Sun, 29 Mar 2026 07:56:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1774770999; bh=gh5wRY3GuNNZmcgTQzsOKcHkI2HKKXY09iKeOH2P+RY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=Z77VwS9QGTBA8+NdYpiB2geGlXnXOpKjnjGqUgAFR2dcQII2199EVvxNRD2xZIngV nKOYkoawSpcmaekgaM2LeDxu2ZAqw4ubz/qlWZDfshYmQGMnVlGkOk59BlgGWVivEK I2gE9+1PID+eEP5y2/D0tV6Wf/yAj49WRbe6u1p8= Date: Sun, 29 Mar 2026 09:56:35 +0200 From: Greg KH To: Changjian Liu Cc: stable@vger.kernel.org, syzbot+1dd53396e7124586dca9@syzkaller.appspotmail.com, Dmitry Antipov , syzbot+77026564530dbc29b854@syzkaller.appspotmail.com, syzbot+5054473a31f78f735416@syzkaller.appspotmail.com, Joseph Qi , Junxiao Bi , Jun Piao , Deepanshu Kartikey , Heming Zhao , Joel Becker , Mark Fasheh , Andrew Morton Subject: Re: [PATCH] PATCH] This is a backport for 6.6.y. Message-ID: <2026032927-graded-singer-06bd@gregkh> References: 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 Sun, Mar 29, 2026 at 03:44:22PM +0800, Changjian Liu wrote: > [ Upstream commit e1c70505ee8158c1108340d9cd67182ade93af4a ] > > ocfs2: add extra consistency checks for chain allocator dinodes Your subject line is very odd. And why just this one branch? What is the reason to do this here? We obviously can not take a fix for only an older branch but not a newer one, otherwise you would have a regression when you update to a newer kernel release, right? thanks, greg k-h