Page MenuHomeFreeBSD

Widen ifnet_detach_sxlock coverage
ClosedPublic

Authored by kp on Feb 8 2021, 10:07 AM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 16, 3:52 AM
Unknown Object (File)
Tue, Apr 16, 3:52 AM
Unknown Object (File)
Tue, Apr 16, 3:52 AM
Unknown Object (File)
Tue, Apr 16, 3:52 AM
Unknown Object (File)
Fri, Apr 12, 2:31 PM
Unknown Object (File)
Feb 1 2024, 9:43 PM
Unknown Object (File)
Feb 1 2024, 9:43 PM
Unknown Object (File)
Feb 1 2024, 9:43 PM
Subscribers

Details

Summary

Widen the ifnet_detach_sxlock to cover the entire vnet sysuninit code.
This ensures that we can't end up having the vnet_sysuninit free the UDP
pcb while the detach code is running and trying to purge the UDP pcb.

MFC after: 1 week

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable