Hi Jason,
On 2019/8/7 20:10, Jason Gunthorpe wrote:
On Wed, Aug 07, 2019 at 10:21:11AM +0800, Jiangyiwen wrote:
Hello,
I find a scenario may cause deadlock of rtnl_lock as follows:
1. CPU1 add rtnl_lock and wait kworker finished.
CPU1 add rtnl_lock before call unregister_netdevice_queue() and
then wait sport->work(function srpt_refresh_port_work) finished
in srpt_remove_one().
This is an old kernel, this issue has been fixed
Jason
Thank you for your reply, and can you tell me the commit id?
I use the kernel version is Linux4.19.36.
Thanks,
Yiwen.