[PATCH 0/2] virtio-net: Fix two bugs on unloading the module

2013-12-05 Thread Andrey Vagin
They can be easy to reproduce, if you try to unload virtio-net Andrey Vagin (2): virtio-net: determine type of bufs correctly virtio: delete napi objects from netdev before releasing memory drivers/net/virtio_net.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) Cc: Rusty R

Re: [PATCH 0/2] virtio-net: Fix two bugs on unloading the module

2013-12-05 Thread Michael S. Tsirkin
On Thu, Dec 05, 2013 at 06:36:19PM +0400, Andrey Vagin wrote: > They can be easy to reproduce, if you try to unload virtio-net > > Andrey Vagin (2): > virtio-net: determine type of bufs correctly > virtio: delete napi objects from netdev before releasing memory Thanks a lot for the patches!