Re: [PATCH net 1/1] qeth: delete napi struct when removing a qeth device

2016-07-04 Thread David Miller
From: Ursula Braun Date: Mon, 4 Jul 2016 14:07:16 +0200 > A qeth_card contains a napi_struct linked to the net_device during > device probing. This struct must be deleted when removing the qeth > device, otherwise Panic on oops can occur when qeth devices are > repeatedly removed and added. > >

[PATCH net 1/1] qeth: delete napi struct when removing a qeth device

2016-07-04 Thread Ursula Braun
A qeth_card contains a napi_struct linked to the net_device during device probing. This struct must be deleted when removing the qeth device, otherwise Panic on oops can occur when qeth devices are repeatedly removed and added. Fixes: a1c3ed4c9ca ("qeth: NAPI support for l2 and l3 discipline") Cc: