Re: [PATCH] scsi: ufs: Check that space was properly alloced in copy_query_response

2019-06-04 Thread Martin K. Petersen
Avri, > struct ufs_dev_cmd is the main container that supports device management > commands. In the case of a read descriptor request, we assume that the > proper space was allocated in dev_cmd to hold the returning descriptor. > > This is no longer true, as there are flows that doesn't use

RE: [PATCH] scsi: ufs: Check that space was properly alloced in copy_query_response

2019-06-03 Thread Avri Altman
Hi Alim, Thank you for your review. Sorry for the late response - I was away for a couple of weeks. Thanks, Avri > Subject: Re: [PATCH] scsi: ufs: Check that space was properly alloced in > copy_query_response > > Hi Avri > > On 5/21/19 1:54 PM, Avri Altman wrote: > > struct ufs_dev_cmd is the

RE: [EXT] [PATCH] scsi: ufs: Check that space was properly alloced in copy_query_response

2019-05-28 Thread Bean Huo (beanhuo)
Hi, Avri > >Signed-off-by: Avri Altman Acked-by: Bean Huo Thanks, //Bean

Re: [PATCH] scsi: ufs: Check that space was properly alloced in copy_query_response

2019-05-27 Thread Alim Akhtar
Hi Avri On 5/21/19 1:54 PM, Avri Altman wrote: > struct ufs_dev_cmd is the main container that supports device management > commands. In the case of a read descriptor request, we assume that the > proper space was allocated in dev_cmd to hold the returning descriptor. > > This is no longer true,

[PATCH] scsi: ufs: Check that space was properly alloced in copy_query_response

2019-05-21 Thread Avri Altman
struct ufs_dev_cmd is the main container that supports device management commands. In the case of a read descriptor request, we assume that the proper space was allocated in dev_cmd to hold the returning descriptor. This is no longer true, as there are flows that doesn't use dev_cmd for device