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 C3C8DC4167B for ; Fri, 10 Nov 2023 17:44:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235050AbjKJRoP (ORCPT ); Fri, 10 Nov 2023 12:44:15 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45986 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229581AbjKJRnv (ORCPT ); Fri, 10 Nov 2023 12:43:51 -0500 Received: from dggsgout11.his.huawei.com (dggsgout11.his.huawei.com [45.249.212.51]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B2AF2B784 for ; Fri, 10 Nov 2023 03:03:35 -0800 (PST) Received: from mail.maildlp.com (unknown [172.19.163.216]) by dggsgout11.his.huawei.com (SkyGuard) with ESMTP id 4SRbXd6s7Wz4f44T5 for ; Fri, 10 Nov 2023 19:03:29 +0800 (CST) Received: from mail02.huawei.com (unknown [10.116.40.112]) by mail.maildlp.com (Postfix) with ESMTP id 5BAFD1A016F for ; Fri, 10 Nov 2023 19:03:32 +0800 (CST) Received: from localhost (unknown [10.175.127.227]) by APP1 (Coremail) with SMTP id cCh0CgBXWhD_DU5lyTorAg--.57750S3; Fri, 10 Nov 2023 19:03:28 +0800 (CST) Date: Fri, 10 Nov 2023 19:07:46 +0800 From: Long Li To: Chandan Babu R Cc: linux-xfs@vger.kernel.org, yi.zhang@huawei.com, houtao1@huawei.com, yangerkun@huawei.com, djwong@kernel.org, david@fromorbit.com Subject: Re: [PATCH v3 0/3] xfs: fix two problem when recovery intents fails Message-ID: <20231110110746.GA1592279@ceph-admin> References: <20230731124619.3925403-1-leo.lilong@huawei.com> <20231107133607.GA560725@ceph-admin> <87jzqr9jm8.fsf@debian-BULLSEYE-live-builder-AMD64> <87jzqquefl.fsf@debian-BULLSEYE-live-builder-AMD64> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87jzqquefl.fsf@debian-BULLSEYE-live-builder-AMD64> X-CM-TRANSID: cCh0CgBXWhD_DU5lyTorAg--.57750S3 X-Coremail-Antispam: 1UD129KBjvJXoW7ZFWkXF4ftr13Aw4xZrW8WFg_yoW8JFW3p3 WfCa9Y9a9rGr18Ars7tFyUXa45tw4UJrnrWr18W3srCFyqqryjgrWfKrs09Fy3Wr1Y9r4a krs7u34fZ3sxJ37anT9S1TB71UUUUUUqnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUgvb4IE77IF4wAFF20E14v26r4j6ryUM7CY07I20VC2zVCF04k2 6cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rwA2F7IY1VAKz4 vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Xr0_Ar1l84ACjcxK6xIIjxv20xvEc7Cj xVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW0oVCq3wA2z4x0Y4vEx4A2jsIEc7CjxV AFwI0_GcCE3s1le2I262IYc4CY6c8Ij28IcVAaY2xG8wAqx4xG64xvF2IEw4CE5I8CrVC2 j2WlYx0E2Ix0cI8IcVAFwI0_Jr0_Jr4lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE7x kEbVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbVWU JVW8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF67 kF1VAFwI0_JF0_Jw1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42IY 6xIIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6rW3Jr0E3s1lIx AIcVC2z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVWUJVW8JbIYCTnIWIev Ja73UjIFyTuYvjxUrR6zUUUUU X-CM-SenderInfo: hohrhzxlor0w46kxt4xhlfz01xgou0bp/ Precedence: bulk List-ID: X-Mailing-List: linux-xfs@vger.kernel.org On Fri, Nov 10, 2023 at 03:16:16PM +0530, Chandan Babu R wrote: > On Thu, Nov 09, 2023 at 06:18:48 PM +0530, Chandan Babu R wrote: > > On Tue, Nov 07, 2023 at 09:36:07 PM +0800, Long Li wrote: > >> On Mon, Jul 31, 2023 at 08:46:16PM +0800, Long Li wrote: > >>> This patch set fix two problem when recovery intents fails. > >>> > >>> Patches 1-2 fix the possible problem that intent items not released. > >>> When recovery intents, new intents items may be created during recovery > >>> intents. if recovery fails, new intents items may be left in AIL or > >>> leaks. > >> > >> Hi Chandan, > >> > >> In this patchset, patches 1-2 [1][2] have already been reviewed by Darrick, > >> and are not related to patch 3, is it possible to merge patches 1-2 in first?? > >> Patch 3 seems still has a lot of work to do. > >> > >> [1] https://patchwork.kernel.org/project/xfs/patch/20230715063647.2094989-2-leo.lilong@huawei.com/ > >> [2] https://patchwork.kernel.org/project/xfs/patch/20230715063647.2094989-3-leo.lilong@huawei.com/ > >> > > > > Sure, I will queue the first two patches for 6.7-rc2. Thanks for notifying me. > > Darrick's email address mentioned under the RVB tag is incorrect. I will > update it to djwong@kernel.org when commiting the patches. > Okay, thanks. I used the wrong RVB tag. -- Long Li