From: James Bottomley <James.Bottomley@HansenPartnership.com>
To: Andrew Morton <akpm@linux-foundation.org>,
Linus Torvalds <torvalds@linux-foundation.org>
Cc: linux-scsi <linux-scsi@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Subject: [GIT PATCH] SCSI bug fixes for 2.6.25-rc1
Date: Wed, 13 Feb 2008 18:02:44 -0600 [thread overview]
Message-ID: <1202947364.3109.96.camel@localhost.localdomain> (raw)
This one's not too bad given the number of patches we had in the merge
window. We have the advansys fix, a gdth severe problem fix (wouldn't
scan any devices) a bug fix series for lpfc and a few other odds and
ends.
The patch is available here:
master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
The short changelog is:
Boaz Harrosh (3):
gdth: scan for scsi devices
aic94xx: fix ABORT_TASK define conflict
fas216: Use scsi_eh API for REQUEST_SENSE invocation
FUJITA Tomonori (1):
advansys: fix overrun_buf aligned bug
James Bottomley (2):
sym53c416: fix module parameters
update SG_ALL to avoid causing chaining
James Smart (6):
lpfc 8.2.5 : Update lpfc driver version to 8.2.5
lpfc 8.2.5 : Fix buffer leaks
lpfc 8.2.5 : Miscellaneous discovery Fixes
lpfc 8.2.5 : Add MSI-X single message support
lpfc 8.2.5 : Miscellaneous Fixes
lpfc 8.2.5 : Correct ndlp referencing issues
Prakash, Sathya (2):
mpt fusion: Request I/O resources only when required
mpt fusion: Avoid racing when mptsas and mptcl module are loaded in parall
Salyzyn, Mark (3):
aacraid: informational sysfs value corrections
aacraid: ignore adapter reset check polarity
aacraid: add optional MSI support
Sergio Luis (1):
gdth: update deprecated pci_find_device
Thomas Horsten (1):
MegaRAID driver management char device moved to misc
Yinghai Lu (1):
ses: fix memory leaks
And the diffstat:
drivers/message/fusion/mptbase.c | 54 ++++-
drivers/message/fusion/mptbase.h | 1
drivers/scsi/Kconfig | 2
drivers/scsi/aacraid/aachba.c | 70 ++++--
drivers/scsi/aacraid/aacraid.h | 2
drivers/scsi/aacraid/commsup.c | 2
drivers/scsi/aacraid/linit.c | 47 ++--
drivers/scsi/aacraid/rx.c | 5
drivers/scsi/aacraid/sa.c | 5
drivers/scsi/advansys.c | 13 +
drivers/scsi/aic94xx/aic94xx_sas.h | 2
drivers/scsi/aic94xx/aic94xx_tmf.c | 2
drivers/scsi/arm/fas216.c | 16 -
drivers/scsi/arm/fas216.h | 3
drivers/scsi/gdth.c | 16 +
drivers/scsi/lpfc/lpfc.h | 19 +
drivers/scsi/lpfc/lpfc_attr.c | 19 +
drivers/scsi/lpfc/lpfc_crtn.h | 6
drivers/scsi/lpfc/lpfc_ct.c | 41 ++-
drivers/scsi/lpfc/lpfc_disc.h | 66 ++++--
drivers/scsi/lpfc/lpfc_els.c | 384 +++++++++++++++++++++++++-----------
drivers/scsi/lpfc/lpfc_hbadisc.c | 328 +++++++++++++++++++++++++-----
drivers/scsi/lpfc/lpfc_hw.h | 18 +
drivers/scsi/lpfc/lpfc_init.c | 154 ++++++++++++--
drivers/scsi/lpfc/lpfc_logmsg.h | 10
drivers/scsi/lpfc/lpfc_mem.c | 13 +
drivers/scsi/lpfc/lpfc_nportdisc.c | 55 +++--
drivers/scsi/lpfc/lpfc_scsi.c | 4
drivers/scsi/lpfc/lpfc_sli.c | 105 +++++++++
drivers/scsi/lpfc/lpfc_version.h | 2
drivers/scsi/lpfc/lpfc_vport.c | 70 ++++++
drivers/scsi/megaraid/megaraid_mm.c | 20 +
drivers/scsi/megaraid/megaraid_mm.h | 1
drivers/scsi/ses.c | 23 +-
drivers/scsi/sym53c416.c | 16 -
include/scsi/scsi_host.h | 8
36 files changed, 1232 insertions(+), 370 deletions(-)
James
next reply other threads:[~2008-02-14 0:02 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-02-14 0:02 James Bottomley [this message]
2008-02-14 0:16 ` [GIT PATCH] SCSI bug fixes for 2.6.25-rc1 Andrew Morton
2008-02-14 1:11 ` James Bottomley
2008-02-14 1:22 ` David Miller
2008-02-14 2:10 ` James Bottomley
2008-02-14 3:34 ` Andrew Morton
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=1202947364.3109.96.camel@localhost.localdomain \
--to=james.bottomley@hansenpartnership.com \
--cc=akpm@linux-foundation.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-scsi@vger.kernel.org \
--cc=torvalds@linux-foundation.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.