On Tue, 16 Sept 2025 at 11:36, Maxime Coquelin <[email protected]> wrote: > > Initialize vduse_vq_info structure to zero to avoid using > uninitialized memory when setting up VDUSE virtual rings. > This ensures all fields start with known values. > > Fixes: a9120db8b98b ("vhost: add VDUSE device startup") > Cc: [email protected] > > Reported-by: David Marchand <[email protected]> > Signed-off-by: Maxime Coquelin <[email protected]>
There may be similar issues for ioctl != VDUSE_VQ_GET_INFO. But this patch itself lgtm. Reviewed-by: David Marchand <[email protected]> -- David Marchand

