The host can rescind an offer any time after the offer has been made to the guest. This patch-set cleans up how we handle rescind messages from the host. K. Y. Srinivasan (6): Drivers: hv: vmbus: Properly handle child device remove Drivers: hv: vmbus: Introduce a function to remove a rescinded offer Drivers: hv: vmbus: Handle both rescind and offer messages in the same context Drivers: hv: vmbus: Remove the channel from the channel list(s) on failure Drivers: hv: util: On device remove, close the channel after de-initializing the service Drivers: hv: vmbus: Get rid of some unnecessary messages drivers/hv/channel.c | 9 ++++ drivers/hv/channel_mgmt.c | 95 ++++++++++++++++++++------------------------ drivers/hv/connection.c | 7 +--- drivers/hv/hv_util.c | 2 +- drivers/hv/vmbus_drv.c | 26 +++++++++--- include/linux/hyperv.h | 1 + 6 files changed, 74 insertions(+), 66 deletions(-) -- 1.7.4.1 _______________________________________________ devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxx http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel