Forwarded: Patch test

syzbot posted 1 patch 11 hours ago
Forwarded: Patch test
Posted by syzbot 11 hours ago
For archival purposes, forwarding an incoming command email to
linux-kernel@vger.kernel.org.

***

Subject: Patch test
Author: jeffinphilip14@gmail.com

#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 */