From: syzbot <syzbot+6ed94e81a1492fe1d512@syzkaller.appspotmail.com>
To: linux-kernel@vger.kernel.org
Subject: Forwarded: Test for 6ed94e81a1492fe1d512
Date: Sat, 21 Mar 2026 10:46:31 -0700 [thread overview]
Message-ID: <69bed977.050a0220.3bf4de.0053.GAE@google.com> (raw)
In-Reply-To: <688fa86e.050a0220.1fc43d.0005.GAE@google.com>
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.
***
Subject: Test for 6ed94e81a1492fe1d512
Author: syoshida@redhat.com
#syz test
diff --git a/net/9p/client.c b/net/9p/client.c
index f0dcf252af7e..73098249f379 100644
--- a/net/9p/client.c
+++ b/net/9p/client.c
@@ -599,7 +599,7 @@ p9_client_rpc(struct p9_client *c, int8_t type, const char *fmt, ...)
smp_rmb();
if (err == -ERESTARTSYS && c->status == Connected &&
- type == P9_TFLUSH) {
+ type == P9_TFLUSH && !fatal_signal_pending(current)) {
sigpending = 1;
clear_thread_flag(TIF_SIGPENDING);
goto again;
next prev parent reply other threads:[~2026-03-21 17:46 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-08-03 18:20 [syzbot] [kernel?] INFO: task hung in vfs_coredump (2) syzbot
2026-03-21 17:46 ` syzbot [this message]
2026-03-21 18:01 ` Forwarded: Test for 6ed94e81a1492fe1d512 syzbot
2026-03-21 18:07 ` Forwarded: syzkaller-bugs@googlegroups.com 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=69bed977.050a0220.3bf4de.0053.GAE@google.com \
--to=syzbot+6ed94e81a1492fe1d512@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.