Re: [PATCH] misc: vmw_vmci: initialize payload passed to vmci_send_datagram()

From: Greg Kroah-Hartman
Date: Thu Apr 01 2021 - 02:19:45 EST


On Thu, Apr 01, 2021 at 02:57:47PM +0900, Tetsuo Handa wrote:
> KMSAN complains that the vmci_use_ppn64() == false path in
> vmci_dbell_register_notification_bitmap() left upper 32bits of
> bitmap_set_msg.bitmap_ppn64 member uninitialized.
>
> KMSAN also complains that vmci_check_host_caps() left the payload part
> of check_msg uninitialized.

So shouldn't this be two separate patches?

thanks,

greg k-h