Message ID | 1571120524-6037-1-git-send-email-balsundar.p@microsemi.com (mailing list archive) |
---|---|
Headers | show |
Series | scsi: aacraid updates | expand |
Balsundar, > Balsundar P (7): > scsi: aacraid: Fix illegal data read or write beyond last LBA > scsi: aacraid: Fixed failure to check IO response and report IO error > scsi: aacraid: Fixed basecode assert when IOP reset is sent by driver > scsi: aacraid: setting different timeout for src and thor > scsi: aacraid: check adapter health before processing IOCTL > scsi: aacraid: Issued AIF request command after IOP RESET > scsi: aacraid: Update driver version to 50983 Applied to 5.5/scsi-queue. Zeroday had some additional warnings that were not introduced by this series. Please review and address those. Thanks!
From: Balsundar P <balsundar.p@microsemi.com> These patch are based on scsi misc tree Balsundar P (7): scsi: aacraid: Fix illegal data read or write beyond last LBA scsi: aacraid: Fixed failure to check IO response and report IO error scsi: aacraid: Fixed basecode assert when IOP reset is sent by driver scsi: aacraid: setting different timeout for src and thor scsi: aacraid: check adapter health before processing IOCTL scsi: aacraid: Issued AIF request command after IOP RESET scsi: aacraid: Update driver version to 50983 drivers/scsi/aacraid/aachba.c | 11 ++++++----- drivers/scsi/aacraid/aacraid.h | 23 ++++++++++++++++------ drivers/scsi/aacraid/comminit.c | 5 +++++ drivers/scsi/aacraid/commsup.c | 21 +++++++++++++++++++- drivers/scsi/aacraid/linit.c | 35 +++++++++++++++++++++++++++------ drivers/scsi/aacraid/src.c | 10 ++++++++++ 6 files changed, 87 insertions(+), 18 deletions(-)