Page MenuHomeFreeBSD

hyperv/vmbus: change channel_msg_lock to default mtx
ClosedPublic

Authored by howard0su_gmail.com on Apr 2 2016, 7:19 AM.
Tags
None
Referenced Files
F137012028: D5812.id14823.diff
Thu, Nov 20, 11:47 PM
F137010365: D5812.id14961.diff
Thu, Nov 20, 11:43 PM
F137010141: D5812.id.diff
Thu, Nov 20, 11:42 PM
F137007874: D5812.diff
Thu, Nov 20, 11:36 PM
Unknown Object (File)
Sun, Nov 16, 2:22 PM
Unknown Object (File)
Thu, Nov 13, 5:45 AM
Unknown Object (File)
Thu, Nov 13, 12:15 AM
Unknown Object (File)
Wed, Nov 12, 6:17 PM

Details

Summary

It is not necessary to be a spin lock. Also we cannot
call sema_post when holding a spin lock, which can
cause panic.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 3096
Build 3128: arc lint + arc unit

Event Timeline

howard0su_gmail.com retitled this revision from to hyperv/vmbus: change channel_msg_lock to default mtx.
howard0su_gmail.com updated this object.
howard0su_gmail.com edited the test plan for this revision. (Show Details)
This revision is now accepted and ready to land.Apr 2 2016, 2:35 PM
This revision was automatically updated to reflect the committed changes.