[PATCH net-next v4 01/16] net: airoha: Fix TSO support for header cloned skbs
Jakub Kicinski
kuba at kernel.org
Fri Feb 14 13:35:06 PST 2025
On Thu, 13 Feb 2025 16:34:20 +0100 Lorenzo Bianconi wrote:
> For GSO packets, skb_cow_head() will reallocate the skb for TSO header
> cloned skbs in airoha_dev_xmit(). For this reason, sinfo pointer can be
> no more valid. Fix the issue relying on skb_shinfo() macro directly in
> airoha_dev_xmit().
> This is not a user visible issue since we can't currently enable TSO for
> DSA user ports since we are missing to initialize net_device
> vlan_features field.
Im gonna apply this already so you're <= 15 for v5
More information about the linux-arm-kernel
mailing list