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 E5739ECAAA3 for ; Fri, 26 Aug 2022 13:21:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1344321AbiHZNVo (ORCPT ); Fri, 26 Aug 2022 09:21:44 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1344211AbiHZNVn (ORCPT ); Fri, 26 Aug 2022 09:21:43 -0400 Received: from bmailout3.hostsharing.net (bmailout3.hostsharing.net [IPv6:2a01:4f8:150:2161:1:b009:f23e:0]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B2C6924080; Fri, 26 Aug 2022 06:21:41 -0700 (PDT) Received: from h08.hostsharing.net (h08.hostsharing.net [83.223.95.28]) (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-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "*.hostsharing.net", Issuer "RapidSSL TLS DV RSA Mixed SHA256 2020 CA-1" (verified OK)) by bmailout3.hostsharing.net (Postfix) with ESMTPS id 51311100D941D; Fri, 26 Aug 2022 15:21:37 +0200 (CEST) Received: by h08.hostsharing.net (Postfix, from userid 100393) id 2644054B14; Fri, 26 Aug 2022 15:21:37 +0200 (CEST) Date: Fri, 26 Aug 2022 15:21:37 +0200 From: Lukas Wunner To: Sasha Levin , Greg Kroah-Hartman Cc: stable-commits@vger.kernel.org, Steve Glendinning , UNGLinuxDriver@microchip.com, Mark Brown , Oleksij Rempel , Ferry Toth , Andrew Lunn , Andre Edich , kernelci-results@groups.io, bot@kernelci.org, gtucker@collabora.com, stable@vger.kernel.org, netdev@vger.kernel.org, linux-omap@vger.kernel.org, Phil Elwell , Marek Szyprowski Subject: Re: Patch "usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling" has been added to the 5.15-stable tree Message-ID: <20220826132137.GA24932@wunner.de> References: <20220815061223.2484037-1-sashal@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220815061223.2484037-1-sashal@kernel.org> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Dear Sasha, Dear Greg, On Mon, Aug 15, 2022 at 02:12:23AM -0400, Sasha Levin wrote: > This is a note to let you know that I've just added the patch titled > > usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling > > to the 5.15-stable tree which can be found at: Please consider reverting upstream commit 1ce8b37241ed291af56f7a49bbdbf20c08728e88 usbnet: smsc95xx: Forward PHY interrupts to PHY driver to avoid polling") in 5.15-stable and 5.18-stable. I have received two independent reports (from Mark Brown and Phil Elwell) that the commit breaks link detection on LAN95xx USB Ethernet adapters in those trees. The commit works fine in v5.19, but the backports to 5.15 and 5.18 are apparently missing prerequisites. Until we've figured out what those are, the commit should be reverted. Thank you! Lukas