Page MenuHomeFreeBSD

Fix timeout-related panics in MPR and MPS
ClosedPublic

Authored by scottl on Mar 22 2019, 2:02 PM.
Tags
None
Referenced Files
F166929226: D19677.id55346.diff
Mon, Aug 17, 8:21 PM
F166913848: D19677.id55347.diff
Mon, Aug 17, 5:53 PM
F166912682: D19677.id55410.diff
Mon, Aug 17, 5:41 PM
F166911741: D19677.id55410.diff
Mon, Aug 17, 5:34 PM
F166905175: D19677.id55347.diff
Mon, Aug 17, 4:21 PM
Unknown Object (File)
Sun, Aug 16, 9:57 PM
Unknown Object (File)
Sun, Aug 16, 8:08 PM
Unknown Object (File)
Sat, Aug 15, 8:52 PM
Subscribers
None

Details

Summary

r329522 created problemss with commands that enter the TIMEDOUT state but
are successfully returned by the card (usually due to an abort being issued
as part of timeout recovery). Remove what amounts to an insufficient
KASSERT, and don't overwrite the state value. State should probably be
re-designed, and that will be done with a future commit.

This bug was encountered by two independent sources, and both reported
that this patch fixed the problem.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable