From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id C63EF6AB4; Sun, 22 Oct 2023 10:50:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="W9BlodBS" Received: by smtp.kernel.org (Postfix) with ESMTPS id 55F2FC433C7; Sun, 22 Oct 2023 10:50:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1697971824; bh=cxTHUztlTRf4SoaTq4+zoo3w+yejxOKTRCQtcaLQAd4=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=W9BlodBSyqQyc4djoovgqxV8r2UI8/YZNCGrGkvLpEOOknDhBIpR+ZyP6m+XmCZv8 2dzPDu3q64DVf9205dOtdddAfzkvWVc0HS1eT/iu2gygBAY2vQw9IEYS6yKPP0VZby mz9tJfzXcWKwpgNEu26HIENwy/CG9WzcZL51yfji+YrkQ7Y2orQP4xxx275aj715k5 p5Vz1sDfqkBtz1y8w6TwRm+rv3Bqb2Q9hBfoUZzgkh32eHPVanpUv2L8Ib0uhGji1j Tgtfoe6H+g319VhgKT6AY/fo9QBlxAoDU5nz7UnQt1/bx5Bm48s0OZstWFPbSpywfg s4RixUPU2O96g== Received: from aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (localhost.localdomain [127.0.0.1]) by aws-us-west-2-korg-oddjob-1.ci.codeaurora.org (Postfix) with ESMTP id 3BB43C691E1; Sun, 22 Oct 2023 10:50:24 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-usb@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH v5 0/8] r8152: Avoid writing garbage to the adapter's registers From: patchwork-bot+netdevbpf@kernel.org Message-Id: <169797182424.5465.9720701078350268924.git-patchwork-notify@kernel.org> Date: Sun, 22 Oct 2023 10:50:24 +0000 References: <20231020210751.3415723-1-dianders@chromium.org> In-Reply-To: <20231020210751.3415723-1-dianders@chromium.org> To: Doug Anderson Cc: kuba@kernel.org, hayeswang@realtek.com, davem@davemloft.net, ecgh@chromium.org, laura.nao@collabora.com, stern@rowland.harvard.edu, horms@kernel.org, linux-usb@vger.kernel.org, grundler@chromium.org, bjorn@mork.no, edumazet@google.com, pabeni@redhat.com, pmalani@chromium.org, linux-kernel@vger.kernel.org, netdev@vger.kernel.org Hello: This series was applied to netdev/net.git (main) by David S. Miller : On Fri, 20 Oct 2023 14:06:51 -0700 you wrote: > This series is the result of a cooperative debug effort between > Realtek and the ChromeOS team. On ChromeOS, we've noticed that Realtek > Ethernet adapters can sometimes get so wedged that even a reboot of > the host can't get them to enumerate again, assuming that the adapter > was on a powered hub and din't lose power when the host rebooted. This > is sometimes seen in the ChromeOS automated testing lab. The only way > to recover adapters in this state is to manually power cycle them. > > [...] Here is the summary with links: - [v5,1/8] r8152: Increase USB control msg timeout to 5000ms as per spec https://git.kernel.org/netdev/net/c/a5feba71ec9c - [v5,2/8] r8152: Run the unload routine if we have errors during probe https://git.kernel.org/netdev/net/c/5dd176895269 - [v5,3/8] r8152: Cancel hw_phy_work if we have an error in probe https://git.kernel.org/netdev/net/c/bb8adff9123e - [v5,4/8] r8152: Release firmware if we have an error in probe https://git.kernel.org/netdev/net/c/b8d35024d405 - [v5,5/8] r8152: Check for unplug in rtl_phy_patch_request() https://git.kernel.org/netdev/net/c/dc90ba37a8c3 - [v5,6/8] r8152: Check for unplug in r8153b_ups_en() / r8153c_ups_en() https://git.kernel.org/netdev/net/c/bc65cc42af73 - [v5,7/8] r8152: Rename RTL8152_UNPLUG to RTL8152_INACCESSIBLE https://git.kernel.org/netdev/net/c/715f67f33af4 - [v5,8/8] r8152: Block future register access if register access fails https://git.kernel.org/netdev/net/c/d9962b0d4202 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html