Re: [PATCH 13/14] x86/ticketlock: add slowpath logic

2011-02-18 Thread Srivatsa Vaddagiri
On Mon, Jan 24, 2011 at 01:56:53PM -0800, Jeremy Fitzhardinge wrote: For some reason, I seem to be missing emails from your id/domain and hence had missed this completely! * bits. However, we need to be careful about this because someone * may just be entering as we leave, and enter

[PATCH] Staging: hv: Fixed FIXME comments by using list_for_each_entry

2011-02-18 Thread Hank Janssen
Fixed FIXME requests in channel_mgmt.c by using list_for_each_entry. Signed-off-by: Hank Janssen hjans...@microsoft.com Signed-off-by: K.Y. Srinivasan k...@microsoft.com --- drivers/staging/hv/channel_mgmt.c | 24 1 files changed, 8 insertions(+), 16 deletions(-)

Re: [PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread Greg KH
On Fri, Feb 18, 2011 at 10:00:04PM +, KY Srinivasan wrote: -Original Message- From: Greg KH [mailto:g...@kroah.com] Sent: Friday, February 18, 2011 4:14 PM To: KY Srinivasan Cc: gre...@suse.de; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org;

RE: [PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread KY Srinivasan
-Original Message- From: Greg KH [mailto:gre...@suse.de] Sent: Friday, February 18, 2011 5:07 PM To: KY Srinivasan Cc: Greg KH; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; virtualizat...@lists.osdl.org Subject: Re: [PATCH]: Staging: hv: Allocate the vmbus irq

[PATCH]: Staging: hv: Dynamically allocate irqs

2011-02-18 Thread K. Y. Srinivasan
Dynamically allocate the irq for vmbus. Hyper-V delivers this interrupt on a specific CPU and so mark the interrupt so that it cannot be migrated to other CPUs. Signed-off-by: K. Y. Srinivasan k...@microsoft.com Signed-off-by: Haiyang Zhang haiya...@microsoft.com Signed-off-by: Hank Janssen

Re: [PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread Greg KH
On Fri, Feb 18, 2011 at 10:16:05PM +, KY Srinivasan wrote: -Original Message- From: Greg KH [mailto:gre...@suse.de] Sent: Friday, February 18, 2011 5:07 PM To: KY Srinivasan Cc: Greg KH; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org;

[PATCH 1/2] staging: hv: Remove unnecessary ASSERTs in netvsc_initialize()

2011-02-18 Thread Haiyang Zhang
These fields have been assigned in netvsc_drv_init() before calling netvsc_initialize(), so there is no need to check them. The ASSERTs were already commented out, and this patch removes them. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Signed-off-by: K. Y. Srinivasan k...@microsoft.com

[PATCH 2/2] staging: hv: Fix the WARN_ON condition in free_net_device()

2011-02-18 Thread Haiyang Zhang
In a previous commit, 7a09876d, ASSERT was changed to WARN_ON, but the condition wasn't updated. This patch fixed this error. Signed-off-by: Haiyang Zhang haiya...@microsoft.com Signed-off-by: K. Y. Srinivasan k...@microsoft.com Signed-off-by: Hank Janssen hjans...@microsoft.com ---

RE: [PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread KY Srinivasan
-Original Message- From: Greg KH [mailto:gre...@suse.de] Sent: Friday, February 18, 2011 5:29 PM To: KY Srinivasan Cc: Greg KH; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; virtualizat...@lists.osdl.org Subject: Re: [PATCH]: Staging: hv: Allocate the vmbus irq

Re: [PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread Greg KH
On Sat, Feb 19, 2011 at 12:56:16AM +, KY Srinivasan wrote: -Original Message- From: Greg KH [mailto:gre...@suse.de] Sent: Friday, February 18, 2011 5:29 PM To: KY Srinivasan Cc: Greg KH; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org;

[PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread K. Y. Srinivasan
Signed-off-by: K. Y. Srinivasan k...@microsoft.com Signed-off-by: Haiyang Zhang haiya...@microsoft.com Signed-off-by: Hank Janssen hjans...@microsoft.com --- drivers/staging/hv/vmbus_drv.c | 72 +++- 1 files changed, 56 insertions(+), 16 deletions(-) diff

RE: [PATCH]: Staging: hv: Allocate the vmbus irq dynamically

2011-02-18 Thread KY Srinivasan
-Original Message- From: Greg KH [mailto:gre...@suse.de] Sent: Friday, February 18, 2011 8:03 PM To: KY Srinivasan Cc: Greg KH; linux-ker...@vger.kernel.org; de...@linuxdriverproject.org; virtualizat...@lists.osdl.org Subject: Re: [PATCH]: Staging: hv: Allocate the vmbus irq