lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <68ccb1f2.a00a0220.37dadf.0010.GAE@google.com>
Date: Thu, 18 Sep 2025 18:29:22 -0700
From: syzbot <syzbot+3815dce0acab6c55984e@...kaller.appspotmail.com>
To: linux-kernel@...r.kernel.org
Subject: Forwarded: Re: [syzbot] [netfs?] INFO: task hung in vfs_utimes (3)

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

***

Subject: Re: [syzbot] [netfs?] INFO: task hung in vfs_utimes (3)
Author: lizhi.xu@...driver.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;

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ