From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752149AbcHFU5V (ORCPT ); Sat, 6 Aug 2016 16:57:21 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:57144 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751646AbcHFU5T (ORCPT ); Sat, 6 Aug 2016 16:57:19 -0400 Message-ID: <1470439261.2337.63.camel@HansenPartnership.com> Subject: [GIT PULL] first round of SCSI updates for the 4.7+ merge window From: James Bottomley To: Andrew Morton , Linus Torvalds Cc: linux-scsi , linux-kernel Date: Fri, 05 Aug 2016 16:21:01 -0700 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org This is seven basic fixes (plus one MAINTAINERS update) which came in close to the merge window. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-misc The short changelog is: Brian King (1): ipr: Wait to do async scan until scsi host is initialized Hannes Reinecke (1): fcoe: Use default VLAN for FIP VLAN discovery Johannes Thumshirn (1): lpfc: Fix possible NULL pointer dereference Mauricio Faria de Oliveira (1): lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt() Uma Krishnan (2): MAINTAINERS: Update cxlflash maintainers cxlflash: Verify problem state area is mapped before notifying shutdown Wei Yongjun (2): ipr: Fix error return code in ipr_probe_ioa() fcoe: add missing destroy_workqueue() on error in fcoe_init() And the diffstat: MAINTAINERS | 1 + drivers/scsi/cxlflash/main.c | 10 ++++++++- drivers/scsi/fcoe/fcoe.c | 52 +++++++++++++++++++++++++++++++++++++++++-- drivers/scsi/fcoe/fcoe.h | 1 + drivers/scsi/ipr.c | 10 +++++++++ drivers/scsi/ipr.h | 1 + drivers/scsi/lpfc/lpfc_scsi.c | 2 +- drivers/scsi/lpfc/lpfc_sli.c | 15 +++++-------- 8 files changed, 79 insertions(+), 13 deletions(-) James