From: syzbot <syzbot+12479ae15958fc3f54ec@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Forwarded: Re: [syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete
Date: Sat, 01 Nov 2025 08:32:15 -0700 [thread overview]
Message-ID: <690627ff.a70a0220.37351b.0005.GAE@google.com> (raw)
In-Reply-To: <68d32659.a70a0220.4f78.0012.GAE@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: Re: [syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete
Author: m@maowtm.org
#syz test
diff --git a/fs/inode.c b/fs/inode.c
index 1396f79b2551..b28a61978d88 100644
--- a/fs/inode.c
+++ b/fs/inode.c
@@ -812,6 +812,8 @@ static void evict(struct inode *inode)
{
const struct super_operations *op = inode->i_sb->s_op;
+ might_sleep();
+
BUG_ON(!(inode_state_read_once(inode) & I_FREEING));
BUG_ON(!list_empty(&inode->i_lru));
@@ -1968,7 +1970,6 @@ static void iput_final(struct inode *inode)
*/
void iput(struct inode *inode)
{
- might_sleep();
if (unlikely(!inode))
return;
next prev parent reply other threads:[~2025-11-01 15:32 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-23 22:59 syzbot
2025-09-24 0:28 ` Hillf Danton
2025-09-24 0:56 ` syzbot
2025-09-24 9:44 ` Edward Adam Davis
2025-09-24 10:43 ` syzbot
2025-09-24 10:38 ` Edward Adam Davis
2025-09-24 10:46 ` Edward Adam Davis
2025-09-24 10:46 ` syzbot
2025-09-24 11:19 ` syzbot
2025-09-24 11:05 ` Jan Kara
2025-09-29 8:51 ` Christian Brauner
2025-10-09 20:56 ` syzbot
2025-11-01 15:32 ` syzbot [this message]
2025-11-05 19:38 ` Forwarded: [PATCH v1] fs: Move might_sleep() annotation to iput_final() syzbot
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=690627ff.a70a0220.37351b.0005.GAE@google.com \
--to=syzbot+12479ae15958fc3f54ec@syzkaller.appspotmail.com \
--cc=linux-kernel@vger.kernel.org \
/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
all inboxes | Powered by JetHome®