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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 11 Nov 2009 10:50:22 -0600
From:	"Stephen M. Cameron" <scameron@...rdog.cce.hp.com>
To:	akpm@...ux-foundation.org, James.Bottomley@...senPartnership.com
Cc:	linux-kernel@...r.kernel.org, linux-scsi@...r.kernel.org,
	scameron@...rdog.cce.hp.com, mikem@...rdog.cce.hp.com
Subject: [PATCH 00/17] hpsa driver updates

The following series implements hpsa scsi driver for HP Smart Arrays,
and some updates since the last time.
The first 5 patches in the series are already in Andrew Morton's tree.

---

Andrew Morton (1):
      avoid helpful cleanup patches.

Stephen M. Cameron (16):
      hpsa: fix typo that causes scsi status to be lost
      hpsa:  Make fill_cmd() return void
      hpsa: Remove sendcmd, in no case are we required to poll for completions.
      hpsa: Flush cache with interrupts still enabled.
      hpsa: Retry driver initiated commands on unit attention
      hpsa: decode unit attention condition and retry commands.
      hpsa: Make hpsa_sdev_attrs static
      hpsa:  Allow device rescan to be triggered via sysfs.
      Add thread to allow controllers to register for rescan for new devices
      hpsa: Factor out some pci_unmap code
      hpsa: Factor out command submission sequence
      hpsa: Use shost_priv instead of accessing host->hostdata[0] directly.
      hpsa: Allocate the correct amount of extra space for the scsi host
      Fix use of unallocated memory for MSA2xxx enclosure device data.
      hpsa: Fix vendor id check
      Add hpsa driver for HP Smart Array controllers.


 drivers/scsi/Kconfig    |   10 
 drivers/scsi/Makefile   |    1 
 drivers/scsi/hpsa.c     | 3531 +++++++++++++++++++++++++++++++++++++++++++++++
 drivers/scsi/hpsa.h     |  273 ++++
 drivers/scsi/hpsa_cmd.h |  326 ++++
 5 files changed, 4141 insertions(+), 0 deletions(-)
 create mode 100644 drivers/scsi/hpsa.c
 create mode 100644 drivers/scsi/hpsa.h
 create mode 100644 drivers/scsi/hpsa_cmd.h

-- 
-- steve
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ