Files
linux/drivers/vhost
Jason Wang cb0fddba20 vhost_net: stop device during reset owner
[ Upstream commit 4cd879515d ]

We don't stop device before reset owner, this means we could try to
serve any virtqueue kick before reset dev->worker. This will result a
warn since the work was pending at llist during owner resetting. Fix
this by stopping device during owner reset.

Reported-by: syzbot+eb17c6162478cc50632c@syzkaller.appspotmail.com
Fixes: 3a4d5c94e9 ("vhost_net: a kernel-level virtio server")
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-02-12 07:07:19 +01:00
..
2017-02-11 20:59:41 -05:00
2016-08-02 16:54:28 +03:00
2016-09-05 08:04:07 +02:00
2016-12-16 00:13:36 +02:00