[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <aj6dc2aywm4g3mzbpicrbvdqvejtluud2l4ointcmjzjjptv7e@pzrdk6yufov4>
Date: Tue, 18 Nov 2025 10:27:17 +0800
From: Heming Zhao <heming.zhao@...e.com>
To: Deepanshu Kartikey <kartikey406@...il.com>
Cc: mark@...heh.com, jlbec@...lplan.org, joseph.qi@...ux.alibaba.com,
ocfs2-devel@...ts.linux.dev, linux-kernel@...r.kernel.org,
syzbot+ab0ad25088673470d2d9@...kaller.appspotmail.com
Subject: Re: [PATCH] ocfs2: validate xattr entry count in
ocfs2_xattr_list_entries
On Mon, Nov 17, 2025 at 12:08:43PM +0530, Deepanshu Kartikey wrote:
> Hi Heming,
>
> Thank you for reviewing the patch! I've sent v2, but I used -EFSCORRUPTED
> instead of -EFAULT/-ENOMEM. Here's my reasoning:
>
> This code is detecting on-disk filesystem corruption (invalid xh_count
> value from disk), not a memory error or allocation failure. Using
> -EFSCORRUPTED:
>
> 1. Matches the existing error handling in ocfs2_xattr_find_entry() for
> similar xattr corruption detection
> 2. Provides clearer semantics (corruption vs generic fault)
> 3. Is specifically designed for filesystem corruption cases
>
> I'm happy to change it to -EFAULT if you still prefer, but wanted to
> explain my reasoning. What do you think?
>
> Thanks
>
> Deepanshu
I've noticed that you frequently use separate emails to explain the review
comments. I advise against this practice, as this style loses context and makes
it difficult for other reviewers to follow what's happening.
Another piece of info (which you may already know) is that the kernel mailing
list prefers inline and bottom posting, and discourages top posting.
Thanks
Heming
Powered by blists - more mailing lists