Re: [PATCH net] net: ethernet: mtk_eth_soc: pass eth to mtk_handle_irq_rx in poll_controller
Jakub Kicinski <[email protected]>
| Newsgroups | org.infradead.lists.linux-mediatek,org.infradead.lists.linux-arm-kernel,org.kernel.vger.netdev |
|---|---|
| Message-ID | <[email protected]> |
On Fri, 17 Jul 2026 10:23:39 +0800 Chenguang Zhao wrote: > From: Chenguang Zhao <[email protected]> > > mtk_handle_irq_rx expects a struct mtk_eth * (matching the request_irq > cookie), but mtk_poll_controller incorrectly passed the net_device *. > Calling ndo_poll_controller with CONFIG_NET_POLL_CONTROLLER enabled > would then crash. missing sign-off and fixes tags