[PATCH v3 0/2] vsock/virtio: fix issues on device hot-unplug

2019-04-19 Thread Stefano Garzarella
These patches try to handle the hot-unplug of vsock virtio transport device in a proper way. Maybe move the vsock_core_init()/vsock_core_exit() functions in the module_init and module_exit of vsock_virtio_transport module can't be the best way, but the architecture of vsock_core forces us to this

Re: [PATCH v3 0/2] vsock/virtio: fix issues on device hot-unplug

2019-02-04 Thread David Miller
From: Stefano Garzarella Date: Fri, 1 Feb 2019 12:42:05 +0100 > These patches try to handle the hot-unplug of vsock virtio transport device in > a proper way. > > Maybe move the vsock_core_init()/vsock_core_exit() functions in the > module_init > and module_exit of vsock_virtio_transport