Re: [PATCH 0/2] Fix vsock error-handling regression introduced in v6.17-rc1

From: Michael S. Tsirkin
Date: Tue Aug 19 2025 - 07:15:55 EST


On Mon, Aug 18, 2025 at 07:03:53PM +0100, Will Deacon wrote:
> Hi all,
>
> Here are a couple of patches fixing the vsock error-handling regression
> found by syzbot [1] that I introduced during the recent merge window.
>
> Cheers,
>
> Will
>
> [1] https://lore.kernel.org/all/689a3d92.050a0220.7f033.00ff.GAE@xxxxxxxxxx/

Acked-by: Michael S. Tsirkin <mst@xxxxxxxxxx>





> Cc: Alexander Viro <viro@xxxxxxxxxxxxxxxxxx>
> Cc: Christian Brauner <brauner@xxxxxxxxxx>
> Cc: "David S. Miller" <davem@xxxxxxxxxxxxx>
> Cc: Eric Dumazet <edumazet@xxxxxxxxxx>
> Cc: Hillf Danton <hdanton@xxxxxxxx>
> Cc: Jakub Kicinski <kuba@xxxxxxxxxx>
> Cc: Jason Wang <jasowang@xxxxxxxxxx>
> Cc: "Michael S. Tsirkin" <mst@xxxxxxxxxx>
> Cc: Paolo Abeni <pabeni@xxxxxxxxxx>
> Cc: Stefan Hajnoczi <stefanha@xxxxxxxxxx>
> Cc: Stefano Garzarella <sgarzare@xxxxxxxxxx>
>
> --->8
>
> Will Deacon (2):
> net: Introduce skb_copy_datagram_from_iter_full()
> vsock/virtio: Fix message iterator handling on transmit path
>
> include/linux/skbuff.h | 2 ++
> net/core/datagram.c | 14 ++++++++++++++
> net/vmw_vsock/virtio_transport_common.c | 8 +++++---
> 3 files changed, 21 insertions(+), 3 deletions(-)
>
> --
> 2.51.0.rc1.167.g924127e9c0-goog