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)
Wed, Sep 18, 7:02 AM
Unknown Object (File)
Thu, Sep 12, 7:40 PM
Unknown Object (File)
Mon, Sep 9, 7:22 PM
Unknown Object (File)
Sun, Sep 8, 2:20 AM
Unknown Object (File)
Thu, Sep 5, 2:21 AM
Unknown Object (File)
Sat, Aug 31, 8:26 AM
Unknown Object (File)
Aug 21 2024, 9:20 AM
Unknown Object (File)
Aug 18 2024, 8:10 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