Hello:

This series was applied to bpf/bpf-next.git (master)
by Martin KaFai Lau <[email protected]>:

On Wed,  4 Mar 2026 17:44:27 +0800 you wrote:
> From: Feng Yang <[email protected]>
> 
> Fix the null pointer dereference issue in bpf_lwt_xmit_push_encap
> 
> Changes in v10:
> - Optimization patch. Thanks, Martin KaFai Lau.
> - Link to v9: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v9:
> - Use dst_hold() and skb_dst_set().
>   !skb_dst skip.
>   Move all changes into the IS_ENABLED(CONFIG_IPV6).
>   Use #if IS_ENABLED(CONFIG_IPV6); otherwise, a compilation error will occur 
> when ipv6 is not enabled.
>   Thanks, Martin KaFai Lau.
> - Link to v8: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v8:
> - set ret to an error code before goto out.
> - Link to v7: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v7:
> - Use ip6_null_entry to avoid. Thanks, Martin KaFai Lau.
> Changes in v6:
> - Modify the bpf_lwt_xmit_push_encap function and add selftests for it.
>   Thanks, Martin KaFai Lau.
> - Link to v5: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v5:
> - Refer to the bpf_lwt_xmit_reroute function to configure the dst parameter.
> - Link to v4: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v4:
> - add rcu lock
> - Link to v3: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v3:
> - use dst_init
> - Link to v2: 
> https://lore.kernel.org/all/[email protected]/
> Changes in v2:
> - Link to v1: 
> https://lore.kernel.org/all/[email protected]/
> 
> [...]

Here is the summary with links:
  - [v10,bpf-next,1/2] bpf: test_run: Fix the null pointer dereference issue in 
bpf_lwt_xmit_push_encap
    https://git.kernel.org/bpf/bpf-next/c/972787479ee7
  - [v10,bpf-next,2/2] selftests/bpf: Add selftests for the invocation of 
bpf_lwt_xmit_push_encap
    https://git.kernel.org/bpf/bpf-next/c/e8ae16d65ac6

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



Reply via email to