kernel_samsung_a53x/drivers/vhost
Prathu Baronia 41b45e5902 vhost: use kzalloc() instead of kmalloc() followed by memset()
commit 4d8df0f5f79f747d75a7d356d9b9ea40a4e4c8a9 upstream.

Use kzalloc() to allocate new zeroed out msg node instead of
memsetting a node allocated with kmalloc().

Signed-off-by: Prathu Baronia <prathubaronia2011@gmail.com>
Message-Id: <20230522085019.42914-1-prathubaronia2011@gmail.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Stefano Garzarella <sgarzare@redhat.com>
Signed-off-by: Ajay Kaher <ajay.kaher@broadcom.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-18 12:13:27 +01:00
..
iotlb.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
net.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
scsi.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
test.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vdpa.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vhost.c vhost: use kzalloc() instead of kmalloc() followed by memset() 2024-11-18 12:13:27 +01:00
vhost.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vringh.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
vsock.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00