From: Paolo Abeni Date: Tue, 12 May 2026 10:52:17 +0000 (+0200) Subject: Merge branch 'vsock-virtio-fix-vsockmon-tap-skb-construction' X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=93d809adc13001e9d3a3ceb8d1e60fae2fb740d6;p=thirdparty%2Flinux.git Merge branch 'vsock-virtio-fix-vsockmon-tap-skb-construction' Stefano Garzarella says: ==================== vsock/virtio: fix vsockmon tap skb construction While reviewing the patch posted by Yiqi Sun [1] to fix an issue in virtio_transport_build_skb(), I discovered another issue related to the offset and length of the payload to be copied in the new skb. This was introduced when we did the skb conversion, and fixed by patch 1. Patch 2 fixes the issue found by Yiqi Sun in a different way: using iov_iter_kvec() to properly initialize all the iov_iter fields and removing the linear vs non-linear split like we alredy do in vhost-vsock. It could have been a single patch, but since there were two affected commits, I decided to keep the fixes separate. [1] https://lore.kernel.org/netdev/20260430071110.380509-1-sunyiqixm@gmail.com/ ==================== Link: https://patch.msgid.link/20260508164411.261440-1-sgarzare@redhat.com Signed-off-by: Paolo Abeni --- 93d809adc13001e9d3a3ceb8d1e60fae2fb740d6