Merge branch 'vsock-fixes'
authorDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2019 00:07:12 +0000 (16:07 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 17 Dec 2019 00:07:12 +0000 (16:07 -0800)
commit1865a7b3471e183bca3ea59c3a6c1950cc9c48ee
tree71f53483981f7cc654caa9f87234893e5746c284
parentfd42bfd1bb31f9a521be6b4f1bd89b85abc08d20
parent4aaf596148f4b518244cf2b02fafc53ad586dd6b
Merge branch 'vsock-fixes'

Stefano Garzarella says:

====================
vsock/virtio: fix null-pointer dereference and related precautions

This series mainly solves a possible null-pointer dereference in
virtio_transport_recv_listen() introduced with the multi-transport
support [PATCH 1].

PATCH 2 adds a WARN_ON check for the same potential issue
and a returned error in the virtio_transport_send_pkt_info() function
to avoid crashing the kernel.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>