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
Unknown Object (File)
Sun, May 12, 10:25 AM
Unknown Object (File)
Sun, May 12, 10:25 AM
Unknown Object (File)
Sun, May 12, 12:00 AM
Unknown Object (File)
Fri, May 10, 6:43 PM
Unknown Object (File)
Fri, May 10, 6:40 PM
Unknown Object (File)
Tue, May 7, 10:35 PM
Unknown Object (File)
Thu, Apr 25, 6:03 AM
Unknown Object (File)
Mar 6 2024, 6:26 AM
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