[Bug 294186] Kernel panic on jail remove after netgraph node removal
| Newsgroups | gmane.os.freebsd.devel.net |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=294186 Zhenlei Huang <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from Zhenlei Huang <[email protected]> --- I believe this duplicates PR 292993. The root cause is, the netgraph detach ( if_detach() ) is racing with if_vmove(). If if_detach() wins, then if_vmove() will attach a detached interface, then boom. -- You are receiving this mail because: You are the assignee for the bug.