RE: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-09-23 Thread KY Srinivasan
ernel@vger.kernel.org; a...@canonical.com; > de...@linuxdriverproject.org > Subject: RE: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON() > > > > > -Original Message- > > From: Sitsofe Wheeler [mailto:sits...@gmail.com] > > Sent: Friday, Augu

RE: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-09-23 Thread KY Srinivasan
; a...@canonical.com; de...@linuxdriverproject.org Subject: RE: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON() -Original Message- From: Sitsofe Wheeler [mailto:sits...@gmail.com] Sent: Friday, August 29, 2014 12:29 AM To: KY Srinivasan Cc: gre...@linuxfoundation.org

RE: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-09-15 Thread KY Srinivasan
; jasow...@redhat.com; Dexuan Cui > Subject: Re: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON() > > On Wed, Aug 27, 2014 at 04:25:05PM -0700, K. Y. Srinivasan wrote: > > Cleanup the channel management code and eliminate calls to BUG_ON(). > > Also

RE: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-09-15 Thread KY Srinivasan
Cui Subject: Re: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON() On Wed, Aug 27, 2014 at 04:25:05PM -0700, K. Y. Srinivasan wrote: Cleanup the channel management code and eliminate calls to BUG_ON(). Also fix an error propagation bug in vmbus_open(). In this version

Re: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-08-29 Thread Sitsofe Wheeler
On Wed, Aug 27, 2014 at 04:25:05PM -0700, K. Y. Srinivasan wrote: > Cleanup the channel management code and eliminate calls to BUG_ON(). > Also fix an error propagation bug in vmbus_open(). > > In this version of the patch-set, I have addressed comments from > Dan Carpenter. > > K. Y. Srinivasan

Re: [PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-08-29 Thread Sitsofe Wheeler
On Wed, Aug 27, 2014 at 04:25:05PM -0700, K. Y. Srinivasan wrote: Cleanup the channel management code and eliminate calls to BUG_ON(). Also fix an error propagation bug in vmbus_open(). In this version of the patch-set, I have addressed comments from Dan Carpenter. K. Y. Srinivasan (5):

[PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-08-27 Thread K. Y. Srinivasan
Cleanup the channel management code and eliminate calls to BUG_ON(). Also fix an error propagation bug in vmbus_open(). In this version of the patch-set, I have addressed comments from Dan Carpenter. K. Y. Srinivasan (5): Drivers: hv: vmbus: Cleanup vmbus_post_msg() Drivers: hv: vmbus:

[PATCH V2 0/5] Drivers: hv: vmbus: Eliminate calls to BUG_ON()

2014-08-27 Thread K. Y. Srinivasan
Cleanup the channel management code and eliminate calls to BUG_ON(). Also fix an error propagation bug in vmbus_open(). In this version of the patch-set, I have addressed comments from Dan Carpenter. K. Y. Srinivasan (5): Drivers: hv: vmbus: Cleanup vmbus_post_msg() Drivers: hv: vmbus: