Re: [PATCH v3 0/9] vsock/virtio: SKB allocation improvements

From: Stefano Garzarella
Date: Tue Jul 15 2025 - 06:02:34 EST


On Mon, Jul 14, 2025 at 04:20:54PM +0100, Will Deacon wrote:
Hi folks,

Here is version three of the patches I previously posted here:

v1: https://lore.kernel.org/r/20250625131543.5155-1-will@xxxxxxxxxx
v2: https://lore.kernel.org/r/20250701164507.14883-1-will@xxxxxxxxxx

Changes since v2 include:

* Pass payload length as a parameter to virtio_vsock_skb_put()

* Reinstate VIRTIO_VSOCK_DEFAULT_RX_BUF_SIZE based on a 4KiB total
allocation size

* Split movement of bounds check into a separate patch

Thanks again to Stefano for all the review feedback so far.

Thanks for the series!
I left just a small comment on a patch, the rest LGTM!

I run my test suite without any issue!

Thanks,
Stefano