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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EF943C433EF for ; Tue, 19 Jul 2022 19:14:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233621AbiGSTOq (ORCPT ); Tue, 19 Jul 2022 15:14:46 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36378 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239545AbiGSTOl (ORCPT ); Tue, 19 Jul 2022 15:14:41 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4CA9855089; Tue, 19 Jul 2022 12:14:38 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id DAF47B81CE0; Tue, 19 Jul 2022 19:14:36 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A807C341C6; Tue, 19 Jul 2022 19:14:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1658258075; bh=kj+j4LdZbURAimMqvavoqpdo7V8TFhnzwjnOiiEINwM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=GRG2xSrX3lgNWKZaLuW+av+pMlA+IJxf6K09GiMJEKLPc4kCcie861TE4BwLiggbv 6AzpObcIKOpAmVyg1PVbUCmlAWus157LPTHLb4JZv4w2Pf92vlXi9uyirjxkf/rdq7 6YErMM9GI2r42nKuuuTz4LiWCA7hrWQ4MOPOrcsE= Date: Tue, 19 Jul 2022 21:14:32 +0200 From: Greg KH To: Theodore Ts'o Cc: Baokun Li , stable@vger.kernel.org, linux-ext4@vger.kernel.org, adilger.kernel@dilger.ca, jack@suse.cz, ritesh.list@gmail.com, lczerner@redhat.com, enwlinux@gmail.com, linux-kernel@vger.kernel.org, yi.zhang@huawei.com, yebin10@huawei.com, yukuai3@huawei.com, Hulk Robot Subject: Re: [PATCH 4.19] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap Message-ID: References: <20220715023928.2701166-1-libaokun1@huawei.com> <425ab528-7d9a-975a-7f4c-5f903cedd8bc@huawei.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 19, 2022 at 02:57:18PM -0400, Theodore Ts'o wrote: > P.S. If we go down this path, Greg K-H may also insist on getting the > bug fix to the 5.4 LTS kernel, so that a bug isn't just fixed in 4.19 > LTS but not 5.4 LTS. In which case, the same requirement of running > "-c ext4/all -g auto" and showing that there are no test regressions > is going to be a requirement for 5.4 LTS as well. Yes, if this issue is also in 5.4 or any newer kernels, it HAS to be fixed there at the same time, or before, as we can not have anyone upgrading from an older kernel to a newer one and having a regression. thanks, greg k-h