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=-1.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS autolearn=ham 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 0998CC43381 for ; Mon, 25 Mar 2019 14:02:54 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id CDC752085A for ; Mon, 25 Mar 2019 14:02:53 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726177AbfCYOCw (ORCPT ); Mon, 25 Mar 2019 10:02:52 -0400 Received: from mail-qt1-f195.google.com ([209.85.160.195]:43024 "EHLO mail-qt1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726166AbfCYOCw (ORCPT ); Mon, 25 Mar 2019 10:02:52 -0400 Received: by mail-qt1-f195.google.com with SMTP id v32so10313904qtc.10 for ; Mon, 25 Mar 2019 07:02:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=QO9hCHcYPIvg66x+248nyFXgmiRj/VUkTksDhxQ54hI=; b=mUiq8kxyiCa14x1WpuWgN3eOKiSGW/j2zy3LYncPOC4TalY/sTGh8VSSzp6Lyk3ijL O1frINB2ww8NTlBmw6RLWqDIAVyL22pMTq3OFgdUDev7ys+zg8IoHeGUuM2kBmJamD4M PDLAuUhItQ6EmQjk+NblbkfT88whKaXIF0ql3D/a1GtB0wuuI5XUEuVocO4Q6ZeGNmt3 /Gk+8a+JIoXJikGLR6yYdLo/p/KgcvbYL9E9XJQrYLPAY2OR+EW+xATwrZ3/wh9xbMb6 0nRmRqnkUWLhS6HGAYrworf5e2O09sEda06uGuTo1mQodUkqfCzLdA+m6x5qMBfHu8EG SyEg== X-Gm-Message-State: APjAAAUvzFesqV2irNU3Br06ChKZLk/YqD3PmQsi7CncFrdQ84av8hIg TwWT9noy4koC9pleReDDeAjbaw== X-Google-Smtp-Source: APXvYqznCr5gfnJVEKTi8gX+vCcnf+yvDkiZ+WWZCj/Fs5neRxLZbwPSn7OEwZNdQclvYWgzliandg== X-Received: by 2002:ac8:2eb8:: with SMTP id h53mr19923098qta.188.1553522571537; Mon, 25 Mar 2019 07:02:51 -0700 (PDT) Received: from redhat.com (pool-173-76-246-42.bstnma.fios.verizon.net. [173.76.246.42]) by smtp.gmail.com with ESMTPSA id 204sm5268191qki.58.2019.03.25.07.02.49 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 25 Mar 2019 07:02:50 -0700 (PDT) Date: Mon, 25 Mar 2019 10:02:43 -0400 From: "Michael S. Tsirkin" To: syzbot Cc: jasowang@redhat.com, kvm@vger.kernel.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org, syzkaller-bugs@googlegroups.com, virtualization@lists.linux-foundation.org, weiyj.lk@gmail.com Subject: Re: INFO: task hung in vhost_net_stop_vq Message-ID: <20190325100223-mutt-send-email-mst@kernel.org> References: <0000000000004f8499057be95e1d@google.com> <0000000000008ee87005847fc985@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0000000000008ee87005847fc985@google.com> Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Looks like more iotlb locking mess? On Tue, Mar 19, 2019 at 10:21:00PM -0700, syzbot wrote: > syzbot has bisected this bug to: > > commit 6b1e6cc7855b09a0a9bfa1d9f30172ba366f161c > Author: Jason Wang > Date: Thu Jun 23 06:04:32 2016 +0000 > > vhost: new device IOTLB API > > bisection log: https://syzkaller.appspot.com/x/bisect.txt?x=1486ad27200000 > start commit: 6b1e6cc7 vhost: new device IOTLB API > git tree: upstream > final crash: https://syzkaller.appspot.com/x/report.txt?x=1686ad27200000 > console output: https://syzkaller.appspot.com/x/log.txt?x=1286ad27200000 > kernel config: https://syzkaller.appspot.com/x/.config?x=c94f9f0c0363db4b > dashboard link: https://syzkaller.appspot.com/bug?extid=d21e6e297322a900c128 > syz repro: https://syzkaller.appspot.com/x/repro.syz?x=141db34d400000 > C reproducer: https://syzkaller.appspot.com/x/repro.c?x=108ef293400000 > > Reported-by: syzbot+d21e6e297322a900c128@syzkaller.appspotmail.com > Fixes: 6b1e6cc7 ("vhost: new device IOTLB API")