Jeffin Philip
unread,6:05 AM (12 hours ago) 6:05 AMSign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to syzbot+a531d1...@syzkaller.appspotmail.com, syzkall...@googlegroups.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 */