RE: [PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-02-05 Thread Sumit Saxena
om.com; linux- > s...@vger.kernel.org; James Bottomley; the...@redhat.com > Subject: Re: [PATCH] megaraid: fix null pointer check in megasas_detach_one(). > > >>>>> "Sumit" == Sumit Saxena writes: > > Sumit, > > Sumit> Patch looks good but it n

Re: [PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-02-04 Thread Martin K. Petersen
> "Maurizio" == Maurizio Lombardi writes: Maurizio> The pd_seq_sync pointer can't be NULL, we have to check its Maurizio> entries instead. Applied to 4.6/scsi-queue. -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi"

Re: [PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-02-04 Thread Tomas Henzl
On 22.1.2016 13:41, Maurizio Lombardi wrote: > The pd_seq_sync pointer can't be NULL, we have to check > its entries instead. > > Signed-off-by: Maurizio Lombardi Reviewed-by: Tomas Henzl Tomas -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to

Re: [PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-02-03 Thread Martin K. Petersen
> "Sumit" == Sumit Saxena writes: Sumit, Sumit> Patch looks good but it needs to be rebased with latest repo as Sumit> very recently you have checked in few megaraid_sas patches and Sumit> there are two critical patches for megaraid_sas are yet pending. You still need to respond to Tomas' c

RE: [PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-02-02 Thread Sumit Saxena
nel.org; > jbottom...@parallels.com; the...@redhat.com > Subject: Re: [PATCH] megaraid: fix null pointer check in megasas_detach_one(). > > >>>>> "Maurizio" == Maurizio Lombardi writes: > > Maurizio> The pd_seq_sync pointer can't be NULL, we have to check

Re: [PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-02-01 Thread Martin K. Petersen
> "Maurizio" == Maurizio Lombardi writes: Maurizio> The pd_seq_sync pointer can't be NULL, we have to check its Maurizio> entries instead. Sumit? -- Martin K. Petersen Oracle Linux Engineering -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a me

[PATCH] megaraid: fix null pointer check in megasas_detach_one().

2016-01-22 Thread Maurizio Lombardi
The pd_seq_sync pointer can't be NULL, we have to check its entries instead. Signed-off-by: Maurizio Lombardi --- drivers/scsi/megaraid/megaraid_sas_base.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/scsi/megaraid/megaraid_sas_base.c b/drivers/scsi/meg