Re: [PATCH 0/3] fcoe: Fixup device_del() inversion

2017-09-14 Thread Martin K. Petersen
Hannes, > when shutting down an FCoE target system one is greeted with a flood > of kernel warnings about > > sysfs group 81eff0e0 not found for kobject 'XXX' > > Reason here is that the fcoe driver tries to remove devices from > a workqueue, but the NETDEV_UNREGISTER notification

[PATCH 0/3] fcoe: Fixup device_del() inversion

2017-08-31 Thread Hannes Reinecke
Hi all, when shutting down an FCoE target system one is greeted with a flood of kernel warnings about sysfs group 81eff0e0 not found for kobject 'XXX' Reason here is that the fcoe driver tries to remove devices from a workqueue, but the NETDEV_UNREGISTER notification expects any calls