Received: by 2002:a05:6a10:5bc5:0:0:0:0 with SMTP id os5csp885029pxb; Wed, 27 Oct 2021 14:27:26 -0700 (PDT) X-Google-Smtp-Source: ABdhPJycsGOEafCBp6el+7AYAQhQ0F1ToyFDHrs5ULXpyToKDoX2Japtjrf/wZAAsitBOCPNj8zS X-Received: by 2002:a17:906:9241:: with SMTP id c1mr67127ejx.125.1635369965135; Wed, 27 Oct 2021 14:26:05 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1635369965; cv=none; d=google.com; s=arc-20160816; b=bclvzsDYxzEb80WE4CuvRKzFuf5r6xUsd3JNZkP43cRj2PAXndntw0jqczyirSKddU 5OVjjk2sPQeWkiQ8eLHZJ0W8nIXfuqWh4GFHYmT0aTBUUMmshzOQgDyvEW/lMwe4th5E Z10/cjr4n6Z7MX/xT0xZDLBfbBLq37QRIXmmb+d3KGO8psqLrkxVtgbXaND8jBX+qZK5 WnMyFORn9H900kvRzk/6OLwO8PgOdx736OPgbkM4SsH5jslKZ8z6JUGtvq6OFRpt2dC9 FWMbqxADydk/fHToJYJ7f4jIt4Pp0R2whjwDwN478ufmKd4zXvzgTqfhJOOTYhsC1D8M RbuA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:mime-version:user-agent:message-id:in-reply-to :date:references:organization:subject:cc:to:from; bh=Mar+b1hxMcxYhNU14kSlJJuI5YvoTNA02zNUrRMhDPU=; b=ywZmk3q8XPDtS/UDIrtefkrVa6zWyeu1CTrKKg0TUP5fFmCOBOomA1w38b0mPxRbHH 6wQAH+ji70PDFP6VWukpSuKbzf2Qe24Rbuy2MbDQkoga/xtv3eqM3bCHgBr9rin7iQJV MxzyqlC0tUD60JORDJ7kpQxuh5Sj9i6qInU4JRcjcsCU0yh49SKtsMX1CU/scbV+8TC+ ytrdEygrCULloe8ck/TvQXgyaieYcxJbJV01CJS359OY+JBrOXgWM6Gku6YhYREt44TB Uu6gffH+Un7NAPJmGAkOEa366HWMw1LDp9NjadPEG4wer3omeaQLUi3aoGqsyCqJyAd9 2G9g== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b1si1431105ejl.25.2021.10.27.14.25.41; Wed, 27 Oct 2021 14:26:05 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236607AbhJ0NFq (ORCPT + 99 others); Wed, 27 Oct 2021 09:05:46 -0400 Received: from bhuna.collabora.co.uk ([46.235.227.227]:57904 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233332AbhJ0NFp (ORCPT ); Wed, 27 Oct 2021 09:05:45 -0400 Received: from localhost (unknown [IPv6:2804:14c:124:8a08::1002]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: krisman) by bhuna.collabora.co.uk (Postfix) with ESMTPSA id 96E881F44480; Wed, 27 Oct 2021 14:03:18 +0100 (BST) From: Gabriel Krisman Bertazi To: Amir Goldstein Cc: Jan Kara , Jan Kara , "Darrick J. Wong" , Theodore Tso , Dave Chinner , David Howells , Khazhismel Kumykov , linux-fsdevel , Linux API , Ext4 , kernel@collabora.com Subject: Re: [PATCH v9 00/31] file system-wide error monitoring Organization: Collabora References: <20211025192746.66445-1-krisman@collabora.com> <20211027112243.GE28650@quack2.suse.cz> Date: Wed, 27 Oct 2021 10:03:13 -0300 In-Reply-To: (Amir Goldstein's message of "Wed, 27 Oct 2021 15:36:38 +0300") Message-ID: <87y26ed3hq.fsf@collabora.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Amir Goldstein writes: > On Wed, Oct 27, 2021 at 2:22 PM Jan Kara wrote: >> >> On Tue 26-10-21 12:12:38, Amir Goldstein wrote: >> > On Mon, Oct 25, 2021 at 10:27 PM Gabriel Krisman Bertazi >> > wrote: >> > > >> > > Hi, >> > > >> > > This is the 9th version of this patch series. Thank you, Amir, Jan and >> > > Ted, for the feedback in the previous versions. >> > > >> > > The main difference in this version is that the pool is no longer >> > > resizeable nor limited in number of marks, even though we only >> > > pre-allocate 32 slots. In addition, ext4 was modified to always return >> > > non-zero errno, and the documentation was fixed accordingly (No longer >> > > suggests we return EXT4_ERR* values. >> > > >> > > I also droped the Reviewed-by tags from the ext4 patch, due to the >> > > changes above. >> > > >> > > Please let me know what you think. >> > > >> > >> > All good on my end. >> > I've made a couple of minor comments that >> > could be addressed on commit if no other issues are found. >> >> All good on my end as well. I've applied all the minor updates, tested the >> result and pushed it out to fsnotify branch of my tree. WRT to your new >> FS_ERROR LTP tests, I've noticed that the testcases 1 and 3 from test >> fanotify20 fail for me. After a bit of debugging this seems to be a bug in >> ext4 where it calls ext4_abort() with EXT4_ERR_ESHUTDOWN instead of plain >> ESHUTDOWN. Not sure if you have that fixed or how come the tests passed for >> you. After fixing that ext4 bug everything passes for me. >> > > Gabriel mentioned that bug in the cover letter of the LTP series :-) > https://lore.kernel.org/linux-ext4/20211026173302.84000-1-krisman@collabora.com/T/#u Yes :) Also, thank you both for the extensive review and ideas during the development of this series. It was really appreciated! I'm sending out the new version for tests + man pages today. -- Gabriel Krisman Bertazi