Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread zhong jiang
On 2018/9/18 23:10, Greg KH wrote: > On Tue, Sep 18, 2018 at 11:00:37PM +0800, zhong jiang wrote: >> Hi, Greg >> >> Can you pick up the patch? > Nope, sorry, as before, work with the maintainers please. Thank you for your reply timely .:-) Sincerely, zhong jiang > greg k-h > > . >

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread zhong jiang
On 2018/9/18 23:10, Greg KH wrote: > On Tue, Sep 18, 2018 at 11:00:37PM +0800, zhong jiang wrote: >> Hi, Greg >> >> Can you pick up the patch? > Nope, sorry, as before, work with the maintainers please. Thank you for your reply timely .:-) Sincerely, zhong jiang > greg k-h > > . >

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread Greg KH
On Tue, Sep 18, 2018 at 11:00:37PM +0800, zhong jiang wrote: > Hi, Greg > > Can you pick up the patch? Nope, sorry, as before, work with the maintainers please. greg k-h

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread Greg KH
On Tue, Sep 18, 2018 at 11:00:37PM +0800, zhong jiang wrote: > Hi, Greg > > Can you pick up the patch? Nope, sorry, as before, work with the maintainers please. greg k-h

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread Martin K. Petersen
Hi Zhong, > Can you pick up the patch? Please submit SCSI patches to linux-s...@vger.kernel.org so they get tracked in patchwork. Thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread Martin K. Petersen
Hi Zhong, > Can you pick up the patch? Please submit SCSI patches to linux-s...@vger.kernel.org so they get tracked in patchwork. Thank you! -- Martin K. Petersen Oracle Linux Engineering

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread zhong jiang
3, 2018 7:43 AM >>> To: don.br...@microsemi.com; j...@linux.vnet.ibm.com; >>> martin.peter...@oracle.com >>> Cc: linux-kernel@vger.kernel.org >>> Subject: [PATCH v2] scsi: Use vmemdup_user to replace the open code >>> >>> EXTERNAL EMAIL >>>

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-09-18 Thread zhong jiang
3, 2018 7:43 AM >>> To: don.br...@microsemi.com; j...@linux.vnet.ibm.com; >>> martin.peter...@oracle.com >>> Cc: linux-kernel@vger.kernel.org >>> Subject: [PATCH v2] scsi: Use vmemdup_user to replace the open code >>> >>> EXTERNAL EMAIL >>>

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-08-23 Thread zhong jiang
gt; Cc: linux-kernel@vger.kernel.org >> Subject: [PATCH v2] scsi: Use vmemdup_user to replace the open code >> >> EXTERNAL EMAIL >> >> >> EXTERNAL EMAIL >> >> >> vmemdup_user is better than duplicating its implementation, So just >>

Re: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-08-23 Thread zhong jiang
gt; Cc: linux-kernel@vger.kernel.org >> Subject: [PATCH v2] scsi: Use vmemdup_user to replace the open code >> >> EXTERNAL EMAIL >> >> >> EXTERNAL EMAIL >> >> >> vmemdup_user is better than duplicating its implementation, So just >>

RE: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-08-13 Thread Don.Brace
> -Original Message- > From: zhong jiang [mailto:zhongji...@huawei.com] > Sent: Monday, August 13, 2018 7:43 AM > To: don.br...@microsemi.com; j...@linux.vnet.ibm.com; > martin.peter...@oracle.com > Cc: linux-kernel@vger.kernel.org > Subject: [PATCH v2] scsi: Use vm

RE: [PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-08-13 Thread Don.Brace
> -Original Message- > From: zhong jiang [mailto:zhongji...@huawei.com] > Sent: Monday, August 13, 2018 7:43 AM > To: don.br...@microsemi.com; j...@linux.vnet.ibm.com; > martin.peter...@oracle.com > Cc: linux-kernel@vger.kernel.org > Subject: [PATCH v2] scsi: Use vm

[PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-08-13 Thread zhong jiang
vmemdup_user is better than duplicating its implementation, So just replace the open code. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang --- drivers/scsi/hpsa.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/hpsa.c

[PATCH v2] scsi: Use vmemdup_user to replace the open code

2018-08-13 Thread zhong jiang
vmemdup_user is better than duplicating its implementation, So just replace the open code. The issue is detected with the help of Coccinelle. Signed-off-by: zhong jiang --- drivers/scsi/hpsa.c | 12 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/drivers/scsi/hpsa.c