s390/virtio: handle find on invalid queue gracefully
authorHalil Pasic <pasic@linux.ibm.com>
Mon, 21 Jan 2019 12:19:43 +0000 (13:19 +0100)
committerMichael S. Tsirkin <mst@redhat.com>
Wed, 6 Mar 2019 16:19:44 +0000 (11:19 -0500)
commit3438b2c039b4bf26881786a1f3450f016d66ad11
treea78f00f0a7ea4abafb80ca65824a0c08c4f644bf
parent8457fdfeb16d307b2acd502cb9224d03174294d2
s390/virtio: handle find on invalid queue gracefully

A queue with a capacity of zero is clearly not a valid virtio queue.
Some emulators report zero queue size if queried with an invalid queue
index. Instead of crashing in this case let us just return -ENOENT. To
make that work properly, let us fix the notifier cleanup logic as well.

Cc: stable@vger.kernel.org
Signed-off-by: Halil Pasic <pasic@linux.ibm.com>
Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/s390/virtio/virtio_ccw.c