commit | c4587631c7bad47c045e081d1553cd73a23be59a | [log] [tgz] |
---|---|---|
author | Peng Tao <bergwolf@gmail.com> | Fri Dec 09 01:10:46 2016 +0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Dec 08 21:24:30 2016 -0500 |
tree | dca17e05e83359df10a2786707d633314a08b99f | |
parent | 1e97426d29fec42e559d12cdb069c83962be762e [diff] |
vhost-vsock: fix orphan connection reset local_addr.svm_cid is host cid. We should check guest cid instead, which is remote_addr.svm_cid. Otherwise we end up resetting all connections to all guests. Cc: stable@vger.kernel.org [4.8+] Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Signed-off-by: Peng Tao <bergwolf@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>