Re: [PATCH] aacraid: do not activate events on non-SRC adapters

2016-05-19 Thread Martin K. Petersen
> "Hannes" == Hannes Reinecke writes: Hannes> Only SRC-based adapters support the AifReqEvent function, so Hannes> there is no point in trying to activate it on older, non-SRC Hannes> based adapters. Doing so lead to crashes on older adapters. Applied to 4.7/scsi-fixes. -- Martin K. Peter

RE: [PATCH] aacraid: do not activate events on non-SRC adapters

2016-05-19 Thread Raghava Aditya Renukunta
a Aditya Renukunta; Hannes Reinecke; Hannes > Reinecke > Subject: [PATCH] aacraid: do not activate events on non-SRC adapters > > EXTERNAL EMAIL > > > Only SRC-based adapters support the AifReqEvent function, so > there is no point in trying to activate it on older, no

[PATCH] aacraid: do not activate events on non-SRC adapters

2016-05-18 Thread Hannes Reinecke
Only SRC-based adapters support the AifReqEvent function, so there is no point in trying to activate it on older, non-SRC based adapters. Doing so lead to crashes on older adapters. Reviewed-by: Johannes Thumshirn Signed-off-by: Hannes Reinecke --- drivers/scsi/aacraid/aacraid.h | 5 + dri