https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270399
Mark Johnston <ma...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|New |Closed CC| |ma...@freebsd.org Resolution|--- |FIXED --- Comment #1 from Mark Johnston <ma...@freebsd.org> --- I believe this is now fixed by commit a52f23f4c49e4. In particular, iflib no longer holds its ctx lock while calling ether_ifattach(), so the iflib ctx -> bpf global lock order isn't established. I also don't see any LORs when enabling promiscuous mode on an igb interface, and witness reports a lock order "bpf global lock" -> "iflib ctx lock". -- You are receiving this mail because: You are the assignee for the bug.