Changes from v2: - Patch 9: Updated patch description - Dropped patch 11 of the last series. As per discussion with Christoph Hellwig, there was concern over the blk-mq specific hack in the changes. Also this needs to be tested with latest blk-mq performance improvements patchset from Ming. We will follow up on this patch during next phase submission. - Rebased all patches to latest scsi/for-next branch. Changes from v1: - Patch 4: Updated patch description - Patch 9: Cleanup ld_drv_map in case ld_map allocation fails Shivasharan S (14): megaraid_sas: mismatch of allocated MFI frame size and length exposed in MFI MPT pass through command megaraid_sas: set minimum value of resetwaittime to be 1 secs megaraid_sas: Use synchronize_irq in target reset case megaraid_sas: Call megasas_complete_cmd_dpc_fusion every 1 second while there are pending commands megaraid_sas: Do not re-fire shutdown DCMD after OCR megaraid_sas: Fix endianness issues in DCMD handling megaraid_sas: Check valid aen class range to avoid kernel panic megaraid_sas: Use SMID for Task abort case only megaraid_sas: use vmalloc for crash dump buffers and driver's local RAID map megaraid_sas: Return pended IOCTLs with cmd_status MFI_STAT_WRONG_STATE in case adapter is dead megaraid_sas: replace internal FALSE/TRUE definitions with false/true megaraid_sas: modified few prints in OCR and IOC INIT path megaraid_sas: call megasas_dump_frame with correct IO frame size megaraid_sas: driver version upgrade drivers/scsi/megaraid/megaraid_sas.h | 5 +- drivers/scsi/megaraid/megaraid_sas_base.c | 39 +++++-- drivers/scsi/megaraid/megaraid_sas_fp.c | 40 +++---- drivers/scsi/megaraid/megaraid_sas_fusion.c | 170 ++++++++++++++++++---------- 4 files changed, 154 insertions(+), 100 deletions(-) -- 1.8.3.1