From nobody Fri Nov 12 10:52:13 2021 X-Original-To: freebsd-arm@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D2A3617CB313 for ; Fri, 12 Nov 2021 10:52:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from mail.turbocat.net (turbocat.net [88.99.82.50]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HrFlq5BXsz3NX0 for ; Fri, 12 Nov 2021 10:52:23 +0000 (UTC) (envelope-from hps@selasky.org) Received: from [10.36.2.165] (unknown [178.17.145.105]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.turbocat.net (Postfix) with ESMTPSA id 7778C26053E; Fri, 12 Nov 2021 11:52:16 +0100 (CET) Message-ID: <2b555ef9-12fe-6214-79a0-cebce1933771@selasky.org> Date: Fri, 12 Nov 2021 11:52:13 +0100 List-Id: Porting FreeBSD to ARM processors List-Archive: https://lists.freebsd.org/archives/freebsd-arm List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-arm@freebsd.org MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:91.0) Gecko/20100101 Thunderbird/91.2.0 Subject: Re: 14-CURRENT Kernel Panic due to USB hub? Content-Language: en-US To: daniel@morante.net, "freebsd-arm@freebsd.org" References: From: Hans Petter Selasky In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4HrFlq5BXsz3NX0 X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-ThisMailContainsUnwantedMimeParts: N On 11/12/21 00:43, Daniel Morante via freebsd-arm wrote: > ugen0.2: at usbus0 (disconnected) > uhub5: at uhub0, port 1, addr 1 (disconnected) > uhub5: detached > ugen0.2: at usbus0 > uhub5 numa-domain 0 on uhub0 > uhub5: on usbus0 > uhub5: 4 ports with 4 removable, self powered > > I suspect these problems are caused by the above detaching/reattaching. Can you type "bt" in the panic prompt? --HPS