mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: "Zhou, Yun" <yun.zhou@windriver.com>
To: Jan Kara <jack@suse.cz>
Cc: adilger.kernel@dilger.ca, brauner@kernel.org,
	libaokun@linux.alibaba.com, linux-ext4@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org,
	ojaswin@linux.ibm.com, ritesh.list@gmail.com, tytso@mit.edu,
	viro@zeniv.linux.org.uk, yi.zhang@huawei.com,
	syzbot@lists.linux.dev, syzkaller-bugs@googlegroups.com,
	syzbot ci <syzbot+ciadd810ddf4701c1b@syzkaller.appspotmail.com>
Subject: Re: [syzbot ci] Re: ext4: deferred iput framework for EA inodes
Date: Tue, 7 Jul 2026 19:00:47 +0800	[thread overview]
Message-ID: <9bb5dbfe-bb82-4ca6-8a14-5c434bd54051@windriver.com> (raw)
In-Reply-To: <j6ftvy7a3w7js4whqps3fipbah452xhro37kxvkruoeobtlonb@zrp2pwoif3pc>

Hi Jan,

On 7/3/26 22:02, Jan Kara wrote:
> 
> On Thu 02-07-26 15:57:01, syzbot ci wrote:
>> syzbot ci has tested the following series
>>
>> [v13] ext4: deferred iput framework for EA inodes
>> https://lore.kernel.org/all/20260702152225.4071746-1-yun.zhou@windriver.com
>> * [PATCH v13 1/4] fs: add iput_if_not_last() helper
>> * [PATCH v13 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput
>> * [PATCH v13 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode()
>> * [PATCH v13 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode()
>>
>> and found the following issue:
>> WARNING in ext4_journal_check_start
> 
> Good catch. We need to flush the pending work with iputs also in
> ext4_sync_fs() which should also take care of this race with remount
> read-only (and the same issue with filesystem freezing etc.).
> 

Sorry for the late reply—I missed it because I receive too many emails 
from syzbot. I've now reconfigured my filtering rules.

Regarding the issue reported by syzbot CI, would it be better to add 
flush_delayed_work in __ext4_remount before sb->s_flags |= SB_RDONLY? 
That would make the race window smaller.

Also, should I resend the v14 series, or submit a separate patch 
specifically for this fix?

BR,
Yun

  reply	other threads:[~2026-07-07 11:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-02 15:22 [PATCH v13 0/4] " Yun Zhou
2026-07-02 15:22 ` [PATCH v13 1/4] fs: add iput_if_not_last() helper Yun Zhou
2026-07-02 15:22 ` [PATCH v13 2/4] ext4: introduce ext4_put_ea_inode() for safe deferred iput Yun Zhou
2026-07-02 15:22 ` [PATCH v13 3/4] ext4: convert all EA inode iput() calls to ext4_put_ea_inode() Yun Zhou
2026-07-02 15:22 ` [PATCH v13 4/4] ext4: remove ea_inode_array mechanism in favor of ext4_put_ea_inode() Yun Zhou
2026-07-02 22:57 ` [syzbot ci] Re: ext4: deferred iput framework for EA inodes syzbot ci
2026-07-03 14:02   ` Jan Kara
2026-07-07 11:00     ` Zhou, Yun [this message]
2026-07-09 13:07       ` Jan Kara
  -- strict thread matches above, loose matches on Subject: below --
2026-06-23  8:35 [PATCH v9 0/4] " Yun Zhou
2026-06-23 13:13 ` [syzbot ci] " syzbot ci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9bb5dbfe-bb82-4ca6-8a14-5c434bd54051@windriver.com \
    --to=yun.zhou@windriver.com \
    --cc=adilger.kernel@dilger.ca \
    --cc=brauner@kernel.org \
    --cc=jack@suse.cz \
    --cc=libaokun@linux.alibaba.com \
    --cc=linux-ext4@vger.kernel.org \
    --cc=linux-fsdevel@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=ojaswin@linux.ibm.com \
    --cc=ritesh.list@gmail.com \
    --cc=syzbot+ciadd810ddf4701c1b@syzkaller.appspotmail.com \
    --cc=syzbot@lists.linux.dev \
    --cc=syzkaller-bugs@googlegroups.com \
    --cc=tytso@mit.edu \
    --cc=viro@zeniv.linux.org.uk \
    --cc=yi.zhang@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome