All of lore.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: SCSI Mailing List <linux-scsi@vger.kernel.org>,
	Linux Kernel <linux-kernel@vger.kernel.org>
Subject: [BK PATCH] SCSI -rc1 fixes
Date: 14 Nov 2004 15:20:59 -0600	[thread overview]
Message-ID: <1100467267.23710.7.camel@mulgrave> (raw)

This is my first set of -rc fixes for SCSI.  The patch is available at

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

The short changelog is:

Adam J. Richter:
  o dmx3191d.c lacked MODULE_DEVICE_TABLE()

Alan Stern:
  o SCSI core: Fix refcounting error

Andrew Vasquez:
  o SCSI: fix `risc_code_addr01' multiple definition

James Bottomley:
  o make osst compile again after st structure changes

Jan Dittmer:
  o aic7xxx remove warnings

Jens Axboe:
  o fix SCSI bounce limit

Kai Mäkisara:
  o SCSI tape: remove remaining typedefs

Matthew Wilcox:
  o sym2 2.1.18m

Maximilian Attems:
  o scsi/scsi_lib: replace  schedule_timeout() with
  o scsi/53c700: replace    schedule_timeout() with

Randy Dunlap:
  o qla1280: driver_setup not __initdata

Sergey S. Kostyliov:
  o Add megaraid PCI IDs


And the diffstat

 Documentation/scsi/sym53c8xx_2.txt    |  360 +++++++++++-------------------
 drivers/scsi/53c700.c                 |    2 
 drivers/scsi/aic7xxx/aic7xxx_osm.c    |    4 
 drivers/scsi/dmx3191d.c               |    1 
 drivers/scsi/megaraid/megaraid_mbox.c |    6 
 drivers/scsi/osst.c                   |   55 ++--
 drivers/scsi/osst.h                   |    4 
 drivers/scsi/qla1280.c                |    2 
 drivers/scsi/qlogicfc_asm.c           |   10 
 drivers/scsi/scsi_lib.c               |   18 -
 drivers/scsi/scsi_scan.c              |    3 
 drivers/scsi/scsi_sysfs.c             |    2 
 drivers/scsi/st.c                     |  221 +++++++++---------
 drivers/scsi/st.h                     |   20 -
 drivers/scsi/sym53c8xx_2/sym53c8xx.h  |   47 ----
 drivers/scsi/sym53c8xx_2/sym_defs.h   |  100 ++++----
 drivers/scsi/sym53c8xx_2/sym_glue.c   |  396 +++++++++++++---------------------
 drivers/scsi/sym53c8xx_2/sym_glue.h   |    3 
 drivers/scsi/sym53c8xx_2/sym_hipd.c   |  100 +++-----
 drivers/scsi/sym53c8xx_2/sym_misc.c   |    4 
 20 files changed, 569 insertions(+), 789 deletions(-)

James

             reply	other threads:[~2004-11-14 21:20 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-11-14 21:20 James Bottomley [this message]
2004-11-14 23:05 ` [BK PATCH] SCSI -rc1 fixes Jeff Garzik
2004-11-14 23:09   ` James Bottomley
2004-11-14 23:54     ` Matthias Andree
2004-11-15  0:04       ` James Bottomley
2004-11-15  1:09         ` SuSE hwinfo/yast2 still confusing SYM53C8XX, killing tape backups (was: [BK PATCH] SCSI -rc1 fixes) Matthias Andree
2004-11-22 10:35           ` Steffen Winterfeldt
2004-11-22 11:17             ` Jens Axboe
2004-11-22 11:21               ` Steffen Winterfeldt
2004-11-22 11:23                 ` Jens Axboe
2004-11-22 11:33                   ` Steffen Winterfeldt
2004-11-22 11:37                     ` Jens Axboe
2004-11-22 12:02             ` SuSE hwinfo/yast2 still confusing SYM53C8XX, killing tape backups Matthias Andree
2004-11-22 13:05               ` Steffen Winterfeldt
2004-11-22 13:30               ` Matthew Wilcox
2004-11-22 14:05                 ` Matthias Andree
2004-11-26 14:16                   ` Steffen Winterfeldt
2004-11-27  0:40                     ` Matthias Andree
2004-11-29 11:16                       ` Steffen Winterfeldt
2004-11-29 11:24                         ` Matthias Andree
2004-12-03 22:35                 ` Matthias Andree
2004-11-22 12:06             ` Douglas Gilbert
2004-11-22 13:07               ` Steffen Winterfeldt

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=1100467267.23710.7.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.