Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1591293 > unrolled thread
| Started by | Stephen Hemminger <stephen@networkplumber.org> |
|---|---|
| First post | 2017-03-02 18:00 +0100 |
| Last post | 2017-03-02 18:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] Drivers: hv: util: move waiting for release to hv_utils_transport itself Stephen Hemminger <stephen@networkplumber.org> - 2017-03-02 18:00 +0100
| From | Stephen Hemminger <stephen@networkplumber.org> |
|---|---|
| Date | 2017-03-02 18:00 +0100 |
| Subject | Re: [PATCH] Drivers: hv: util: move waiting for release to hv_utils_transport itself |
| Message-ID | <tgCf8-56J-35@gated-at.bofh.it> |
On Thu, 2 Mar 2017 10:47:49 +0100
Vitaly Kuznetsov <vkuznets@redhat.com> wrote:
> Waiting for release_event in all three drivers introduced issues on release
> as on_reset() hook is not always called. E.g. if the device was never
> opened we will never get the completion.
>
> Move the waiting code to hvutil_transport_destroy() and make sure it is
> only called when the device is open. hvt->lock serialization should
> guarantee the absence of races.
>
> Fixes: 5a66fecbf6aa ("Drivers: hv: util: kvp: Fix a rescind processing issue")
> Fixes: 20951c7535b5 ("Drivers: hv: util: Fcopy: Fix a rescind processing issue")
> Fixes: d77044d142e9 ("Drivers: hv: util: Backup: Fix a rescind processing issue")
> Reported-by: Dexuan Cui <decui@microsoft.com>
> Tested-by: Dexuan Cui <decui@microsoft.com>
> Signed-off-by: Vitaly Kuznetsov <vkuznets@redhat.com>
Acked-by: Stephen Hemminger <sthemmin@microsoft.com>
Back to top | Article view | linux.kernel
csiph-web