From nobody Fri Jul 24 21:52:36 2026 Received: from mail-oi1-f197.google.com (mail-oi1-f197.google.com [209.85.167.197]) (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 6203D3FFAB0 for ; Fri, 24 Jul 2026 09:59:19 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.167.197 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784887160; cv=none; b=p9oF9egfPqjNvSYw2lq+wGtcSHrk5+wTZZnvdebowhCqsGG2Rui5DkoUuzy++djKFViA1Cc4KPWaU0zdV9kOVObeieNyinUyb5ceeaxafPzvSjxBl3ZVHCVhCz5gNBz5hIoJ4lx5e6v3tdJFvv1YY3Rz5kuHRBX5QkLBXpqQqGA= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1784887160; c=relaxed/simple; bh=Pzs4N3Xg0S/IXQYRJZxl3Wu6eeZ4f6uMpYvWt4KSXAU=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To: Content-Type; b=rpl83qErJf3XtlAssRb4HslShiOgOksjMQa37cHfpjCQuLK8aoY9rcRfqDt51y67ypzct0/tAUiMoisZL9YRF6TfL7LXrc2lABR8a5EBU46O+MQ/4Q/E4UyBBSejLhYhH1p9y12Ln4ms4xGjepm0RelGaxORDK8ktjoLP64q7Gs= 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.197 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-f197.google.com with SMTP id 5614622812f47-4a42c572645so195480b6e.0 for ; Fri, 24 Jul 2026 02:59:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1784887158; x=1785491958; 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=+t1qMRgAeJS2gN6NUPPMogWZ2Aldyep3jPiwQ7rKmHs=; b=ncxgVaAUmwoc74WsBy3xL1xICTgVlssN37lePOdZbpzr/TAQugxlLo1lKmVCagFYBx iZoKGR+WylPa7fFoRcF0yLfwbEd1Pau15qijHygTz4iawzI0K662+cZtT5SO5zb26adY EaPcyNaUXOZlA41yLXMmWVtOR9VfEqGErjr7WOPPLPfRcJpWiS0FmP8o9wVMo46z4vkv MGy+UJMrea5P4ODL6P78PjlQSohc32PLwuL6uSc6dD1HI2biODny/Aj7jDe/vSKu1QNV 6krlTiIdVtgCwp8GmmVKMjZxZNMe0wTo6VmcoTxf7vKsxM08XPufOBhDhJtmLW2P0srW qqcA== X-Gm-Message-State: AOJu0Yyw64LuuOqCAjI0pmn3i3U49IcUch7gJQVOypoe7SoCfvwvzKiJ Wz+1+AOVqoil+3nDwzKJqnpeU0WcUmc6dLAsw86/6YcV7E0lQFAMaN877CsDI+BWB1Af+XBPd04 b289ZBN2DE0j20icavurzvic5DMlTXNdKr+cs8LO+ogecXgojnfxA5iiravc= 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:f8b:b0:4a4:866:c395 with SMTP id 5614622812f47-4ab352e49afmr3665670b6e.13.1784887158339; Fri, 24 Jul 2026 02:59:18 -0700 (PDT) Date: Fri, 24 Jul 2026 02:59:18 -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: <6a633776.dde6c935.cf6c8.0012.GAE@google.com> Subject: Forwarded: Patch test 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 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 */