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 fixes for 2.6.25-rc8
Date: Tue, 01 Apr 2008 15:36:37 -0500 [thread overview]
Message-ID: <1207082197.3100.26.camel@localhost.localdomain> (raw)
This patch constitutes three bug fixes (the reversion of the BSG queue
fix is the most serious; without it we're getting eventual corruption in
systems). The other two fix error legs or misleading reporting. The
remaining 8 patches are all updates to the mvsas driver which was a late
addition at the -rc1 phase, so while they're not truly bug fixes, they
are enhancements to make that unreleased driver more roubust for 2.6.25.
The patch is here:
master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6.git
The short changelog is:
James Bottomley (2):
libsas: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not set
Revert " fix bsg queue oops with iscsi logout"
James Smart (1):
hosts.c: fixes for "no error" reported after error scenarios
Ke Wei (8):
mvsas: check subsystem id
mvsas: get phy info.
mvsas: fix the buffer of rx DMA overflow bug
mvsas: retry aborting task.
mvsas: check hd whether unplugged
mvsas : interrupt handling
mvsas: a tag handler implementation
mvsas: fill in error info record and phy mode6 bits.
and the diffstat:
drivers/scsi/hosts.c | 16
drivers/scsi/libsas/sas_discover.c | 5
drivers/scsi/mvsas.c | 711 +++++++++++++++++++++++++------------
drivers/scsi/scsi_sysfs.c | 2
4 files changed, 497 insertions(+), 237 deletions(-)
James
next reply other threads:[~2008-04-01 20:36 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-04-01 20:36 James Bottomley [this message]
2008-04-02 18:05 ` [GIT PATCH] SCSI fixes for 2.6.25-rc8 Boaz Harrosh
2008-04-02 18:16 ` James Bottomley
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=1207082197.3100.26.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.