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 83C4A39B49F; Tue, 5 May 2026 02:20:57 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777947657; cv=none; b=cTP271yMwK/i6KgQT7IQMBP3Gr8OThOXkyImy+J9NiyHvKX1wAVLfJPOYrIFgruD35p5tXatL0zCoY2I6qXcO18XunA/hzmC67wBaRFOeMHDGeQMGdKKgpJWqGzdiGhsH2lzRXm/bpBMRUrm6Eo2i5mno8uxuUuBLkC0S6/VnMw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1777947657; c=relaxed/simple; bh=VZC8BumA8T2KIHIxvwzglM4Yo9qX3ZIOn9IjL9c6qAk=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=NIW0Nhp+3sF4icQ7cDMbb/7qxi3aGbBTmXOyJW2ls4HkqItTTGUz9IczktXVvpdrvq2ugLqyjxBbKUHWcNboq+YXRrZ8a38MZGm6VpAz1lT3SoTk+fHWjtD+1hb8cBVdgQcki0RjCvcigf8r6RewNMFsBZqxxc735lwAfKKn1pU= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=PEXOsDQO; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="PEXOsDQO" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 4081EC2BCB8; Tue, 5 May 2026 02:20:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1777947657; bh=VZC8BumA8T2KIHIxvwzglM4Yo9qX3ZIOn9IjL9c6qAk=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=PEXOsDQO/qhNGVlhZhOmL0Jtxx26gzw8Ptb1RzSL5j6Qy8U7wObLv7+DLp2D4OOmo myGhnYp+n6yJjMVejo9b3ALsibIFix0xg0m39imfkCJQWcxjKJi2WBMLMx9ZIu5UvK ck9FY15j5cJ/jywjY7kOAVYIUn821bvxpf3aqax79QQNaT0zbRgKKMF4c9RcnrrkiA K9M+5lbzg3ezDbtdife49WzM9yOiKgOfaIsUCfPKeAqc7M7RrYk6sy77A3euqWzM25 gJHf0UJlzoGeH6s887o7rtJ50DHblTNSglkSLTbpfqgTZ33ZZSbxBoj9+e7JR2Hfba exGH9OKt6Lq/Q== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3FDAE39301A2; Tue, 5 May 2026 02:20:09 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net] net: usb: asix: ax88772: re-add usbnet_link_change() in phylink callbacks From: patchwork-bot+netdevbpf@kernel.org Message-Id: <177794760791.1391894.7472938774024727243.git-patchwork-notify@kernel.org> Date: Tue, 05 May 2026 02:20:07 +0000 References: <20260501163941.107668-1-Markus.Baier@soslab.tu-darmstadt.de> In-Reply-To: <20260501163941.107668-1-Markus.Baier@soslab.tu-darmstadt.de> To: Markus Baier Cc: o.rempel@pengutronix.de, andrew+netdev@lunn.ch, davem@davemloft.net, edumazet@google.com, kuba@kernel.org, pabeni@redhat.com, linux@armlinux.org.uk, enelsonmoore@gmail.com, linmq006@gmail.com, linux-usb@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Hello: This patch was applied to netdev/net.git (main) by Jakub Kicinski : On Fri, 1 May 2026 18:39:41 +0200 you wrote: > Commit e0bffe3e6894 ("net: asix: ax88772: migrate to phylink") replaced > the asix_adjust_link() PHY callback with phylink's mac_link_up() and > mac_link_down() handlers, but did not carry over the usbnet_link_change() > notification that commit 805206e66fab ("net: asix: fix "can't send until > first packet is send" issue") had added. > > As a result, the original symptom returns: when the link comes up, > usbnet is never notified, so the RX URB submission stays dormant until > some other event (e.g. a transmitted packet triggering the status > endpoint interrupt) wakes it up. > > [...] Here is the summary with links: - [net] net: usb: asix: ax88772: re-add usbnet_link_change() in phylink callbacks https://git.kernel.org/netdev/net/c/36bdc0e815b4 You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html