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 6D877C4332F for ; Wed, 1 Nov 2023 01:47:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1377282AbjKABrY (ORCPT ); Tue, 31 Oct 2023 21:47:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54342 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1377053AbjKABrX (ORCPT ); Tue, 31 Oct 2023 21:47:23 -0400 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B20CFED for ; Tue, 31 Oct 2023 18:47:20 -0700 (PDT) Received: from dggpeml500021.china.huawei.com (unknown [172.30.72.56]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4SKqYY4s9bz1P7m5; Wed, 1 Nov 2023 09:44:17 +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.2507.31; Wed, 1 Nov 2023 09:47:17 +0800 Message-ID: Date: Wed, 1 Nov 2023 09:47:17 +0800 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.1.2 Subject: Re: [PATCH 5.15 1/3] ext4: add two helper functions extent_logical_end() and pa_logical_end() Content-Language: en-US To: Greg KH CC: , , , , , , , Baokun Li References: <20231028064749.833278-1-libaokun1@huawei.com> <2023103126-careless-frequency-07c1@gregkh> <2023103129-variably-surfboard-d608@gregkh> From: Baokun Li In-Reply-To: <2023103129-variably-surfboard-d608@gregkh> Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.174.177.174] X-ClientProxiedBy: dggems702-chm.china.huawei.com (10.3.19.179) To dggpeml500021.china.huawei.com (7.185.36.21) X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org On 2023/10/31 22:11, Greg KH wrote: > On Tue, Oct 31, 2023 at 09:17:23PM +0800, Baokun Li wrote: >> On 2023/10/31 20:51, Greg KH wrote: >>> On Sat, Oct 28, 2023 at 02:47:47PM +0800, Baokun Li wrote: >>>> commit 43bbddc067883d94de7a43d5756a295439fbe37d upstream. >>> Why just 5.15 and older? What about 6.1.y? We can't take patches only >>> for older stable kernels, otherwise you will have a regression when you >>> upgrade. Please send a series for 6.1.y if you wish to have us apply >>> these for older kernels. >> Since this series of patches for 5.15 also applies to 6.1.y, sorry for not >> clarifying this. > Ok, thanks, now queued up. > > greg k-h Thank you very much for your work! -- With Best Regards, Baokun Li .