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=-7.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, 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 328EFC07E98 for ; Mon, 5 Jul 2021 07:06:46 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 16D596120D for ; Mon, 5 Jul 2021 07:06:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229895AbhGEHJV (ORCPT ); Mon, 5 Jul 2021 03:09:21 -0400 Received: from mail.kernel.org ([198.145.29.99]:57264 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229823AbhGEHJV (ORCPT ); Mon, 5 Jul 2021 03:09:21 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id A6ADF6120D; Mon, 5 Jul 2021 07:06:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1625468804; bh=0mTBY+GxNPufILh55Iqid4OsMiQ+SkX0qtAvyziOChc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=QSJNGJvivVsxUUHbUV3oJGEZPniKSEVQORqJYhUTmVL49VPMu+VZ+lzitEhVB8J7J y/LwmR1Rzap8M/98ugtTdO3g7imv1rnKv0xrVT4Vn5FVAETOsRuMfDh9e0C5+uSZYv qiHDX5XpWCxZOQj+LYJ0NdZvWeXBZVZRcqPU6cOk= Date: Mon, 5 Jul 2021 09:06:41 +0200 From: Greg Kroah-Hartman To: "Erdogan, Tahsin" Cc: Theodore Ts'o , Jan Kara , "stable@vger.kernel.org" , Andreas Dilger , "linux-ext4@vger.kernel.org" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH 4.19] ext4: eliminate bogus error in ext4_data_block_valid_rcu() Message-ID: References: <20210703230555.4093-1-trdgn@amazon.com> <1625362509314.54473@amazon.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1625362509314.54473@amazon.com> Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On Sun, Jul 04, 2021 at 01:35:09AM +0000, Erdogan, Tahsin wrote: > > If I understand the commit description, this patch is only intended > > for the 4.19 stable kernel. If this is the case, I'd suggest using > > the Subject prefix [PATCH 4.19] for future patches. This is more > > Hi Ted, yes this is only intended for 4.19. Thanks for the tip on subject line, > I will keep that in mind in the future. > > > if you could indicate whether a similar fix is needed for 4.14, and > > other older LTS kernels, or whether the only stable backport which had > > this bug was 4.19. > > I have checked 4.4, 4.9, 4.14, 5.8. They all look fine. I believe this problem > only affects 4.19. THanks, now queued up. greg k-h