RE: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread KY Srinivasan
> -Original Message- > From: Martin K. Petersen [mailto:martin.peter...@oracle.com] > Sent: Saturday, July 26, 2014 12:25 PM > To: KY Srinivasan > Cc: Martin K. Petersen; Sitsofe Wheeler; Christoph Hellwig; > gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverpro

[PATCH] staging: gdm724x: fix misplaced open braces

2014-07-26 Thread Cihangir Akturk
This patch fixes the following checkpatch.pl issues in gdm_usb.c: ERROR: that open brace { should be on the previous line Signed-off-by: Cihangir Akturk --- drivers/staging/gdm724x/gdm_usb.c | 28 +++- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/driver

[PATCH] staging: ced1401: userspace: use1401.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-26 Thread Rickard Strandqvist
Replacing strncpy with strlcpy to avoid strings that lacks null terminate. And replacing strncat with strlcat because of incorrect use. Signed-off-by: Rickard Strandqvist --- drivers/staging/ced1401/userspace/use1401.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --

Re: [PATCH] wlan-ng:prism2sta: Changes reporting format to meet checkpatch.pl

2014-07-26 Thread Greg Kroah-Hartman
On Sat, Jul 26, 2014 at 04:09:24PM -0400, torresari...@gmail.com wrote: > From: Santiago Torres > > [linux-next]: Make the format strings for netdev_err shorter so they can > fit under the 80 column width requirement. We do not have that requirement for strings at all, so no need to make this ch

[PATCH] wlan-ng:prism2sta: Changes reporting format to meet checkpatch.pl

2014-07-26 Thread torresariass
From: Santiago Torres [linux-next]: Make the format strings for netdev_err shorter so they can fit under the 80 column width requirement. To achieve this, the "result=" was stripped down to an implicit version (i.e. result=%d to (%d)). This allows the whole string to fit inside the 80 column li

Re: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread Martin K. Petersen
> "KY" == KY Srinivasan writes: >> Great! I'd just like to have a reasonable level of confidence in >> what's happening down the stack before I entertain turning something >> on that's not being properly advertised. KY> As I look at the output of inquiry between Linux on Hyper-V and KY> nati

RE: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread KY Srinivasan
> -Original Message- > From: Martin K. Petersen [mailto:martin.peter...@oracle.com] > Sent: Saturday, July 26, 2014 9:55 AM > To: KY Srinivasan > Cc: Martin K. Petersen; Sitsofe Wheeler; Christoph Hellwig; > gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverproj

Re: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread Martin K. Petersen
> "KY" == KY Srinivasan writes: >> The LBP VPD page flags UNMAP as being supported. Do you actually >> support UNMAP to DSM TRIM SCSI-ATA translation? KY> I have been told by the Windows folks that this is done. I am trying KY> to get additional details. Great! I'd just like to have a reaso

Re: Anybody working on sep?

2014-07-26 Thread Greg KH
On Sat, Jul 26, 2014 at 10:55:11AM +0100, Alan Cox wrote: > On Fri, 2014-07-25 at 21:54 -0700, Greg KH wrote: > > On Fri, Jul 25, 2014 at 10:54:47PM +0100, Alan Cox wrote: > > > On Fri, 2014-07-25 at 20:17 +0300, Kristina Martšenko wrote: > > > > On 23/06/14 23:32, Kristina Martšenko wrote: > > > >

[PATCH] staging: usbip: stub_main.c: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-26 Thread Rickard Strandqvist
Replacing strncpy with strlcpy to avoid strings that lacks null terminate. Signed-off-by: Rickard Strandqvist --- drivers/staging/usbip/stub_main.c | 10 +++--- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/drivers/staging/usbip/stub_main.c b/drivers/staging/usbip/stub_mai

[PATCH] staging: unisys: include: uisutils.h: Cleaning up missing null-terminate in conjunction with strncpy

2014-07-26 Thread Rickard Strandqvist
Replacing strncpy with strlcpy to avoid strings that lacks null terminate. Signed-off-by: Rickard Strandqvist --- drivers/staging/unisys/include/uisutils.h |8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/unisys/include/uisutils.h b/drivers/staging/

RE: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread KY Srinivasan
> -Original Message- > From: Martin K. Petersen [mailto:martin.peter...@oracle.com] > Sent: Friday, July 25, 2014 9:57 AM > To: KY Srinivasan > Cc: Martin K. Petersen; Sitsofe Wheeler; Christoph Hellwig; > gre...@linuxfoundation.org; linux-ker...@vger.kernel.org; > de...@linuxdriverprojec

RE: [PATCH v2 3/3] [SCSI] Make LBP quirk skip lbpme checks tests

2014-07-26 Thread KY Srinivasan
> -Original Message- > From: James Bottomley [mailto:jbottom...@parallels.com] > Sent: Friday, July 25, 2014 10:10 AM > To: KY Srinivasan > Cc: linux-ker...@vger.kernel.org; h...@infradead.org; sits...@gmail.com; > de...@linuxdriverproject.org; a...@canonical.com; > martin.peter...@oracle

Re: [PATCH] staging: vt6655: fix direct dereferencing of user pointer

2014-07-26 Thread Malcolm Priestley
On 26/07/14 10:18, Guillaume CLÉMENT wrote: On Sat, Jul 26, 2014 at 10:24:30AM +0200, Guillaume CLÉMENT wrote: Hi Malcolm, On Sat, Jul 26, 2014 at 12:09:49AM +0100, Malcolm Priestley wrote: Hi Guillaume On 25/07/14 13:47, Guillaume Clement wrote: Sparse reported that the data from tagSCmdReq

Re: Anybody working on sep?

2014-07-26 Thread Alan Cox
On Fri, 2014-07-25 at 21:54 -0700, Greg KH wrote: > On Fri, Jul 25, 2014 at 10:54:47PM +0100, Alan Cox wrote: > > On Fri, 2014-07-25 at 20:17 +0300, Kristina Martšenko wrote: > > > On 23/06/14 23:32, Kristina Martšenko wrote: > > > > Hi Mark, > > > > > > > > I'm helping Greg do a bit of cleanup in

Re: [PATCH] staging: vt6655: fix direct dereferencing of user pointer

2014-07-26 Thread Guillaume CLÉMENT
On Sat, Jul 26, 2014 at 10:24:30AM +0200, Guillaume CLÉMENT wrote: > Hi Malcolm, > > On Sat, Jul 26, 2014 at 12:09:49AM +0100, Malcolm Priestley wrote: > > Hi Guillaume > > > > On 25/07/14 13:47, Guillaume Clement wrote: > > > Sparse reported that the data from tagSCmdRequest is given by > > > user

Re: [PATCH] staging: vt6655: fix direct dereferencing of user pointer

2014-07-26 Thread Guillaume CLÉMENT
Hi Malcolm, On Sat, Jul 26, 2014 at 12:09:49AM +0100, Malcolm Priestley wrote: > Hi Guillaume > > On 25/07/14 13:47, Guillaume Clement wrote: > > Sparse reported that the data from tagSCmdRequest is given by > > userspace, so it should be tagged as such. > extra is not in user space > All right.