Re: [PATCH 2/2] net: axienet: Fix resource release ordering
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-10 19:53:07
Also in:
linux-arm-kernel, linux-clk, lkml
From: Jakub Kicinski <kuba@kernel.org>
Date: 2026-01-10 19:53:07
Also in:
linux-arm-kernel, linux-clk, lkml
On Fri, 9 Jan 2026 12:40:51 +0530 Suraj Gupta wrote:
Device-managed resources are released after manually-managed resources. Therefore, once any manually-managed resource is acquired, all further resources must be manually-managed too.
only for resources which have dependencies. Please include in the commit message what exactly is going wrong in this driver. The commit under Fixes seems to be running ioremap, I don't see how that matters vs netdev allocation for example..
Convert all resources before the MDIO bus is created into device-managed resources. In all cases but one there are already devm variants available.
-- pw-bot: cr