summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorEli Cohen <elic@nvidia.com>2022-01-11 21:33:59 +0300
committerMichael S. Tsirkin <mst@redhat.com>2022-01-15 02:50:54 +0300
commitf8ae3a489b21b05c39a0a1a7734f2a0188852177 (patch)
tree0f35a899de9f653482a351e3d4157e9a35d22660 /net
parent680ab9d69a04cfd9f3f5fedaacbc1974b2959121 (diff)
downloadlinux-f8ae3a489b21b05c39a0a1a7734f2a0188852177.tar.xz
vdpa/mlx5: Fix is_index_valid() to refer to features
Make sure the decision whether an index received through a callback is valid or not consults the negotiated features. The motivation for this was due to a case encountered where I shut down the VM. After the reset operation was called features were already clear, I got get_vq_state() call which caused out array bounds access since is_index_valid() reported the index value. So this is more of not hit a bug since the call shouldn't have been made first place. Signed-off-by: Eli Cohen <elic@nvidia.com> Link: https://lore.kernel.org/r/20220111183400.38418-4-elic@nvidia.com Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Si-Wei Liu<si-wei.liu@oracle.com> Acked-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'net')
0 files changed, 0 insertions, 0 deletions