https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=231428
Andrey V. Elsukov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Andrey V. Elsukov <[email protected]> --- Encapsulated inbound traffic is handled by ip_encap subsystem, it invokes gif_input while it is in net_epoch_preempt section. This is why INP_INFO_UNLOCK_ASSERT() triggers. I think we can solve this issue be relaxing this KASSERT to require only !mtx_owned(). But this probably can hide some problems with locking. Or we can use another epoch for ip_encap subsystem. Matt, what you think? -- You are receiving this mail because: 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]"
