lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 28 Jan 2016 12:06:57 +0530
From:	Suganath prabu Subaramani <suganath-prabu.subramani@...gotech.com>
To:	JBottomley@...allels.com, jejb@...nel.org, hch@...radead.org
Cc:	martin.petersen@...cle.com, linux-scsi@...r.kernel.org,
	Sathya.Prakash@...gotech.com, kashyap.desai@...gotech.com,
	krishnaraddi.mankani@...gotech.com, linux-kernel@...r.kernel.org,
	suganath-prabu.subramani@...gotech.com,
	chaitra.basappa@...gotech.com, sreekanth.reddy@...gotech.com
Subject: [mpt3sas driver patches 00/10] mpt3sas driver enhancements and 

From: Suganath prabu Subramani <suganath-prabu.subramani@...gotech.com>

Here is the change list:
Posting 10 patches for mpt3sas driver enhancements and few fixes.
  * Updated hardware description headers with MPI v2.6 and
    mpt3sas_pci_table[] with vendor_ids,device_ids of Cutlass and
    Intruder HBA which has support for 4 ports.
  * Static analyzer(coverity) tool identified defects.
  * Never block the SEP device even for the delay not
    responding events. Blocking the SEP device will create a deadlock while
    adding any device to the OS.
  * Modified host queue algorithm to treat global credits and
    highPriority credits as two different values.
  * Module parameter to enable/disable configuring
    affinity hint for msix vector.
  * Added support for configurable Chain Frame Size for
    SAS 3.0 HBA'S.
  * Updated MPI version and MPI header files.
  * Fix for Asynchronous completion of timedout IO and task abort
    of timedout IO.
  * Updated driver version to 12.100.00.00

Suganath prabu Subramani (10):
  mpt3sas: Added support for high port count HBA variants.
  mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP
    Passthrough request message.
  mpt3sas: Fix static analyzer(coverity) tool identified defects
  mpt3sas: Never block the Enclosure device
  mpt3sas: Make use of additional HighPriority credit message frames for
    sending SCSI IO's
  mpt3sas: Added smp_affinity_enable module parameter.
  mpt3sas: Add support for configurable Chain Frame Size
  mpt3sas: Updated MPI Header to 2.00.42
  mpt3sas: Fix for Asynchronous completion of timedout IO and task abort
    of timedout IO.
  mpt3sas: Updating mpt3sas driver version to 12.100.00.00

 drivers/scsi/mpt3sas/mpi/mpi2.h          |  82 +++++++++-
 drivers/scsi/mpt3sas/mpi/mpi2_cnfg.h     | 127 +++++++++++++--
 drivers/scsi/mpt3sas/mpi/mpi2_init.h     |  22 ++-
 drivers/scsi/mpt3sas/mpi/mpi2_ioc.h      | 117 ++++++++++++-
 drivers/scsi/mpt3sas/mpi/mpi2_raid.h     |   5 +-
 drivers/scsi/mpt3sas/mpi/mpi2_sas.h      |  10 +-
 drivers/scsi/mpt3sas/mpi/mpi2_tool.h     |   5 +-
 drivers/scsi/mpt3sas/mpi/mpi2_type.h     |   5 +-
 drivers/scsi/mpt3sas/mpt3sas_base.c      | 149 ++++++++++++-----
 drivers/scsi/mpt3sas/mpt3sas_base.h      |  47 +++++-
 drivers/scsi/mpt3sas/mpt3sas_ctl.c       |  37 ++++-
 drivers/scsi/mpt3sas/mpt3sas_scsih.c     | 272 ++++++++++++++++++++++++++++---
 drivers/scsi/mpt3sas/mpt3sas_transport.c |  25 +--
 13 files changed, 769 insertions(+), 134 deletions(-)

Thanks,
Suganath prabu S
-- 
1.8.3.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ