]> www.infradead.org Git - users/jedix/linux-maple.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 23 Mar 2019 13:35:20 +0000 (14:35 +0100)
commit79fa67b96f559a5af47bc1163d047672400ce8d1
tree973bbfee2405d30622052d90e14003769ef15518
parent6f87f879251d214ed8cd1ef8a6b7df5a612395c7
s390/virtio: handle find on invalid queue gracefully

commit 3438b2c039b4bf26881786a1f3450f016d66ad11 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/s390/virtio/virtio_ccw.c