search for: 807b6b50

Displaying 3 results from an estimated 3 matches for "807b6b50".

2016 Oct 11
2
[PATCH] virtio: console: Unlock vqs while freeing buffers
.../0xfc [<807b6734>] virtio_dev_remove+0x58/0xc0 [<807f918c>] __device_release_driver+0xac/0x134 [<807f924c>] device_release_driver+0x38/0x50 [<807f7edc>] bus_remove_device+0xfc/0x130 [<807f4b74>] device_del+0x17c/0x21c [<807f4c38>] device_unregister+0x24/0x38 [<807b6b50>] unregister_virtio_device+0x28/0x44 Fix this by restructuring the loops to allow the locks to only be taken where it is necessary to protect the vqs, and release it while the buffer is being freed. Fixes: c6017e793b93 ("virtio: console: add locks around buffer removal in port unplug path...
2016 Oct 11
2
[PATCH] virtio: console: Unlock vqs while freeing buffers
.../0xfc [<807b6734>] virtio_dev_remove+0x58/0xc0 [<807f918c>] __device_release_driver+0xac/0x134 [<807f924c>] device_release_driver+0x38/0x50 [<807f7edc>] bus_remove_device+0xfc/0x130 [<807f4b74>] device_del+0x17c/0x21c [<807f4c38>] device_unregister+0x24/0x38 [<807b6b50>] unregister_virtio_device+0x28/0x44 Fix this by restructuring the loops to allow the locks to only be taken where it is necessary to protect the vqs, and release it while the buffer is being freed. Fixes: c6017e793b93 ("virtio: console: add locks around buffer removal in port unplug path...
2016 Oct 25
0
[PATCH] virtio: console: Unlock vqs while freeing buffers
...o_dev_remove+0x58/0xc0 > [<807f918c>] __device_release_driver+0xac/0x134 > [<807f924c>] device_release_driver+0x38/0x50 > [<807f7edc>] bus_remove_device+0xfc/0x130 > [<807f4b74>] device_del+0x17c/0x21c > [<807f4c38>] device_unregister+0x24/0x38 > [<807b6b50>] unregister_virtio_device+0x28/0x44 > > Fix this by restructuring the loops to allow the locks to only be taken > where it is necessary to protect the vqs, and release it while the > buffer is being freed. > > Fixes: c6017e793b93 ("virtio: console: add locks around buff...