From: Vincent Whitchurch <hidden> Date: 2021-07-01 11:46:57
Do not call vDPA drivers' callbacks with vq indicies larger than what
the drivers indicate that they support. vDPA drivers do not bounds
check the indices.
Signed-off-by: Vincent Whitchurch <redacted>
---
drivers/virtio/virtio_vdpa.c | 3 +++
1 file changed, 3 insertions(+)
From: Jason Wang <hidden> Date: 2021-07-02 03:01:38
在 2021/7/1 下午7:46, Vincent Whitchurch 写道:
Do not call vDPA drivers' callbacks with vq indicies larger than what
the drivers indicate that they support. vDPA drivers do not bounds
check the indices.
Signed-off-by: Vincent Whitchurch <redacted>
On Thu, Jul 01, 2021 at 01:46:52PM +0200, Vincent Whitchurch wrote:
quoted hunk
Do not call vDPA drivers' callbacks with vq indicies larger than what
the drivers indicate that they support. vDPA drivers do not bounds
check the indices.
Signed-off-by: Vincent Whitchurch <redacted>
---
drivers/virtio/virtio_vdpa.c | 3 +++
1 file changed, 3 insertions(+)