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/[email protected]/
Acked-by: Michael S. Tsirkin <[email protected]> > Cc: Alexander Viro <[email protected]> > Cc: Christian Brauner <[email protected]> > Cc: "David S. Miller" <[email protected]> > Cc: Eric Dumazet <[email protected]> > Cc: Hillf Danton <[email protected]> > Cc: Jakub Kicinski <[email protected]> > Cc: Jason Wang <[email protected]> > Cc: "Michael S. Tsirkin" <[email protected]> > Cc: Paolo Abeni <[email protected]> > Cc: Stefan Hajnoczi <[email protected]> > Cc: Stefano Garzarella <[email protected]> > > --->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

