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:	Tue, 15 Feb 2011 15:32:42 -0600
From:	"Stephen M. Cameron" <scameron@...rdog.cce.hp.com>
To:	james.bottomley@...senpartnership.com
Cc:	linux-scsi@...r.kernel.org, linux-kernel@...r.kernel.org,
	mike.mikem@...rdog.cce.hp.com, thenzl@...hat.com,
	akpm@...ux-foundation.org, smcameron@...oo.com
Subject: [PATCH 0/6] hpsa: Feb 15, 2011 updates 

The following series fixes a problem that commands were unintentionally
re-ordered within the driver, and another problem that the hpsa_simple_mode
module paramter didn't actually work.  It adds a host attribute in /sys to
know which mode (simple or performant) the controller is in.  It informs the
controller that we're only using 32-bit tags (needed for a couple of new
controllers to work properly).  Finally, we shouldn't proceed with kdumping
if a controller cannot be reset, as there may be outstanding commands which
interfere with kdump's i/o.

---

Dan Carpenter (1):
      hpsa: fix bad comparison

Stephen M. Cameron (5):
      hpsa: do not re-order commands in internal queues
      hpsa: make hpsa.hpsa_simple_mode=1 module parameter actually work
      hpsa: Add transport_mode host attribute in /sys
      hpsa: Inform controller we are using 32-bit tags.
      hpsa: Do not attempt kdump if we detect resetting controller failed.


 Documentation/scsi/hpsa.txt |    5 ++
 drivers/scsi/hpsa.c         |  104 +++++++++++++++++++++++++++----------------
 drivers/scsi/hpsa.h         |    5 +-
 drivers/scsi/hpsa_cmd.h     |    3 +
 4 files changed, 75 insertions(+), 42 deletions(-)

-- 
-- 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