]> git.itanic.dy.fi Git - linux-stable/commit
vdpa_sim: reset must not run
authorSteve Sistare <steven.sistare@oracle.com>
Fri, 9 Feb 2024 22:30:07 +0000 (14:30 -0800)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 19 Mar 2024 06:45:49 +0000 (02:45 -0400)
commit9588e7fc511f9c55b9835f14916e90ab940061b7
tree0acd08e0b58f917131d07d8dfe902908033b264c
parentec6ecb844d14d38b7dae8beb74e3d65db9c7b3e6
vdpa_sim: reset must not run

vdpasim_do_reset sets running to true, which is wrong, as it allows
vdpasim_kick_vq to post work requests before the device has been
configured.  To fix, do not set running until VIRTIO_CONFIG_S_DRIVER_OK
is set.

Fixes: 0c89e2a3a9d0 ("vdpa_sim: Implement suspend vdpa op")
Signed-off-by: Steve Sistare <steven.sistare@oracle.com>
Reviewed-by: Eugenio PĂ©rez <eperezma@redhat.com>
Acked-by: Jason Wang <jasowang@redhat.com>
Message-Id: <1707517807-137331-1-git-send-email-steven.sistare@oracle.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vdpa/vdpa_sim/vdpa_sim.c