public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <James.Bottomley@steeleye.com>
To: Andrew Morton <akpm@osdl.org>, Linus Torvalds <torvalds@osdl.org>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>,
	SCSI Mailing List <linux-scsi@vger.kernel.org>
Subject: [BK PATCH] another SCSI update for 2.6.4
Date: 14 Mar 2004 00:58:32 -0500	[thread overview]
Message-ID: <1079243914.2512.109.camel@mulgrave> (raw)

The main reason for this one is to pick up the oops on removal USB bug
that was triggered by an error in the transport class removal routines.

The patch is available from

bk://linux-scsi.bkbits.net/scsi-for-linus-2.6

The short changelog is:

James Bottomley:
  o Add Domain Validation to 53c700 driver
  o Fix removable USB drive oops
  o Add Domain Validation to the SPI transport class
  o update the 53c700 use of transport attributes
  o more SPI transport attribute updates
  o add device quiescing to the SCSI API
  o MPT Fusion driver 3.01.01 update

Mark Haverkamp:
  o add adapter support to aacraid driver (update)
  o aacraid driver patch

Matthew Wilcox:
  o sym2 2.1.18i


The diffstats are:

 Documentation/scsi/sym53c8xx_2.txt   |    4 
 drivers/message/fusion/mptbase.h     |    4 
 drivers/message/fusion/mptscsih.c    |   49 ++--
 drivers/scsi/53c700.c                |   33 ++
 drivers/scsi/aacraid/linit.c         |   12 -
 drivers/scsi/aacraid/rkt.c           |    1 
 drivers/scsi/aacraid/rx.c            |    1 
 drivers/scsi/aacraid/sa.c            |    1 
 drivers/scsi/scsi.c                  |    2 
 drivers/scsi/scsi_lib.c              |  107 ++++++++
 drivers/scsi/scsi_scan.c             |    4 
 drivers/scsi/scsi_sysfs.c            |   22 +
 drivers/scsi/scsi_transport_spi.c    |  417
+++++++++++++++++++++++++++++++++--
 drivers/scsi/sym53c8xx_2/sym53c8xx.h |    7 
 drivers/scsi/sym53c8xx_2/sym_defs.h  |  129 ----------
 drivers/scsi/sym53c8xx_2/sym_fw.c    |   12 -
 drivers/scsi/sym53c8xx_2/sym_glue.c  |  138 ++++-------
 drivers/scsi/sym53c8xx_2/sym_glue.h  |   29 +-
 drivers/scsi/sym53c8xx_2/sym_hipd.c  |   21 -
 drivers/scsi/sym53c8xx_2/sym_hipd.h  |   54 ----
 drivers/scsi/sym53c8xx_2/sym_misc.c  |    3 
 drivers/scsi/sym53c8xx_2/sym_misc.h  |   91 -------
 drivers/scsi/sym53c8xx_2/sym_nvram.c |   64 ++++-
 drivers/scsi/sym53c8xx_2/sym_nvram.h |  216 ++++++++++++++++++
 include/scsi/scsi_device.h           |    9 
 include/scsi/scsi_transport_spi.h    |   33 ++
 26 files changed, 997 insertions(+), 466 deletions(-)

James



                 reply	other threads:[~2004-03-14  5:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1079243914.2512.109.camel@mulgrave \
    --to=james.bottomley@steeleye.com \
    --cc=akpm@osdl.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox