Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1332815
| From | Vitaly Kuznetsov <vkuznets@redhat.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/4] Drivers: hv: vmbus: bugfix and improvements for message handling |
| Date | 2016-02-12 16:50 +0100 |
| Message-ID | <r1o8N-tk-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
First patch of the series addresses a potentially important issue,
second patch tries to make crash path more stable, the rest is just
a cleanup.
Please review.
Vitaly Kuznetsov (4):
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
Drivers: hv: vmbus: avoid wait_for_completion() on crash
Drivers: hv: vmbus: remove code duplication in message handling
Drivers: hv: vmbus: avoid unneeded compiler optimizations in
vmbus_wait_for_unload()
drivers/hv/channel_mgmt.c | 16 +++------
drivers/hv/connection.c | 2 +-
drivers/hv/hyperv_vmbus.h | 26 ++++++++++++++-
drivers/hv/vmbus_drv.c | 82 +++++++++++++----------------------------------
4 files changed, 52 insertions(+), 74 deletions(-)
--
2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/4] Drivers: hv: vmbus: bugfix and improvements for message handling Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-02-12 16:50 +0100
[PATCH 1/4] Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-02-12 16:50 +0100
Re: [PATCH 1/4] Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages Radim Krcmar <rkrcmar@redhat.com> - 2016-02-15 22:00 +0100
[PATCH 2/4] Drivers: hv: vmbus: avoid wait_for_completion() on crash Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-02-12 16:50 +0100
Re: [PATCH 2/4] Drivers: hv: vmbus: avoid wait_for_completion() on crash Radim Krcmar <rkrcmar@redhat.com> - 2016-02-15 22:10 +0100
[PATCH 3/4] Drivers: hv: vmbus: remove code duplication in message handling Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-02-12 16:50 +0100
Re: [PATCH 3/4] Drivers: hv: vmbus: remove code duplication in message handling Radim Krcmar <rkrcmar@redhat.com> - 2016-02-15 22:10 +0100
[PATCH 4/4] Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload() Vitaly Kuznetsov <vkuznets@redhat.com> - 2016-02-12 16:50 +0100
Re: [PATCH 4/4] Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload() Radim Krcmar <rkrcmar@redhat.com> - 2016-02-15 22:20 +0100
csiph-web