Page MenuHomeFreeBSD

Check for errors when detaching children first, not last
ClosedPublic

Authored by jhb on Fri, Nov 1, 2:21 PM.
Tags
None
Referenced Files
F101881826: D47387.diff
Tue, Nov 5, 3:32 AM
Unknown Object (File)
Sun, Nov 3, 10:16 PM
Unknown Object (File)
Sat, Nov 2, 6:32 AM
Unknown Object (File)
Sat, Nov 2, 6:31 AM
Unknown Object (File)
Sat, Nov 2, 6:07 AM
Subscribers

Details

Summary

These detach routines in these drivers all ended with 'return
(bus_generic_detach())' meaning that if any child device failed to
detach, the parent driver was left in a mostly destroyed state, but
still marked attached. Instead, bus drivers should detach child
drivers first and return errors before destroying driver state in the
parent.

Diff Detail

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