Re: [PATCH V2 00/15] aacraid: Fixes and enhancements for arc family

2017-02-20 Thread Martin K. Petersen
> "Raghava" == Raghava Aditya Renukunta 
>  writes:

Raghava> This patch set contains issue fixes, enhancements and other
Raghava> misc changes.  The majority of the fixes are a direct outcome
Raghava> of testing and work done on the adapter reset
Raghava> mechanism. Initially it just had IOP reset and then was
Raghava> augmented with IWBR soft hardware resets in the previous patch
Raghava> set. The reset mechanism is triggered in 2 paths, one is from
Raghava> the eh handler from the kernel and the other is from the
Raghava> driver's internal periodic health checkup.

Applied to 4.11/scsi-queue.

-- 
Martin K. Petersen  Oracle Linux Engineering


[PATCH V2 00/15] aacraid: Fixes and enhancements for arc family

2017-02-16 Thread Raghava Aditya Renukunta
This patch set contains issue fixes, enhancements and other misc changes.

The majority of the fixes are a direct outcome of testing and work done on the
adapter reset mechanism. Initially it just had IOP reset and then was augmented
with IWBR soft hardware resets in the previous patch set. The reset mechanism
is triggered in 2 paths, one is from the eh handler from the kernel and the
other is from the driver's internal periodic health checkup.

Changes in V2:
Withdrew PATCH 10 (aacraid: Terminate kthread on controller fw assert) in lieu
of reworking and submitting it in this patchset.
Refactored memory leak fix patch
Refactored EEH patch to remove macro
Misc grammar fixes

Raghava Aditya Renukunta (15):
 [SCSI] aacraid: Fix camel case
 [SCSI] aacraid: Use correct channel number for raw srb
 [SCSI] aacraid: Fix for excessive prints on EEH
 [SCSI] aacraid: Prevent E3 lockup when deleting units
 [SCSI] aacraid: Fix memory leak in fib init path
 [SCSI] aacraid: Added sysfs for driver version
 [SCSI] aacraid: Fix sync fibs time out on controller reset
 [SCSI] aacraid: Skip wellness sync on controller failure
 [SCSI] aacraid: Reload offlined drives after controller reset
 [SCSI] aacraid: Decrease adapter health check  interval
 [SCSI] aacraid: Skip IOP reset on controller panic(SMART Family)
 [SCSI] aacraid: Reorder Adapter status check
 [SCSI] aacraid: Save adapter fib log before an IOP reset
 [SCSI] aacraid: Fix a potential spinlock double unlock bug
 [SCSI] aacraid: Update driver version

 drivers/scsi/aacraid/aachba.c   |  59 --
 drivers/scsi/aacraid/aacraid.h  | 107 +---
 drivers/scsi/aacraid/commctrl.c |   2 +-
 drivers/scsi/aacraid/comminit.c |   2 +-
 drivers/scsi/aacraid/commsup.c  | 107 
 drivers/scsi/aacraid/linit.c|  47 --
 drivers/scsi/aacraid/rx.c   |   2 +-
 drivers/scsi/aacraid/src.c  |  48 +++---
 8 files changed, 254 insertions(+), 120 deletions(-)

-- 
2.7.4