lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-ID: <aGpKncEeZTifSlA2@shell.armlinux.org.uk> Date: Sun, 6 Jul 2025 11:06:21 +0100 From: "Russell King (Oracle)" <linux@...linux.org.uk> To: Biju Das <biju.das.jz@...renesas.com> Cc: Prabhakar Mahadev Lad <prabhakar.mahadev-lad.rj@...renesas.com>, Andrew Lunn <andrew+netdev@...n.ch>, "David S. Miller" <davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>, Maxime Coquelin <mcoquelin.stm32@...il.com>, Alexandre Torgue <alexandre.torgue@...s.st.com>, "netdev@...r.kernel.org" <netdev@...r.kernel.org>, "linux-renesas-soc@...r.kernel.org" <linux-renesas-soc@...r.kernel.org>, "linux-stm32@...md-mailman.stormreply.com" <linux-stm32@...md-mailman.stormreply.com>, "linux-arm-kernel@...ts.infradead.org" <linux-arm-kernel@...ts.infradead.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Geert Uytterhoeven <geert+renesas@...der.be>, "biju.das.au" <biju.das.au@...il.com> Subject: Re: [PATCH net-next] net: stmmac: dwmac-renesas-gbeth: Add PM suspend/resume callbacks On Sun, Jul 06, 2025 at 08:45:14AM +0000, Biju Das wrote: > Hi Russell King, > > FYI, The above testing is done with rootFS mounted on SD card. > > But when I mount rootFS on NFS, after wakeup, I am not able to contact the NFS server. > > The below patch makes it to work[1]. > Not sure, why the original code is failing if the rootFS is mounted on NFS? It would be good to understand exactly what is going on there. As stmmac sets mac_managed_pm to true, which is propagated to phylib, this means the mdiobus suspend/resume will be no-ops, as the MAC driver needs to do everything necessar to resume the PHY. Is your PHY losing power over suspend/resume? Maybe phylink_prepare_resume() needs to call phy_init_hw() as well, like mdio_bus_phy_resume() does? -- RMK's Patch system: https://www.armlinux.org.uk/developer/patches/ FTTP is here! 80Mbps down 10Mbps up. Decent connectivity at last!
Powered by blists - more mailing lists