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 D2DA4C433EF for ; Sat, 11 Jun 2022 07:33:01 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230317AbiFKHc7 (ORCPT ); Sat, 11 Jun 2022 03:32:59 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:46114 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230079AbiFKHc5 (ORCPT ); Sat, 11 Jun 2022 03:32:57 -0400 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B25D1B0A6C; Sat, 11 Jun 2022 00:32:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sin.source.kernel.org (Postfix) with ESMTPS id ACBBECE1AFB; Sat, 11 Jun 2022 07:32:54 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BC21AC3411E; Sat, 11 Jun 2022 07:32:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1654932772; bh=0L+NbLxu5/2Vf8Nu/sGq044kwZeuPfMPeOJvnd7ulEg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=X1ejGEtzXQNuZ40KpwuykTjm7Xh94aS1JPxEa8XqiAsFNj20GYZ0zhdKSX4sbwvh3 G46dU1BG5xlQsxQd5VghamPbZf3XT2XlDg0X8hzk3NNcaaOZFovJahGEL0HQXHv1Lp X15B/wwyfTXUPJrMiq0yvMdUqh4gqQLWKA2KQS8I= Date: Sat, 11 Jun 2022 09:32:47 +0200 From: Greg Kroah-Hartman To: Christian Hewitt Cc: Kishon Vijay Abraham I , Mathias Nyman , Chris Chiu , linux-usb@vger.kernel.org, linux-amlogic@lists.infradead.org, stable@vger.kernel.org, LKML , Neil Armstrong Subject: Re: Regression in 5.18.3 from "xhci: Set HCD flag to defer primary roothub registration" Message-ID: References: <743F7369-2794-4189-8891-5DA62E4B62DA@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <743F7369-2794-4189-8891-5DA62E4B62DA@gmail.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Jun 11, 2022 at 10:49:23AM +0400, Christian Hewitt wrote: > Commit 6c64a664e1cff339ec698d803fa8cbb9af5d95ce “xhci: Set HCD flag to defer > primary roothub registration” added for Linux 5.18.3 caused a regression on > some Amlogic S912 devices (original user forum report with an Android TV box > and confirmed with a Khadas VIM2 board). I do not see issues with older S905 > (WeTeK Play2) or newer S922X (Odroid N2+) devices running the same kernel. > There are no kernel splats or error messages but lsusb shows no output and > nothing works. Simple revert restores the previous good working behaviour. > > dmesg with commit http://ix.io/3ZTv > dmesg with revert http://ix.io/3ZTw > > I’m not a coder so will need to be fed instructions to assist with debugging > the issue further if you don't have access to an Amlogic S912 device. I can > share devices online for remote poking around if needed. Does 5.19-rc1 also have this problem? thanks, greg k-h