https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=123892
Kyle Evans <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] Status|Open |Closed Resolution|--- |Overcome By Events Assignee|[email protected] |[email protected] --- Comment #3 from Kyle Evans <[email protected]> --- In the 11 years since this issue failed to receive any feedback (=( apologies), this looks to be overcome by events. tunread() (in a tuntap(4) world, mind you- so fixed in both tun/tap) holds the tun lock, sets TUN_RWAIT, then uses mtx_sleep(9). tunstart/tunstart_l2 both grab the tun lock and then wakeup(9) if if_snd is no longer empty. -- You are receiving this mail because: You are on the CC list for the bug. You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-bugs To unsubscribe, send any mail to "[email protected]"
