From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0A855E95A62 for ; Sat, 7 Oct 2023 18:47:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344146AbjJGSrg (ORCPT ); Sat, 7 Oct 2023 14:47:36 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:44468 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344139AbjJGSrd (ORCPT ); Sat, 7 Oct 2023 14:47:33 -0400 Received: from mail-oa1-f72.google.com (mail-oa1-f72.google.com [209.85.160.72]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 067AABC for ; Sat, 7 Oct 2023 11:47:30 -0700 (PDT) Received: by mail-oa1-f72.google.com with SMTP id 586e51a60fabf-1e113662d75so4715563fac.3 for ; Sat, 07 Oct 2023 11:47:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1696704449; x=1697309249; 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=tSRQ8RwQuSP9B1eQWdhsCbagB5eHTgwqSyVUIKNXPzs=; b=k+ph81IzFmVKmGbgI/CZEH1I9DzGee/4i0f6EQdCYyiWq3gIjWJfedv2LI9WpVLl6y bPEg9gihDBPxvmP/pplEJ3EMko9EeaqJ7eW1Xqkg4Pw1cqeDK6zYxMF4LSWMvY8k6M7Z uW8vg7i8UjnQtSvzRQ99ZHvkj3dCH6M/br1S2somXG5Fix/wZzOlOMeAozELuFM9VDMm 8iGHQRJx6aqq7+2hWvN/4NBeXIP37sL6YneVTyX11igWDEL1R5wnYtqFR2fuEkj9iu7v elOycAGher4XJiKBmT0uTmJCKjGTwT1LN9RaDvVEACRMa5MjILW2D16A/rGdWwRqTdlp yPLg== X-Gm-Message-State: AOJu0YymiDKjcOux9hzUT4KuIwkjSHXgEOj5NA/3QJYrWRIkiINsHIIf 5ljGgU7U2u3lqhccrhekTtxTDpoDDAgNoxLV73G7khbXFjJs X-Google-Smtp-Source: AGHT+IEx2EwcPHofqub4lXJasDwOlKl9757idsGDqcwwmj6GOMD4/awENtx2yU7O4k0qCX3txvrblVBgUXRKbZTqOl9TUrQagkzO MIME-Version: 1.0 X-Received: by 2002:a05:6871:6a8f:b0:1e1:46c:9ae2 with SMTP id zf15-20020a0568716a8f00b001e1046c9ae2mr4598420oab.2.1696704449417; Sat, 07 Oct 2023 11:47:29 -0700 (PDT) Date: Sat, 07 Oct 2023 11:47:29 -0700 In-Reply-To: <00000000000073500205eac39838@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <000000000000ff17f2060724c971@google.com> Subject: Re: [syzbot] [exfat?] possible deadlock in exfat_get_block From: syzbot To: hdanton@sina.com, linkinjeon@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, sj1557.seo@samsung.com, syzkaller-bugs@googlegroups.com Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org syzbot suspects this issue was fixed by commit: commit ff84772fd45d486e4fc78c82e2f70ce5333543e6 Author: Sungjong Seo Date: Fri Jul 14 08:43:54 2023 +0000 exfat: release s_lock before calling dir_emit() bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=12f6bef1680000 start commit: 5d0c230f1de8 Linux 6.5-rc4 git tree: upstream kernel config: https://syzkaller.appspot.com/x/.config?x=27a4e50cc5856a15 dashboard link: https://syzkaller.appspot.com/bug?extid=247e66a2c3ea756332c7 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=12532d91a80000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=105aae2ea80000 If the result looks correct, please mark the issue as fixed by replying with: #syz fix: exfat: release s_lock before calling dir_emit() For information about bisection process see: https://goo.gl/tpsmEJ#bisection