Re: [PATCH v14 01/13] vhost: move vdpa group bound check to vhost_vdpa

From: Jason Wang

Date: Mon Jan 19 2026 - 01:29:33 EST


On Fri, Jan 16, 2026 at 10:05 PM Eugenio Pérez <eperezma@xxxxxxxxxx> wrote:
>
> Remove duplication by consolidating these here. This reduces the
> posibility of a parent driver missing them.
>
> While we're at it, fix a bug in vdpa_sim where a valid ASID can be
> assigned to a group equal to ngroups, causing an out of bound write.
>
> Cc: stable@xxxxxxxxxxxxxxx
> Fixes: bda324fd037a ("vdpasim: control virtqueue support")
> Signed-off-by: Eugenio Pérez <eperezma@xxxxxxxxxx>
> ---
> v12: Add Fixes tag (MST).
> ---

Acked-by: Jason Wang <jasowang@xxxxxxxxxx>

Thanks