Page MenuHomeFreeBSD

hyperv/vmbus: Fix the multi-channel revoking on vmbus side.
ClosedPublic

Authored by sepherosa_gmail.com on Nov 17 2016, 9:13 AM.
Tags
None
Referenced Files
F114182508: D8546.id22277.diff
Tue, Apr 8, 7:15 PM
Unknown Object (File)
Fri, Mar 21, 4:00 AM
Unknown Object (File)
Mar 3 2025, 1:12 PM
Unknown Object (File)
Mar 3 2025, 11:01 AM
Unknown Object (File)
Mar 3 2025, 8:57 AM
Unknown Object (File)
Mar 3 2025, 7:44 AM
Unknown Object (File)
Feb 22 2025, 2:04 PM
Unknown Object (File)
Feb 22 2025, 2:04 PM
Subscribers
None

Details

Summary
  • Reference count the sub-channel when channel offer message is processed, so that immediate rescind message on the same channel will not race sub-channel open on driver side.
  • Drop the above reference when sub-channel is closed, this closely mimics the hypervisor's reaction when primary channel is closed on the VM side. No drivers use sub-channel after primary channel is closed.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

sepherosa_gmail.com retitled this revision from to hyperv/vmbus: Fix the multi-channel revoking on vmbus side..
sepherosa_gmail.com updated this object.
sepherosa_gmail.com edited the test plan for this revision. (Show Details)
This revision was automatically updated to reflect the committed changes.