Page MenuHomeFreeBSD

Check for errors when detaching children first, not last
ClosedPublic

Authored by jhb on Nov 1 2024, 2:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Nov 25, 1:08 PM
Unknown Object (File)
Sat, Nov 22, 8:04 PM
Unknown Object (File)
Sat, Nov 22, 7:33 PM
Unknown Object (File)
Sat, Nov 22, 6:35 PM
Unknown Object (File)
Sat, Nov 22, 8:15 AM
Unknown Object (File)
Sat, Nov 22, 12:20 AM
Unknown Object (File)
Mon, Nov 17, 11:25 PM
Unknown Object (File)
Sun, Nov 16, 2:03 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