RE: [PATCH V3 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-05 Thread KY Srinivasan
> -Original Message- > From: K. Y. Srinivasan [mailto:k...@microsoft.com] > Sent: Friday, December 5, 2014 4:27 PM > To: gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproject.org; o...@aepfle.de; a...@canonical.com; > jasow...@redhat.com > Cc: KY Srinivasan

RE: drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that may result in I/O freeze

2014-12-05 Thread KY Srinivasan
> -Original Message- > From: Long Li [mailto:lon...@microsoft.com] > Sent: Friday, December 5, 2014 7:38 PM > To: linux-s...@vger.kernel.org > Cc: KY Srinivasan; Haiyang Zhang; jbottom...@parallels.com; > de...@linuxdriverproject.org; linux-ker...@vger.kernel.org; Long Li > Subject: drive

[PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-05 Thread K. Y. Srinivasan
Implement a clockevent device based on the timer support available on Hyper-V. In this version of the patch I have addressed Jason's review comments. Signed-off-by: K. Y. Srinivasan Reviewed-by: Jason Wang --- arch/x86/include/uapi/asm/hyperv.h | 11 + drivers/hv/hv.c|

Re: [PATCH 1/1] Drivers: hv: vmbus: Implement a clockevent device

2014-12-05 Thread Greg KH
On Fri, Dec 05, 2014 at 07:58:44PM -0800, K. Y. Srinivasan wrote: > Implement a clockevent device based on the timer support available on > Hyper-V. > In this version of the patch I have addressed Jason's review comments. > > Signed-off-by: K. Y. Srinivasan > Reviewed-by: Jason Wang > --- Why d

[PATCH v2] staging: lustre: fix sparse warning on LPROC_SEQ_FOPS macros

2014-12-05 Thread Tristan Lelong
This patch fix a sparse warning in lustre sources warning: incorrect type in argument 1 (different address spaces) expected void [noderef] *to got char * This is done by adding the missing __user attribute on userland pointers inside the LPROC_SEQ_FOPS like macros: - LPROC_SEQ_FOPS - LPR

[PATCH] staging: lustre: replace static value with define

2014-12-05 Thread Tristan Lelong
This patch replace the value '80' used in several files in the lustre source code with a define LUSTRE_MDT_MAXNAMELEN. This value is used in 4 different structures as the maximum len for a service name. According to the comments, these names follow a convention which make it possible to use the

<    1   2