lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sun, 03 Feb 2019 11:06:41 -0800 (PST) From: David Miller <davem@...emloft.net> To: sgarzare@...hat.com Cc: stefanha@...hat.com, virtualization@...ts.linux-foundation.org, kvm@...r.kernel.org, netdev@...r.kernel.org, linux-kernel@...r.kernel.org Subject: Re: [PATCH v3 0/2] vsock/virtio: fix issues on device hot-unplug From: Stefano Garzarella <sgarzare@...hat.com> 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 module can't be the best way, but the > architecture of vsock_core forces us to this approach for now. > > The vsock_core proto_ops expect a valid pointer to the transport device, so we > can't call vsock_core_exit() until there are open sockets. > > v2 -> v3: > - Rebased on master > > v1 -> v2: > - Fixed commit message of patch 1. > - Added Reviewed-by, Acked-by tags by Stefan Series applied.
Powered by blists - more mailing lists