-
Epic
-
Resolution: Unresolved
-
Normal
-
None
-
None
-
None
-
OVS calls rtnl_delete_link() with wrong lock
-
False
-
False
-
-
rhel-10
-
None
-
rhel-net-ovs-dpdk
-
100% To Do, 0% In Progress, 0% Done
-
ssg_networking
This epic tracks all the effort needed to deliver the solution related to the bug described below.
There are a couple of callers of rtnl_delete_link() in openvswitch which all call the function while holding the RTNL. However, the core caller (rtnl_dellink) has moved to rtnl_net_lock(), so when the kernel is compiled with the small RTNL enabled, the locking is no longer congruent.