On Tue, Jan 12, 2016 at 11:06 AM, Joe Stringer <[email protected]> wrote: > On 11 January 2016 at 20:13, Pravin B Shelar <[email protected]> wrote: >> STT unregisters nf-hook when there are no other STT devices >> left in the namespace. On some kernel versions the nf-unreg API >> take RTNL lock, but it is already taken in the tunnel device >> destroy code path which results in deadlock. To fix the issue >> I moved the unreg call into net-exit. >> >> Bug: #1582410 >> Reported-by: Joe Stringer <[email protected]> >> Signed-off-by: Pravin B Shelar <[email protected]> > > Thanks for the fix. > > The "Bug" tag should probably say "VMware-BZ: #...". > > Acked-by: Joe Stringer <[email protected]>
I updated the commit msg and pushed it to master. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
