[PATCH] vmbus: fix missed ring events on boot

Dexuan Cui decui at microsoft.com
Sat Mar 18 07:46:21 UTC 2017


> From: devel [mailto:driverdev-devel-bounces at linuxdriverproject.org] On
> Behalf Of Stephen Hemminger
> @@ -609,7 +609,15 @@ static int vmbus_close_internal(struct
> @@ -480,20 +492,12 @@ static void vmbus_process_offer(struct

Hi Stephen,
Thanks for the patch!

hv_event_tasklet_enable() is called in 4 places in 4.10:

vmbus_close_internal, hv_process_channel_removal and 
vmbus_process_offer (twice).

The patch only fixes 2 of the 4 ones.
Should we fix all of them?

Thanks,
-- Dexuan


More information about the devel mailing list