Hello:
This patch was applied to netdev/net.git (main) by David S. Miller davem@davemloft.net:
On Tue, 5 Dec 2023 11:26:25 +0200 you wrote:
From: Hui Zhou hui.zhou@corigine.com
The neighbour event callback call the function nfp_tun_write_neigh, this function will take a mutex lock and it is in soft irq context, change the work queue to process the neighbour event.
Move the nfp_tun_write_neigh function out of range rcu_read_lock/unlock() in function nfp_tunnel_request_route_v4 and nfp_tunnel_request_route_v6.
[...]
Here is the summary with links: - [net] nfp: flower: fix for take a mutex lock in soft irq context and rcu lock https://git.kernel.org/netdev/net/c/0ad722bd9ee3
You are awesome, thank you!