Forwarded: Patch test
From: syzbot
Date: Fri Jul 24 2026 - 06:16:01 EST
For archival purposes, forwarding an incoming command email to
linux-kernel@xxxxxxxxxxxxxxx.
***
Subject: Patch test
Author: jeffinphilip14@xxxxxxxxx
#syz test
--- a/fs/fuse/dev.c
+++ b/fs/fuse/dev.c
@@ -714,7 +714,7 @@ static void request_wait_answer(struct fuse_req *req)
queue_interrupt(req);
}
- if (!test_bit(FR_FORCE, &req->flags)) {
+ if (!test_bit(FR_FORCE, &req->flags) ||
unlikely(fatal_event_pending(current))) {
bool removed;
/* Only fatal signals may interrupt this */