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 X-Spam-Level: X-Spam-Status: No, score=-3.7 required=3.0 tests=BAYES_00,FROM_LOCAL_HEX, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id C88B5C433E9 for ; Thu, 18 Feb 2021 19:20:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 90C2364E2F for ; Thu, 18 Feb 2021 19:20:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232995AbhBRTUZ (ORCPT ); Thu, 18 Feb 2021 14:20:25 -0500 Received: from mail-il1-f198.google.com ([209.85.166.198]:41137 "EHLO mail-il1-f198.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S235005AbhBRSCy (ORCPT ); Thu, 18 Feb 2021 13:02:54 -0500 Received: by mail-il1-f198.google.com with SMTP id d11so1688390ilu.8 for ; Thu, 18 Feb 2021 10:02:38 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:date:in-reply-to:message-id:subject :from:to; bh=onGtYJ8oUCUNLFfJZY/KA1YQLdf7XN2ozMSXExjjyWI=; b=GJr6heKrXHQ2QdPQs2cOnjPuorVu/+bg8ryLc1g90X2PdzsxPKGiroiEYE3qneyd0e TGt/CnJapZaoXDhWZ2aeNNwkDKsTYDDAIg4zzccTV0QDycB7XBUg0wFJNuIWJUaPXO82 48FANOpCvupd8ZpqVdXcRmeb+i/RnzipuHhVPlXqBVuClnADryh1GFbF1cqi+Bg5B+Qz Z/fLhlB76BEW7tO/yuEW71dFD9nFnhr4luSNdbTs1LRBToJlB+kk1zue6r9sXquGB0cx SBvt06gxtjabiG0UhfcQYNM0/RjJvshqBaBSE5a9YDkHokIIyvhlU/s7/G4PGTMAXyUW LVcg== X-Gm-Message-State: AOAM533hwf9R1PQK6IMHbALklJJKPa1Iy3bXVgZzBt9hIWF53RwJn/yH EDmk2MsaQ771vKSWk6tBPaWKlua28UtEgsIfPTrHi+zBUU68 X-Google-Smtp-Source: ABdhPJzrjrVf/do+sjx3V/gbXM8vq8+ORZsXvnAdBWF1stIqNt+D99VOUpRfusMvgQrSJn3Mt6325yuKwP3rkrVVssrpUI0oWu72 MIME-Version: 1.0 X-Received: by 2002:a92:d0d:: with SMTP id 13mr344338iln.36.1613671333222; Thu, 18 Feb 2021 10:02:13 -0800 (PST) Date: Thu, 18 Feb 2021 10:02:13 -0800 In-Reply-To: <000000000000e6f01f05bb8b9268@google.com> X-Google-Appengine-App-Id: s~syzkaller X-Google-Appengine-App-Id-Alias: syzkaller Message-ID: <00000000000099df5f05bba022a8@google.com> Subject: Re: possible deadlock in inet_stream_connect From: syzbot To: andrii@kernel.org, ast@kernel.org, bpf@vger.kernel.org, daniel@iogearbox.net, davem@davemloft.net, dsahern@kernel.org, fw@strlen.de, john.fastabend@gmail.com, kafai@fb.com, kpsingh@kernel.org, kuba@kernel.org, linux-kernel@vger.kernel.org, mathew.j.martineau@linux.intel.com, netdev@vger.kernel.org, songliubraving@fb.com, syzkaller-bugs@googlegroups.com, yhs@fb.com, yoshfuji@linux-ipv6.org Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org syzbot has bisected this issue to: commit 40947e13997a1cba4e875893ca6e5d5e61a0689d Author: Florian Westphal Date: Fri Feb 12 23:59:56 2021 +0000 mptcp: schedule worker when subflow is closed bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=109b88f2d00000 start commit: 9ec5eea5 lib/parman: Delete newline git tree: net-next final oops: https://syzkaller.appspot.com/x/report.txt?x=129b88f2d00000 console output: https://syzkaller.appspot.com/x/log.txt?x=149b88f2d00000 kernel config: https://syzkaller.appspot.com/x/.config?x=dbc1ca9e55dc1f9f dashboard link: https://syzkaller.appspot.com/bug?extid=b0f5178b61ed7f3bbb46 syz repro: https://syzkaller.appspot.com/x/repro.syz?x=177a6d14d00000 C reproducer: https://syzkaller.appspot.com/x/repro.c?x=10caeb02d00000 Reported-by: syzbot+b0f5178b61ed7f3bbb46@syzkaller.appspotmail.com Fixes: 40947e13997a ("mptcp: schedule worker when subflow is closed") For information about bisection process see: https://goo.gl/tpsmEJ#bisection