From nobody Fri Jul 24 21:52:25 2026 Received: from mail-oi1-f198.google.com (mail-oi1-f198.google.com [209.85.167.198]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 89E8541D655 for ; Fri, 24 Jul 2026 10:14:08 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.167.198 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784888049; cv=none; b=bYQyRxboSMIUneyoqP5QN/l4Eeh25XNxahT72LJECvr9GBrFW+TrnN67DSC45qC7zsR+b1YIe1+noQPc8BqJRLutQiLTb81Fw8bw6EzLmUuY6n0Y/r9UBiGtkRVhB13YHZIDSHVmbX+OMLKW5ATqSZpptUEW4IrV5IejHVXn4Cs= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784888049; c=relaxed/simple; bh=UJzhQ71BGDHjaxYz331sl+mQENo7CEq17OwEnEy021M=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To: Content-Type; b=Qqnd+oywBPwkhl8EbK8UATG5NlgtlPNm/wcP87i1ozpzkCfbbxdS5B9POJ3MOB4LBecUF0w6tImjUEMgZ67piKh0kBLiyMc2oFTIKG50GYBPNYmTHQnafoimbmwQvXM1EM2IlbF0R11F0HDuampECczvGv1ivlmrerPl+f3r4wc= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com; arc=none smtp.client-ip=209.85.167.198 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=none dis=none) header.from=syzkaller.appspotmail.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=M3KW2WVRGUFZ5GODRSRYTGD7.apphosting.bounces.google.com Received: by mail-oi1-f198.google.com with SMTP id 5614622812f47-4a485034d01so316874b6e.3 for ; Fri, 24 Jul 2026 03:14:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1784888047; x=1785492847; h=content-type:to:from:subject:message-id:in-reply-to:date :mime-version:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to:content-type; bh=jt3AfRncps99WTzBi+hMyQ5lZb7E7tBzjLq28ApKX7w=; b=ijGKpgU9ZcHHT+M7zjksqWhkPCxjjXKPipq1wz4skfAguZdOHasUA+azckRFNIamNG R1Wq752TbLaYR6g64ITgbiFpCUU+w28TeYzUpkJXNsGhiWQeUHKP6dBCXcmLcBu2GjoO O1A+6Gyy6XK1Iy0CSH2zwm165PkQmy+bnT2N4Du2GIvCkRlVpo14zClvUHx6jBtIhPvG klN3Htd67p8Ro8+mI2ZXg/KQhaISZhzblw3WGr81shgM9Gkoz6WDauBUG7lJ6tfreQAT i9IkgtfeMF38KFlgCFeqSGOBPaBmVEdd55UlDthU8EllPn4UFMuyntT3gC6naYrc/uQH 03fQ== X-Gm-Message-State: AOJu0Yzs6ZqHix4Kn1m5pjqusbgBiBsEgI/9lOax2cxbGwKwn+49okTx sEPIwp7UOzrNPMG5aiFq4pcK1aO86vNGLcvOpEthC8g795v6znOm2IDqNh1YCxOWS+gGDO5JiN3 urXiBzRbljbe5po0f+tC+wkagt61E7uzEObfQjuQOSTC+UxOwHCgkyKQfSaw= Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 X-Received: by 2002:a05:6808:6503:b0:495:f79d:8bd4 with SMTP id 5614622812f47-4ab354afd4cmr3935058b6e.25.1784888047580; Fri, 24 Jul 2026 03:14:07 -0700 (PDT) Date: Fri, 24 Jul 2026 03:14:07 -0700 In-Reply-To: <6a32f564.9e11d3f7.246028.0002.GAE@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <6a633aef.dde6c935.cf6c8.0016.GAE@google.com> Subject: Forwarded: [PATCH] fuse: allow fatal signals to interrupt forced requests From: syzbot To: linux-kernel@vger.kernel.org Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" For archival purposes, forwarding an incoming command email to linux-kernel@vger.kernel.org. *** Subject: [PATCH] fuse: allow fatal signals to interrupt forced requests Author: jeffinphilip14@gmail.com #syz test Signed-off-by: Jeffin Philip --- fs/fuse/dev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fs/fuse/dev.c b/fs/fuse/dev.c index 5763a7cd3b37..837f3cec3c86 100644 --- 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(curr= ent))) { bool removed; /* Only fatal signals may interrupt this */ -- 2.55.0