Received: by 2002:a05:6a11:4021:0:0:0:0 with SMTP id ky33csp136475pxb; Mon, 13 Sep 2021 15:10:44 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyvTDjKUscJzfOHKG+CVe2N5pS1yqg1AWmffE1wGNb8Tecu24vW/4tDOlN7k1/LM/HYS+MY X-Received: by 2002:a92:c7af:: with SMTP id f15mr9793572ilk.64.1631571044258; Mon, 13 Sep 2021 15:10:44 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1631571044; cv=none; d=google.com; s=arc-20160816; b=TUDhTtPbiLOfkkhq82i6Z7ir6vaZPFUBqX6w4rPuZD6xlVYWbPsND7R9AhSf5oSnBL 7+YfzSXzLO57z7rVfkBSO8bxwrB1WSNGGR9bJCl/pQbHxl2sTaR25UGIYFezepSbDjv6 7TqELbmAceXpJq5ZQR9+gERSnCVkoa29z2JXvHvb4pmM/Rv1KvLDtHGAX7YOj6nAdfNJ xC4YVn70wVby4EdTFs2PFZKdVKSWs/9AJA8Ae+fbyCzUlU+Q+qxa9UiLX74rPWJl1cky qNA42FRRV5zCu7mpDB7sxepu5c6+6HQAythd5w1/pOKALsRwxlAaAKlPlIapAUeHCpmu /oRQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=iuPwQYT2ksUG3p+D/VsfqDumMDy9fmvZ8K0WvWW/PSc=; b=xYTQJncGs/9wC2ebWIWno7TcB8E8N7xBi4qnzXRi5T3SNA+nB9WTgt40MNNN3rOqSH AlJi1mMr6bhpGIe8qzrCAkWnkkWxrhj7GvocYqMWKVjWDKiEzF37UCo1ywFwpxBntJM1 b8jXzGi65PQK4YYcMIHiBNfmU0I6abdCcYw1kT8vw1tiszFeK+fni8tIetG2Gy34T9YT kEBKXAlB6jYBcTls4dAVdN5LZyAsiLZFzt4dl/bmoHKFIinoVjmWX+EJNf5BVuVLD/9W Nk9MQlU+a5VmmSpyYIg6gxbZgMr46Lmc+7VEznU/QYNMGIWYYSENSGbpHnjr1fJO5X1O 8v5Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id n45si7738544jac.79.2021.09.13.15.10.33; Mon, 13 Sep 2021 15:10:44 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S245031AbhIMN64 (ORCPT + 99 others); Mon, 13 Sep 2021 09:58:56 -0400 Received: from netrider.rowland.org ([192.131.102.5]:41949 "HELO netrider.rowland.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with SMTP id S243988AbhIMN4S (ORCPT ); Mon, 13 Sep 2021 09:56:18 -0400 Received: (qmail 120803 invoked by uid 1000); 13 Sep 2021 09:54:59 -0400 Date: Mon, 13 Sep 2021 09:54:59 -0400 From: Alan Stern To: Hao Sun Cc: Greg KH , linux-usb@vger.kernel.org, a.darwish@linutronix.de, johan@kernel.org, linux-kernel@vger.kernel.org, oneukum@suse.com Subject: Re: INFO: task hung in hub_port_init Message-ID: <20210913135459.GA120302@rowland.harvard.edu> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 13, 2021 at 11:13:15AM +0800, Hao Sun wrote: > Hello, > > When using Healer to fuzz the Linux kernel, the following crash was triggered. > > HEAD commit: ac08b1c68d1b Merge tag 'pci-v5.15-changes' > git tree: upstream > console output: > https://drive.google.com/file/d/1ZeDIMe-DoY3fB32j2p5ifgpq-Lc5N74I/view?usp=sharing > kernel config: https://drive.google.com/file/d/1qrJUXD8ZIeAkg-xojzDpp04v9MtQ8RR6/view?usp=sharing > Syzlang reproducer: > https://drive.google.com/file/d/1tZe8VmXfxoPqlNpzpGOd-e5WCSWgbkxB/view?usp=sharing > Similar report: > https://groups.google.com/g/syzkaller-bugs/c/zX55CUzjBOY/m/uf91r0XqAgAJ > > Sorry, I don't have a C reproducer for this crash but have a Syzlang > reproducer. Also, hope the symbolized report can help. > Here are the instructions on how to execute Syzlang prog: > https://github.com/google/syzkaller/blob/master/docs/executing_syzkaller_programs.md > > If you fix this issue, please add the following tag to the commit: > Reported-by: Hao Sun There's not much hope of finding the cause of a problem like this without seeing the kernel log. Alan Stern