Ido Schimmel
2021-Apr-22 12:55 UTC
[PATCH net-next v3] virtio-net: page_to_skb() use build_skb when there's sufficient tailroom
On Thu, Apr 22, 2021 at 08:12:31PM +0800, Xuan Zhuo wrote:> Thank you very much for reporting this problem. Can you try this patch? Of > course, it also includes two patches from eric. > > af39c8f72301 virtio-net: fix use-after-free in page_to_skb() > f5d7872a8b8a virtio-net: restrict build_skb() use to some archesApplied your patch on top of net-next, looks good. Feel free to add: Tested-by: Ido Schimmel <idosch at nvidia.com> Thanks for the quick fix