RE: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-16 Thread KY Srinivasan
v: vmbus: prevent new subchannel creation > on device shutdown > > Dexuan Cui writes: > > >> -Original Message- > >> From: Vitaly Kuznetsov > >> Sent: Monday, July 13, 2015 20:19 > >> Subject: [PATCH] Drivers: hv: vmbus: prevent new subchann

RE: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-15 Thread KY Srinivasan
v: vmbus: prevent new subchannel creation > on device shutdown > > Dexuan Cui writes: > > >> -Original Message- > >> From: Vitaly Kuznetsov > >> Sent: Monday, July 13, 2015 20:19 > >> Subject: [PATCH] Drivers: hv: vmbus: prevent new subchann

Re: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-14 Thread Vitaly Kuznetsov
Dexuan Cui writes: >> -Original Message- >> From: Vitaly Kuznetsov >> Sent: Monday, July 13, 2015 20:19 >> Subject: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on >> device >> shutdown >> >> When a new subchannel o

RE: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-14 Thread Dexuan Cui
> -Original Message- > From: Vitaly Kuznetsov > Sent: Monday, July 13, 2015 20:19 > Subject: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device > shutdown > > When a new subchannel offer from host comes during device shutdown (e.g. > when a

Re: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-13 Thread Vitaly Kuznetsov
gt;> Subject: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on >> device shutdown >> >> When a new subchannel offer from host comes during device shutdown >> (e.g. >> when a netvsc/storvsc module is unloadedshortly after it was loaded) a >>

RE: [PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-13 Thread KY Srinivasan
> -Original Message- > From: Vitaly Kuznetsov [mailto:vkuzn...@redhat.com] > Sent: Monday, July 13, 2015 5:19 AM > To: de...@linuxdriverproject.org > Cc: KY Srinivasan; Haiyang Zhang; Dexuan Cui; linux-ker...@vger.kernel.org > Subject: [PATCH] Drivers: hv: vmbus: prev

[PATCH] Drivers: hv: vmbus: prevent new subchannel creation on device shutdown

2015-07-13 Thread Vitaly Kuznetsov
When a new subchannel offer from host comes during device shutdown (e.g. when a netvsc/storvsc module is unloadedshortly after it was loaded) a crash can happen as vmbus_process_offer() is not anyhow serialized with vmbus_remove(). As an example we can try calling subchannel create callback when th