On Wed, 28 Oct 2020 at 15:45, Philippe Mathieu-Daudé <phi...@redhat.com> wrote: > > Fix uninitialized value issues reported by Coverity: > > Field 'msg.reserved' is uninitialized when calling write(). > > Fixes: a5bd05800f8 ("vhost-vdpa: batch updating IOTLB mappings") > Reported-by: Coverity (CID 1432864: UNINIT) > Signed-off-by: Philippe Mathieu-Daudé <phi...@redhat.com>
Hi Philippe; thanks for this patch. I don't suppose you could also write a patch that fixes the same problem in vhost_kernel_send_device_iotlb_msg() (CID 1432871) ? thanks -- PMM