Page MenuHomeFreeBSD

hyperv/storvsc: Don't use timedwait; mainly to unbreak EARLY_AP_STARTUP
ClosedPublic

Authored by sepherosa_gmail.com on Nov 28 2016, 6:09 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 2 2024, 7:42 PM
Unknown Object (File)
Apr 2 2024, 5:57 PM
Unknown Object (File)
Mar 3 2024, 7:32 AM
Unknown Object (File)
Mar 3 2024, 7:06 AM
Unknown Object (File)
Jan 11 2024, 10:03 AM
Unknown Object (File)
Jan 11 2024, 10:03 AM
Unknown Object (File)
Jan 11 2024, 10:03 AM
Unknown Object (File)
Jan 11 2024, 9:56 AM
Subscribers
None

Details

Summary

The timeout is unnecessary, nuking it unbreaks EARLY_AP_STARTUP.

Diff Detail

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

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/storvsc: Don't use timedwait; mainly to unbreak EARLY_AP_STARTUP.
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)

If you don't need the timeout, that is fine to remove of course. If you need the timeout for other reasons, see if rS309148 fixes the panics for you.

In D8656#179616, @jhb wrote:

If you don't need the timeout, that is fine to remove of course. If you need the timeout for other reasons, see if rS309148 fixes the panics for you.

I don't think it should use timed out wait here. I will stripe the EARLY_AP_STARTUP part from the commit log. Thanks.

This revision was automatically updated to reflect the committed changes.