From: Jitendra <jitendra.bhivare@xxxxxxxxxxxxx> This patch is generated against for-next branch. Jitendra (15): be2iscsi: Fix soft lockup in mgmt_get_all_if_id path using bmbx be2iscsi: Fix mbox synchronization replacing spinlock with mutex be2iscsi: Fix to use atomic operations for tag_state be2iscsi: Fix to synchronize tag allocation using spin_lock be2iscsi: Set mbox timeout to 30s be2iscsi: Added return value check for mgmt_get_all_if_id be2iscsi: Fix to remove shutdown entry point be2iscsi: Fix VLAN support for IPv6 network be2iscsi: Fix to handle misconfigured optics events be2iscsi: Add FW config validation be2iscsi: Fix return value for MCC completion be2iscsi: Fix IOPOLL implementation be2iscsi: Fix to process 25G link speed info from FW be2iscsi: Fix WRB leak in login/logout path be2iscsi: Update the driver version drivers/scsi/be2iscsi/be.h | 4 +- drivers/scsi/be2iscsi/be_cmds.c | 368 ++++++++++++++++++--------------- drivers/scsi/be2iscsi/be_cmds.h | 114 ++++++----- drivers/scsi/be2iscsi/be_iscsi.c | 54 ++--- drivers/scsi/be2iscsi/be_main.c | 210 ++++++++++--------- drivers/scsi/be2iscsi/be_main.h | 23 ++- drivers/scsi/be2iscsi/be_mgmt.c | 387 +++++++++++++++++++++-------------- drivers/scsi/be2iscsi/be_mgmt.h | 2 + drivers/scsi/scsi_transport_iscsi.c | 2 + include/scsi/iscsi_if.h | 2 + 10 files changed, 648 insertions(+), 518 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html