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

2017-01-04 Thread Florian Fainelli
On 01/04/2017 01:31 AM, John Crispin wrote: > From: 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

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

2017-01-04 Thread John Crispin
From: 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 calle