Hello:

This patch was applied to netdev/net.git (refs/heads/master):

On Tue,  9 Mar 2021 18:20:35 -0800 you wrote:
> Syzbot reported the suspecious RCU usage in nexthop_fib6_nh() when
> called from ipv6_route_seq_show(). The reason is ipv6_route_seq_start()
> calls rcu_read_lock_bh(), while nexthop_fib6_nh() calls
> rcu_dereference_rtnl().
> The fix proposed is to add a variant of nexthop_fib6_nh() to use
> rcu_dereference_bh_rtnl() for ipv6_route_seq_show().
> 
> [...]

Here is the summary with links:
  - [net,v2] ipv6: fix suspecious RCU usage warning
    https://git.kernel.org/netdev/net/c/28259bac7f1d

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


Reply via email to