Re: [PATCH net] net: korina: Fix NAPI versus resources freeing

2016-12-26 Thread David Miller
From: Florian Fainelli Date: Fri, 23 Dec 2016 19:56:56 -0800 > Commit beb0babfb77e ("korina: disable napi on close and restart") > introduced calls to napi_disable() that were missing before, > unfortunately this leaves a small window during which NAPI has a chance > to run, yet we just freed res

[PATCH net] net: korina: Fix NAPI versus resources freeing

2016-12-23 Thread Florian Fainelli
Commit beb0babfb77e ("korina: disable napi on close and restart") introduced calls to napi_disable() that were missing before, unfortunately this leaves a small window during which NAPI has a chance to run, yet we just freed resources since korina_free_ring() has been called: Fix this by disabling