From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752596AbeDDXwU (ORCPT ); Wed, 4 Apr 2018 19:52:20 -0400 Received: from bedivere.hansenpartnership.com ([66.63.167.143]:48366 "EHLO bedivere.hansenpartnership.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752395AbeDDXwP (ORCPT ); Wed, 4 Apr 2018 19:52:15 -0400 Message-ID: <1522885933.4759.14.camel@HansenPartnership.com> Subject: [GIT PULL] first round of SCSI updates for the 4.16+ merge window From: James Bottomley To: Andrew Morton , Linus Torvalds Cc: linux-scsi , linux-kernel Date: Wed, 04 Apr 2018 16:52:13 -0700 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.22.6 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 mostly updates of the usual drivers: arcmsr, qla2xx, lpfc, ufs, mpt3sas, hisi_sas. In addition we have removed several really old drivers: sym53c416, NCR53c406a, fdomain, fdomain_cs and removed the old scsi_module.c initialization from all remaining drivers. Plus an assortment of bug fixes, initialization errors and other minor fixes. This time there's a really nasty merge between the fixes and misc branches of the SCSI tree which I've resolved in the merge commit: the non obvious part is that you have to remove some lines from qla2xxx/qla_gs.c to avoid a compile failure which would cause bisection problems, so I've done that and documented it in the merge commit. If you'd like to do it yourself, let me know and I'll send the two branches separately. The patch is available here: git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi.git scsi-for-linus The short changelog is: Adrian Hunter (1): scsi: ufs: Add support for Auto-Hibernate Idle Timer Arnd Bergmann (7): scsi: mpt3sas: clarify mmio pointer types scsi: qedi: fix build regression scsi: sym53c416: avoid section mismatch with LTO scsi: NCR53c406a: avoid section mismatch with LTO scsi: qedf: use correct strncpy() size scsi: qedf: fix LTO-enabled build scsi: qedi: fix building with LTO Bart Van Assche (15): scsi: ufs: Fix kernel-doc errors and warnings scsi: sd_zbc: Fix sd_zbc_get_seq_zones() kernel-doc header scsi: libsas: Fix kernel-doc headers scsi: core: Reduce number of scsi_test_unit_ready() retries scsi: core: Move the eh_deadline module parameter definition scsi: core: scmd_eh_abort_handler(): Add a comment scsi: pmcraid: Use sgl_alloc_order() and sgl_free_order() scsi: pmcraid: Remove an unused structure member scsi: ipr: Use sgl_alloc_order() and sgl_free_order() scsi: scsi_debug: Simplify request tag decoding scsi: qla2xxx: Fix function argument descriptions scsi: qla4xxx: Move an array from a .h into a .c file scsi: qla4xxx: Remove unused symbols scsi: qla2xxx: Remove unused symbols scsi: qla2xxx: Use %p for printing pointers Ching Huang (4): scsi: arcmsr: Change driver version to v1.40.00.05-20180309 scsi: arcmsr: Sleep to avoid CPU stuck too long for waiting adapter ready scsi: arcmsr: Handle adapter removed due to thunderbolt cable disconnection. scsi: arcmsr: Rename ACB_F_BUS_HANG_ON to ACB_F_ADAPTER_REMOVED for adapter hot-plug Christoph Hellwig (11): scsi: remove the old scsi_module.c initialization model scsi: remove the sym53c416 driver scsi: remove the NCR53c406a driver scsi: remove the fdomain and fdomain_cs drivers scsi: mvme147: stop using scsi_module.c scsi: esas2r: remove initialization / cleanup dead wood scsi: core: unexport scsi_host_set_state scsi: documentation: remove ChangeLog.1992-1997 scsi: aha1740: stop using scsi_unregister scsi: ips: don't set .detect and .release in the host template scsi: dpt_i2o: stop using scsi_unregister Colin Ian King (7): scsi: qla2xxx: fix spelling mistake: "existant" -> "existent" scsi: lpfc: make several unions static, fix non-ANSI prototype scsi: scsi_transport_spi: make two const arrays static, shrinks object size scsi: pmcraid: remove redundant initializations of pointer 'ioadl' scsi: isci: remove redundant initialization to 'bit' scsi: libfc: remove redundant initialization of 'disc' scsi: qedf: remove redundant initialization of 'fcport' Dan Carpenter (3): scsi: dpt_i2o: use after free in __adpt_reset() scsi: dpt_i2o: use after free in adpt_release() scsi: atp870u: 64 bit bug in atp885_init() Darren Trapp (10): scsi: qla2xxx: Cleanup code to improve FC-NVMe error handling scsi: qla2xxx: Fix FC-NVMe IO abort during driver reset scsi: qla2xxx: Fix retry for PRLI RJT with reason of BUSY scsi: qla2xxx: Remove nvme_done_list scsi: qla2xxx: Return busy if rport going away scsi: qla2xxx: Fix n2n_ae flag to prevent dev_loss on PDB change scsi: qla2xxx: Add FC-NVMe abort processing scsi: qla2xxx: Add changes for devloss timeout in driver scsi: qla2xxx: Set IIDMA and fcport state before qla_nvme_register_remote() scsi: qla2xxx: Restore ZIO threshold setting Don Brace (1): scsi: smartpqi: update driver version Douglas Gilbert (2): scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD scsi: scsi_debug: implement IMMED bit Finn Thain (1): scsi: jazz_esp, sun3x_esp: Pass struct device pointer in dma calls Geert Uytterhoeven (1): scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency Hannes Reinecke (1): scsi: raid_class: Add 'JBOD' RAID level James Smart (43): scsi: lpfc: Change Copyright of 12.0.0.1 modified files to 2018 scsi: lpfc: update driver version to 12.0.0.1 scsi: lpfc: Memory allocation error during driver start-up on power8 scsi: lpfc: Fix mailbox wait for POST_SGL mbox command scsi: lpfc: Fix SCSI lun discovery when port configured for both SCSI and NVME scsi: lpfc: Streamline NVME Targe6t WQE setup scsi: lpfc: Streamline NVME Initiator WQE setup scsi: lpfc: Code cleanup for 128byte wqe data type scsi: lpfc: Fix NVME Initiator FirstBurst scsi: lpfc: Add missing unlock in WQ full logic scsi: lpfc: use __raw_writeX on DPP copies scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018 scsi: lpfc: update driver version to 12.0.0.0 scsi: lpfc: Work around NVME cmd iu SGL type scsi: lpfc: Fix nvme embedded io length on new hardware scsi: lpfc: Add embedded data pointers for enhanced performance scsi: lpfc: Enable fw download on if_type=6 devices scsi: lpfc: Add if_type=6 support for cycling valid bits scsi: lpfc: Add 64G link speed support scsi: lpfc: Add PCI Ids for if_type=6 hardware scsi: lpfc: Add push-to-adapter support to sli4 scsi: lpfc: Add SLI-4 if_type=6 support to the code base scsi: lpfc: Rework sli4 doorbell infrastructure scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright scsi: lpfc: update driver version to 11.4.0.7 scsi: lpfc: Fix nonrecovery of NVME controller after cable swap. scsi: lpfc: Treat SCSI Write operation Underruns as an error scsi: lpfc: Fix header inclusion in lpfc_nvmet scsi: lpfc: Validate adapter support for SRIU option scsi: lpfc: Fix SCSI io host reset causing kernel crash scsi: lpfc: Indicate CONF support in NVMe PRLI scsi: lpfc: Fix issue_lip if link is disabled scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target scsi: lpfc: Fix RQ empty firmware trap scsi: lpfc: Fix IO failure during hba reset testing with nvme io. scsi: lpfc: Fix PRLI handling when topology type changes scsi: lpfc: Add WQ Full Logic for NVME Target scsi: lpfc: correct debug counters for abort scsi: lpfc: move placement of target destroy on driver detach scsi: lpfc: Increase CQ and WQ sizes for SCSI scsi: lpfc: Fix frequency of Release WQE CQEs Jianchao Wang (2): scsi: core: use blk_mq_requeue_request in __scsi_queue_insert scsi: core: fix two wrong indentation cases John Pittman (2): scsi: scsi_dh_alua: Correct comment for alua_alloc_pg() scsi: scsi_debug: Fix pointer styling issues Kevin Barnett (2): scsi: smartpqi: workaround fw bug for oq deletion scsi: smartpqi: add in new supported controllers Laurence Oberman (1): scsi: scsi_debug: Add two new parameters to scsi_debug driver Martin K. Petersen (2): scsi: documentation: Obsolete documentation references scsi: eata: eata-pio: Deprecate legacy EATA drivers Martin Wilck (2): scsi: scsi_debug: call resp_*() function after setting host_scribble scsi: scsi_debug: reset injection flags for every_nth > 0 Meelis Roos (2): scsi: qla2xxx: fx00 copypaste typo scsi: qla2xxx: fix error message on