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
F150510483: D5812.diff
Wed, Apr 1, 8:52 PM
Unknown Object (File)
Mon, Mar 30, 3:28 PM
Unknown Object (File)
Sun, Mar 29, 10:54 PM
Unknown Object (File)
Fri, Mar 27, 12:51 AM
Unknown Object (File)
Mon, Mar 16, 1:18 AM
Unknown Object (File)
Sun, Mar 15, 8:44 PM
Unknown Object (File)
Sun, Mar 15, 1:01 PM
Unknown Object (File)
Sat, Mar 14, 7:21 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 Not Applicable
Unit
Tests Not Applicable

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.