Hello:

This patch was applied to netdev/net.git (main)
by Jakub Kicinski <[email protected]>:

On Sun, 6 Sep 2026 10:21:09 +0200 you wrote:
> tbl_mask_array_realloc() retires the old mask_array before it stops being
> reachable:
> 
>       old = ovsl_dereference(tbl->mask_array);
>       if (old) {
>               ...
>               call_rcu(&old->rcu, mask_array_rcu_cb);
>       }
> 
> [...]

Here is the summary with links:
  - [net] net: openvswitch: fix use-after-free of the flow table mask array
    https://git.kernel.org/netdev/net/c/ba4ba11ed6eb

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


_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to