OSDN Git Service

vhost-user: Fix userfaultfd leak
authorIlya Maximets <i.maximets@samsung.com>
Mon, 8 Oct 2018 16:05:36 +0000 (19:05 +0300)
committerDr. David Alan Gilbert <dgilbert@redhat.com>
Thu, 11 Oct 2018 18:58:26 +0000 (19:58 +0100)
commitc4f753859ae6da1aeb93cad19c586fea1925e269
tree33695266b813c1ef453c5e5f196ea22ba70fd4d4
parent55d0fe8254984321a126efd8db358f754737aa63
vhost-user: Fix userfaultfd leak

'fd' received from the vhost side is never freed.
Also, everything (including 'postcopy_listen' state) should be
cleaned up on vhost cleanup.

Fixes: 46343570c06e ("vhost+postcopy: Wire up POSTCOPY_END notify")
Fixes: f82c11165ffa ("vhost+postcopy: Register shared ufd with postcopy")
Cc: qemu-stable@nongnu.org
Signed-off-by: Ilya Maximets <i.maximets@samsung.com>
Message-Id: <20181008160536.6332-3-i.maximets@samsung.com>
Reviewed-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
Reviewed-by: Maxime Coquelin <maxime.coquelin@redhat.com>
Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com>
hw/virtio/vhost-user.c