Re: [PATCH net v2 0/2] sh_eth: Fix reboot crash

2021-01-19 Thread patchwork-bot+netdevbpf
Hello: This series was applied to netdev/net.git (refs/heads/master): On Mon, 18 Jan 2021 16:06:54 +0100 you wrote: > Hi, > > This patch fixes a regression v5.11-rc1, where rebooting while a sh_eth > device is not opened will cause a crash. > > Changes compared to v1: > - Export mdiobb_{read,

[PATCH net v2 0/2] sh_eth: Fix reboot crash

2021-01-18 Thread Geert Uytterhoeven
Hi, This patch fixes a regression v5.11-rc1, where rebooting while a sh_eth device is not opened will cause a crash. Changes compared to v1: - Export mdiobb_{read,write}(), - Call mdiobb_{read,write}() now they are exported, - Use mii_bus.parent to avoid bb_info.dev copy, - Drop R