From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oo1-f72.google.com (mail-oo1-f72.google.com [209.85.161.72]) (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 8E62D2D6407 for ; Sun, 19 Apr 2026 05:15:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=209.85.161.72 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776575705; cv=none; b=IaMbc25tj9mfuMzSM+G5VA6W+2c4I3moVQTbqnY/j4Mxz5V1erUWVDjD/XZFKXtujl5j+DSRIlDx8ZHNE5SXpa/ERZNynaB1X6UChIGVXrqda7y+E+49y0twsCmfhmQPnnKDTjf3Ag/Aeg3oV5Q2jLdqegh/VFThP0AASjoa1Lg= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1776575705; c=relaxed/simple; bh=kouUuYjoY++8xR3HQCH7ES60NBKUtFOoVlLGHazlE6Q=; h=MIME-Version:Date:In-Reply-To:Message-ID:Subject:From:To: Content-Type; b=UEqAbJ7bI/JQ9ibNrX2dlZLSIl/wwjH3W+lyUneGHaiqvZNdzj5/zELDtk+TjpPMqL6naaoWOQ/BxD07WFM8g/ETUWc3BDm0u3TdSD8z9ljUq+CKRzxn6NS7osYaGkre8Zk8dzWsqk35j5dnsiHkhIg45DXd2Jcy9GKn0ileOxM= 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.161.72 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-oo1-f72.google.com with SMTP id 006d021491bc7-68bf09fdb30so1686650eaf.3 for ; Sat, 18 Apr 2026 22:15:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20251104; t=1776575702; x=1777180502; h=to:from:subject:message-id:in-reply-to:date:mime-version :x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=TXC1lAM5XdXYDl66xfMixQjoXQbZI5qK/gQE570xKiw=; b=cqzfVMuCLm43IHSjR0P0a8tqpxO1gGuBqCzOgO74qylPhmCuLWsdQV4V9Nt8rpleNV azScn3bi4clyS/4Gq/zc2JioFzXcuaEqnrda+cPMrd2RxEMnDyX1RsQQf5WJgGK3WCkV SET2C6XEZ7Jb/ppt/U7te0Fji5afPD4D0GNpvaN1P/dALtQn7+fLfoe17Ss+0gZzHVIX L2LY+HV2+jVsZM0SGTchiIvTxfacIRwYyiALMdm7uooisXmqSs2by0FmUfQv2xaGFajt Mrn7Rwo2XYRdOe2ND7MaNtCT9llu4S33n6LjBQ9kxgitWoooAwaZOj//tKekUpL/Uz1A BPQQ== X-Forwarded-Encrypted: i=1; AFNElJ9AKnzQ+cQhBD2Mn+DfBJN8Ig/e3KJVUvGk1iIeVbH7XyW+Vr6ngIxVIelX14Ozs+21oIbtaw9TiYPLUcY=@vger.kernel.org X-Gm-Message-State: AOJu0Yz6YaYBYM08o8RAO987DukpPH+vAjv+92pwsxCpFxc05k34CvnF 0GuR/PaMEKmUcDxsdIIn/pRJaLB2NeKKT1bCiZsPQulOkVOLCtuEY6tR2Qrfu3c4YHEoCWlM28J 0h5PlKa+ui5Fcgj2zobVn4LJR7yoKf5rffGrnYGhSOqSOkvqkjQZFHTwhRkE= 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:6820:8c3:b0:68a:19ca:1d8a with SMTP id 006d021491bc7-69462e216d0mr4678682eaf.12.1776575702571; Sat, 18 Apr 2026 22:15:02 -0700 (PDT) Date: Sat, 18 Apr 2026 22:15:02 -0700 In-Reply-To: X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <69e464d6.a00a0220.1bd0ca.0051.GAE@google.com> Subject: Re: [syzbot] [fuse?] INFO: task hung in fuse_conn_destroy (2) From: syzbot To: eadavis@qq.com, linux-kernel@vger.kernel.org, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Hello, syzbot has tested the proposed patch and the reproducer did not trigger any issue: Reported-by: syzbot+eede1fb91fb15bbbd5f2@syzkaller.appspotmail.com Tested-by: syzbot+eede1fb91fb15bbbd5f2@syzkaller.appspotmail.com Tested on: commit: c7275b05 Add linux-next specific files for 20260417 git tree: linux-next console output: https://syzkaller.appspot.com/x/log.txt?x=10071702580000 kernel config: https://syzkaller.appspot.com/x/.config?x=980b4e2781c20c1 dashboard link: https://syzkaller.appspot.com/bug?extid=eede1fb91fb15bbbd5f2 compiler: Debian clang version 21.1.8 (++20251221033036+2078da43e25a-1~exp1~20251221153213.50), Debian LLD 21.1.8 patch: https://syzkaller.appspot.com/x/patch.diff?x=17a4e4ce580000 Note: testing is done by a robot and is best-effort only.