All of lore.kernel.org
 help / color / mirror / Atom feed
From: syzbot <syzbot+3815dce0acab6c55984e@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Forwarded: Re: [syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
Date: Thu, 18 Sep 2025 18:29:22 -0700	[thread overview]
Message-ID: <68ccb1f2.a00a0220.37dadf.0010.GAE@google.com> (raw)
In-Reply-To: <68cb3c24.050a0220.50883.0028.GAE@google.com>

For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.

***

Subject: Re: [syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
Author: lizhi.xu@windriver.com

#syz test

diff --git a/fs/pipe.c b/fs/pipe.c
index 731622d0738d..ca7a6746f8ef 100644
--- a/fs/pipe.c
+++ b/fs/pipe.c
@@ -356,8 +356,8 @@ anon_pipe_read(struct kiocb *iocb, struct iov_iter *to)
 				buf->len = 0;
 			}
 
+			wake_writer |= pipe_full(head, tail, pipe->max_usage);
 			if (!buf->len) {
-				wake_writer |= pipe_full(head, tail, pipe->max_usage);
 				tail = pipe_update_tail(pipe, buf, tail);
 			}
 			total_len -= chars;

  parent reply	other threads:[~2025-09-19  1:29 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-09-17 22:54 [syzbot] [netfs?] INFO: task hung in vfs_utimes (3) syzbot
2025-09-19  0:47 ` syzbot
2025-09-19  2:18   ` Hillf Danton
2025-09-19  2:44     ` syzbot
2025-09-19  7:14   ` Oleg Nesterov
2025-09-19  1:29 ` syzbot [this message]
2025-09-19  6:48 ` Oleg Nesterov
2025-09-19 12:22   ` Hillf Danton
2025-09-19 13:25   ` Dominique Martinet

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=68ccb1f2.a00a0220.37dadf.0010.GAE@google.com \
    --to=syzbot+3815dce0acab6c55984e@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.