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 E6AF2C43334 for ; Wed, 20 Jul 2022 02:04:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230369AbiGTCEb (ORCPT ); Tue, 19 Jul 2022 22:04:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60860 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229690AbiGTCEa (ORCPT ); Tue, 19 Jul 2022 22:04:30 -0400 Received: from szxga01-in.huawei.com (szxga01-in.huawei.com [45.249.212.187]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 4DA8254AFE; Tue, 19 Jul 2022 19:04:29 -0700 (PDT) Received: from dggpeml500021.china.huawei.com (unknown [172.30.72.53]) by szxga01-in.huawei.com (SkyGuard) with ESMTP id 4Lnf9K5cwXzlVpK; Wed, 20 Jul 2022 10:02:45 +0800 (CST) Received: from [10.174.177.174] (10.174.177.174) by dggpeml500021.china.huawei.com (7.185.36.21) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.24; Wed, 20 Jul 2022 10:04:27 +0800 Message-ID: Date: Wed, 20 Jul 2022 10:04:26 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.8.1 Subject: Re: [PATCH 4.19] ext4: fix race condition between ext4_ioctl_setflags and ext4_fiemap To: Greg KH , Theodore Ts'o CC: , , , , , , , , , , , Hulk Robot , Baokun Li References: <20220715023928.2701166-1-libaokun1@huawei.com> <425ab528-7d9a-975a-7f4c-5f903cedd8bc@huawei.com> From: Baokun Li In-Reply-To: Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.177.174] X-ClientProxiedBy: dggems704-chm.china.huawei.com (10.3.19.181) To dggpeml500021.china.huawei.com (7.185.36.21) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 在 2022/7/20 3:14, Greg KH 写道: > 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 > . Indeed. -- With Best Regards, Baokun Li