On Wed, Feb 08, 2017 at 10:58:57AM -0200, Fabio Estevam wrote: > Hi, > > I am getting the following kernel crash with linux-next 20170208 > running on a imx53-qsb board. > > Any ideas?
Hi Fabio Could you try reverting: commit cafe8df8b9bc9aa3dffa827c1a6757c6cd36f657 Author: Mao Wenan <maowe...@huawei.com> Date: Tue Jan 31 18:46:43 2017 -0800 net: phy: Fix lack of reference count on PHY driver There is currently no reference count being held on the PHY driver, which makes it possible to remove the PHY driver module while the PHY state machine is running and polling the PHY. This could cause crashes similar to this one to show up: Thanks, Andrew