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 X-Spam-Level: X-Spam-Status: No, score=-12.2 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 7046CC4338F for ; Tue, 17 Aug 2021 08:23:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 57A0160F58 for ; Tue, 17 Aug 2021 08:23:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S239261AbhHQIYU (ORCPT ); Tue, 17 Aug 2021 04:24:20 -0400 Received: from mga11.intel.com ([192.55.52.93]:40914 "EHLO mga11.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239197AbhHQIYP (ORCPT ); Tue, 17 Aug 2021 04:24:15 -0400 X-IronPort-AV: E=McAfee;i="6200,9189,10078"; a="212902184" X-IronPort-AV: E=Sophos;i="5.84,328,1620716400"; d="scan'208";a="212902184" Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 17 Aug 2021 01:23:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.84,328,1620716400"; d="scan'208";a="505214296" Received: from mylly.fi.intel.com (HELO [10.237.72.203]) ([10.237.72.203]) by orsmga001.jf.intel.com with ESMTP; 17 Aug 2021 01:23:40 -0700 From: Jarkko Nikula Subject: Re: Regression with commit e532a096be0e ("net: usb: asix: ax88772: add phylib support") To: Oleksij Rempel , Jakub Kicinski Cc: Oleksij Rempel , netdev@vger.kernel.org, linux-usb@vger.kernel.org, "David S. Miller" References: <3904c728-1ea2-9c2b-ec11-296396fd2f7e@linux.intel.com> <20210816081314.3b251d2e@kicinski-fedora-pc1c0hjn.dhcp.thefacebook.com> <20210816161822.td7jl4tv7zfbprty@pengutronix.de> Message-ID: Date: Tue, 17 Aug 2021 11:23:40 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Firefox/78.0 Thunderbird/78.12.0 MIME-Version: 1.0 In-Reply-To: <20210816161822.td7jl4tv7zfbprty@pengutronix.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Hi On 8/16/21 7:18 PM, Oleksij Rempel wrote: >>> v5.13 works ok. v5.14-rc1 and today's head 761c6d7ec820 ("Merge tag >>> 'arc-5.14-rc6' of >>> git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc") show the >>> regression. >>> >>> I bisected regression into e532a096be0e ("net: usb: asix: ax88772: add >>> phylib support"). >> > It sounds like issue which was fixed with the patch: > "net: usb: asix: ax88772: suspend PHY on driver probe" > > This patch was taken in to v5.14-rc2. Can you please test it? > Unfortunately it does not fix and was included in last week head 761c6d7ec820. I tested now also linux-next tag next-20210816 and the issue remains. Jarkko