diff options
author | Jason Wang <jasowang@redhat.com> | 2018-01-23 17:27:25 +0800 |
---|---|---|
committer | Alistair Strachan <astrachan@google.com> | 2019-05-14 17:57:02 -0700 |
commit | a0268535ed1bf4cd7ea1146ada12a387bc4693cc (patch) | |
tree | 0d8dceb62d110eafb10be90cb9cef92bed286cad /.gitignore | |
parent | ed82fd228695573d34fc3d556f6ce16f73b36131 (diff) |
UPSTREAM: vhost: use mutex_lock_nested() in vhost_dev_lock_vqs()
commit e9cb4239134c860e5f92c75bf5321bd377bb505b upstream.
We used to call mutex_lock() in vhost_dev_lock_vqs() which tries to
hold mutexes of all virtqueues. This may confuse lockdep to report a
possible deadlock because of trying to hold locks belong to same
class. Switch to use mutex_lock_nested() to avoid false positive.
Fixes: 6b1e6cc7855b0 ("vhost: new device IOTLB API")
Reported-by: syzbot+dbb7c1161485e61b0241@syzkaller.appspotmail.com
Signed-off-by: Jason Wang <jasowang@redhat.com>
Acked-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
(cherry picked from commit bd3ccdc6f922c6b7db4b7075d1b6596ddb986a98)
Bug: 121166534
Test: Ran cuttlefish with android-4.4 + VSOCKETS, VMWARE_VMCI_VSOCKETS
Signed-off-by: Alistair Strachan <astrachan@google.com>
Change-Id: I20829e721706c10ef1696de0d78dd99110e40a6b
Diffstat (limited to '.gitignore')
0 files changed, 0 insertions, 0 deletions