* [GIT PATCH] scsi bug fixes for 2.6.20-rc4
@ 2007-01-07 16:04 James Bottomley
2007-01-07 18:16 ` Matthew Wilcox
0 siblings, 1 reply; 5+ messages in thread
From: James Bottomley @ 2007-01-07 16:04 UTC (permalink / raw)
To: Andrew Morton, Linus Torvalds
This is mainly bug fixes, although there are a few harmless updates
(like email addresses and driver PCI IDs). The patch is available here:
master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
The Short Changelog is:
adam radford (1):
3ware 8000 serialize reset code
Adrian Bunk (1):
qla2xxx: make qla2x00_reg_remote_port() static
Akinobu Mita (1):
iscsi: fix crypto_alloc_hash() error check
Andrew Vasquez (9):
qla2xxx: Update version number to 8.01.07-k4.
qla2xxx: Use generic isp_ops.fw_dump() function.
qla2xxx: Perform a fw-dump when an ISP23xx RISC-paused state is detected.
qla2xxx: Correct reset handling logic.
qla2xxx: Correct IOCB queueing mechanism for ISP54XX HBAs.
qla2xxx: Detect GPSC capabilities within a fabric.
qla2xxx: Use proper prep_ms_iocb() function during GFPN_ID.
qla2xxx: Correct endianess issue while interrogating MS status.
qla2xxx: Don't log trace-control async-events.
Arne Redlich (1):
iscsi: fix 2.6.19 data digest calculation bug
Eric Moore (4):
fusion: bump version
fusion: MODULE_VERSION support
fusion: power pc and miscellaneous bug fixs
fusion: fibre channel: return DID_ERROR for MPI_IOCSTATUS_SCSI_IOC_TERMINATED
FUJITA Tomonori (1):
iscsi: simplify IPv6 and IPv4 address printing
James Bottomley (3):
scsi_scan: fix report lun problems with CDROM or RBC devices
seagate: remove BROKEN tag
scsi_transport_spi: fix sense buffer size error
Jes Sorensen (1):
qla1280: set residual correctly
Mariusz Kozlowski (1):
scsi: lpfc error path fix
Matthew Wilcox (1):
Add missing completion to scsi_complete_async_scans()
Meelis Roos (1):
iscsi: newline in printk
Mike Christie (1):
libiscsi: fix senselen calculation
Randy Dunlap (1):
advansys: wrap PCI table inside ifdef CONFIG_PCI
Salyzyn, Mark (1):
aacraid: Product List Update
Sumant Patro (1):
megaraid_sas: Update module author
Tejun Heo (1):
sr: fix error code check in sr_block_ioctl()
and the diffstat:
Documentation/scsi/aacraid.txt | 66 +++++++++++++++++-------------
drivers/message/fusion/mptbase.c | 3 -
drivers/message/fusion/mptbase.h | 10 ++--
drivers/message/fusion/mptctl.c | 5 +-
drivers/message/fusion/mptctl.h | 2
drivers/message/fusion/mptfc.c | 3 -
drivers/message/fusion/mptlan.c | 4 +
drivers/message/fusion/mptlan.h | 2
drivers/message/fusion/mptsas.c | 38 +++++++++--------
drivers/message/fusion/mptscsih.c | 19 +++++++-
drivers/message/fusion/mptscsih.h | 2
drivers/message/fusion/mptspi.c | 3 -
drivers/scsi/3w-xxxx.c | 60 +++++++++++++--------------
drivers/scsi/3w-xxxx.h | 2
drivers/scsi/Kconfig | 2
drivers/scsi/aacraid/linit.c | 20 ++++-----
drivers/scsi/advansys.c | 3 -
drivers/scsi/iscsi_tcp.c | 12 ++---
drivers/scsi/libiscsi.c | 6 +-
drivers/scsi/lpfc/lpfc_mem.c | 6 ++
drivers/scsi/megaraid/megaraid_sas.c | 6 +-
drivers/scsi/qla1280.c | 6 +-
drivers/scsi/qla2xxx/qla_def.h | 2
drivers/scsi/qla2xxx/qla_gbl.h | 1
drivers/scsi/qla2xxx/qla_gs.c | 24 ++++++++---
drivers/scsi/qla2xxx/qla_init.c | 76 +++++++++++++++++------------------
drivers/scsi/qla2xxx/qla_isr.c | 15 ++++--
drivers/scsi/qla2xxx/qla_mbx.c | 12 ++---
drivers/scsi/qla2xxx/qla_os.c | 59 ++++++++++++++-------------
drivers/scsi/qla2xxx/qla_version.h | 2
drivers/scsi/scsi_scan.c | 33 +++++++++++----
drivers/scsi/scsi_transport_iscsi.c | 2
drivers/scsi/scsi_transport_spi.c | 2
drivers/scsi/seagate.c | 5 +-
drivers/scsi/sr.c | 2
35 files changed, 296 insertions(+), 219 deletions(-)
James
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] scsi bug fixes for 2.6.20-rc4
2007-01-07 16:04 [GIT PATCH] scsi bug fixes for 2.6.20-rc4 James Bottomley
@ 2007-01-07 18:16 ` Matthew Wilcox
2007-01-07 19:05 ` James Bottomley
0 siblings, 1 reply; 5+ messages in thread
From: Matthew Wilcox @ 2007-01-07 18:16 UTC (permalink / raw)
To: James Bottomley; +Cc: Andrew Morton, Linus Torvalds, linux-scsi
On Sun, Jan 07, 2007 at 10:04:03AM -0600, James Bottomley wrote:
> This is mainly bug fixes, although there are a few harmless updates
> (like email addresses and driver PCI IDs). The patch is available here:
Could I ask that you add
http://marc.theaimsgroup.com/?l=linux-scsi&m=116793460427798&w=2
Thanks!
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] scsi bug fixes for 2.6.20-rc4
2007-01-07 18:16 ` Matthew Wilcox
@ 2007-01-07 19:05 ` James Bottomley
2007-01-07 22:16 ` Douglas Gilbert
0 siblings, 1 reply; 5+ messages in thread
From: James Bottomley @ 2007-01-07 19:05 UTC (permalink / raw)
To: Matthew Wilcox; +Cc: Andrew Morton, Linus Torvalds, linux-scsi
On Sun, 2007-01-07 at 11:16 -0700, Matthew Wilcox wrote:
> On Sun, Jan 07, 2007 at 10:04:03AM -0600, James Bottomley wrote:
> > This is mainly bug fixes, although there are a few harmless updates
> > (like email addresses and driver PCI IDs). The patch is available here:
>
> Could I ask that you add
>
> http://marc.theaimsgroup.com/?l=linux-scsi&m=116793460427798&w=2
OK ... how about a title, changelog and signoff for it?
James
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] scsi bug fixes for 2.6.20-rc4
2007-01-07 19:05 ` James Bottomley
@ 2007-01-07 22:16 ` Douglas Gilbert
2007-01-08 16:13 ` James Bottomley
0 siblings, 1 reply; 5+ messages in thread
From: Douglas Gilbert @ 2007-01-07 22:16 UTC (permalink / raw)
To: James Bottomley; +Cc: Matthew Wilcox, linux-scsi
James Bottomley wrote:
> On Sun, 2007-01-07 at 11:16 -0700, Matthew Wilcox wrote:
>> On Sun, Jan 07, 2007 at 10:04:03AM -0600, James Bottomley wrote:
>>> This is mainly bug fixes, although there are a few harmless updates
>>> (like email addresses and driver PCI IDs). The patch is available here:
>> Could I ask that you add
>>
>> http://marc.theaimsgroup.com/?l=linux-scsi&m=116793460427798&w=2
>
> OK ... how about a title, changelog and signoff for it?
Titles and sign-offs don't necessarily help. For example:
http://marc.theaimsgroup.com/?l=linux-scsi&m=116797255528029&w=2
Followed by this misdirected ** post from Eric Moore
which you and I also received:
On Thursday, January 04, 2007 9:39 PM, Douglas Gilbert wrote:
> >
> > This patch makes the mptctl pass through available if
> > the mptsas driver is selected. Without this patch
> > if mptsas is the only fusion driver chosen, then
> > the mptctl is not presented as an option.
> >
> > smp_utils uses the mptctl driver to pass SAS SMP
> > functions through a MPT SAS HBA.
> >
> > I have discussed this patch with Eric and it may
> > be in one of his coming patchsets (but I didn't see
> > it in today's patches). So this one is for the
> > record. The patch is against lk 2.6.20-rc3 .
> >
> > Signed-off-by: Douglas Gilbert <dougg@torque.net>
> >
Sorry I overlooked this, but please apply.
ACK
** linux-scsi-owner@vger.kernel.org strikes again.
Doug Gilbert
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [GIT PATCH] scsi bug fixes for 2.6.20-rc4
2007-01-07 22:16 ` Douglas Gilbert
@ 2007-01-08 16:13 ` James Bottomley
0 siblings, 0 replies; 5+ messages in thread
From: James Bottomley @ 2007-01-08 16:13 UTC (permalink / raw)
To: dougg; +Cc: Matthew Wilcox, linux-scsi
On Sun, 2007-01-07 at 17:16 -0500, Douglas Gilbert wrote:
> Followed by this misdirected ** post from Eric Moore
> which you and I also received:
OK ... I missed the ack for this on linux-scsi ... I'll add it.
James
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-01-08 16:13 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-07 16:04 [GIT PATCH] scsi bug fixes for 2.6.20-rc4 James Bottomley
2007-01-07 18:16 ` Matthew Wilcox
2007-01-07 19:05 ` James Bottomley
2007-01-07 22:16 ` Douglas Gilbert
2007-01-08 16:13 ` James Bottomley
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox