]> git.baikalelectronics.ru Git - kernel.git/commit
scsi: aacraid: Fix controller initialization failure
authorRaghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Tue, 17 Oct 2017 00:22:31 +0000 (17:22 -0700)
committerMartin K. Petersen <martin.petersen@oracle.com>
Tue, 17 Oct 2017 03:17:52 +0000 (23:17 -0400)
commit43650093df7af0daf4135c689462f8889e0782fe
tree6cf5a0cbccbb6706cff8d68b71d144a47d24e9b2
parent732f164b4ebff0b885fcd578c21a90366bbfde36
scsi: aacraid: Fix controller initialization failure

This is a fix to an issue where the driver sends its periodic WELLNESS
command to the controller after the driver shut it down.This causes the
controller to crash. The window where this can happen is small, but it
can be hit at around 4 hours of constant resets.

Cc: <stable@vger.kernel.org>
Fixes: bf9d5d9c9868 (aacraid: Fix AIF triggered IOP_RESET)
Signed-off-by: Raghava Aditya Renukunta <RaghavaAditya.Renukunta@microsemi.com>
Reviewed-by: Dave Carroll <david.carroll@microsemi.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/scsi/aacraid/comminit.c
drivers/scsi/aacraid/linit.c