Re: [PATCH net] lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multicast_write)

2018-03-29 Thread David Miller
From: Raghuram Chary J Date: Tue, 27 Mar 2018 14:51:16 +0530 > Description: > Crash was reported with syzkaller pointing to lan78xx_write_reg routine. > > Root-cause: > Proper cleanup of workqueues and init/setup routines was not happening > in failure

[PATCH net] lan78xx: Crash in lan78xx_writ_reg (Workqueue: events lan78xx_deferred_multicast_write)

2018-03-27 Thread Raghuram Chary J
Description: Crash was reported with syzkaller pointing to lan78xx_write_reg routine. Root-cause: Proper cleanup of workqueues and init/setup routines was not happening in failure conditions. Fix: Handled the error conditions by cleaning up the queues and init/setup routines. Fixes: