Message ID | 1539758277-1882-1-git-send-email-shivasharan.srikanteshwara@broadcom.com (mailing list archive) |
---|---|
Headers | show |
Series | megaraid_sas: Driver updates | expand |
Hi Martin, > Changes in V2: > - Rebased the entire series on top of below patches - > "scsi: megaraid_sas: fix a missing-check bug" > "megaraid_sas: switch to generic DMA API" > - Patch 2/19: Replace PCI DMA APIs with generic DMA APIs. > > Shivasharan S (19): > megaraid_sas: Add watchdog thread to detect Firmware fault > megaraid_sas: Add support for FW snap dump > megaraid_sas: Fix msleep granularity > megaraid_sas: Add check for reset adapter bit > megaraid_sas: Update copyright information > megaraid_sas: Fix goto labels in error handling > megaraid_sas: Fix module parameter description > megaraid_sas: Fix combined reply queue mode detection > megaraid_sas: For SRIOV, do not set STOP_ADP bit > megaraid_sas: Fail init if heartbeat timer fails > megaraid_sas: optimize raid context access in IO path > megaraid_sas: Remove spin lock for dpc operation > megaraid_sas: Rename scratch_pad registers > megaraid_sas: Re-use max_mfi_cmds to calculate queue sizes > megaraid_sas: Remove double endian conversion > megaraid_sas: increase timeout for IOC INIT to 180seconds > megaraid_sas: remove unused macro > megaraid_sas: modify max supported lds related print > megaraid_sas: Update driver version > > drivers/scsi/megaraid/megaraid_sas.h | 65 +++-- > drivers/scsi/megaraid/megaraid_sas_base.c | 298 ++++++++++++++++----- > drivers/scsi/megaraid/megaraid_sas_fp.c | 14 +- > drivers/scsi/megaraid/megaraid_sas_fusion.c | 384 ++++++++++++++++++---- > ------ drivers/scsi/megaraid/megaraid_sas_fusion.h | 26 +- > 5 files changed, 546 insertions(+), 241 deletions(-) > > -- > 2.16.1 Can you please let us know if above patch series is good to be picked for the next kernel version? Thanks, Shivasharan
Shivasharan, > Can you please let us know if above patch series is good to be picked > for the next kernel version? The submission window for 4.21 just opened yesterday (You were too late for 4.20). I applied the series to 4.21/scsi-queue. Thanks!