Re: [PATCH net v2] ila: reload IPv6 header after pskb_may_pull in checksum adjust

From: patchwork-bot+netdevbpf

Date: Wed Jul 22 2026 - 17:11:25 EST


Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@xxxxxxxxxx>:

On Tue, 14 Jul 2026 07:49:03 -0400 you wrote:
> ila_csum_adjust_transport() caches ip6h = ipv6_hdr(skb) before calling
> pskb_may_pull(). On a non-linear skb whose transport header sits in a page
> fragment, pskb_may_pull() can call __pskb_pull_tail() / pskb_expand_head()
> and free the old skb head, leaving ip6h dangling; the following
> get_csum_diff(ip6h, p) then reads freed memory. ila_update_ipv6_locator()
> uses ip6h (and the iaddr derived from it) again after the csum-adjust
> call and additionally writes the new locator through that pointer.
>
> [...]

Here is the summary with links:
- [net,v2] ila: reload IPv6 header after pskb_may_pull in checksum adjust
https://git.kernel.org/netdev/net/c/92d3817649df

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html