<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/drivers/message, branch v2.6.14.6</title>
<subtitle>Linux kernel source tree</subtitle>
<id>https://git.amat.us/linux/atom/drivers/message?h=v2.6.14.6</id>
<link rel='self' href='https://git.amat.us/linux/atom/drivers/message?h=v2.6.14.6'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/'/>
<updated>2005-12-14T23:42:53Z</updated>
<entry>
<title>[PATCH] drivers/message/i2o/pci.c: fix a use-after-free</title>
<updated>2005-12-14T23:42:53Z</updated>
<author>
<name>Adrian Bunk</name>
<email>bunk@stusta.de</email>
</author>
<published>2005-11-28T11:44:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=d2b0e84d195a341c1cc5b45ec2098ee23bc1fe9d'/>
<id>urn:sha1:d2b0e84d195a341c1cc5b45ec2098ee23bc1fe9d</id>
<content type='text'>
The Coverity checker spotted this obvious use-after-free

Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
Signed-off-by: Markus Lidel &lt;Markus.Lidel@shadowconnect.com&gt;
Signed-off-by: Chris Wright &lt;chrisw@osdl.org&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] mptsas: fix phy identifiers</title>
<updated>2005-10-21T19:17:43Z</updated>
<author>
<name>Eric Moore</name>
<email>Eric.Moore@lsil.com</email>
</author>
<published>2005-10-21T18:56:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=024358eeafd44ecffd0e7a1002ef3ccc1d0acd4d'/>
<id>urn:sha1:024358eeafd44ecffd0e7a1002ef3ccc1d0acd4d</id>
<content type='text'>
This fixes handling of the phy identifiers in mptsas.

Signed-off-by: Eric Moore &lt;Eric.Moore@lsil.com&gt;
[ split it a pre-2.6.14 portion from Eric's bigger patch ]
Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[PATCH] Fix I2O config-osm init to return proper error</title>
<updated>2005-09-21T17:11:54Z</updated>
<author>
<name>Deepak Saxena</name>
<email>dsaxena@plexity.net</email>
</author>
<published>2005-09-21T16:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=8b20f6da20d874a58becc7a08b130c4382ea7325'/>
<id>urn:sha1:8b20f6da20d874a58becc7a08b130c4382ea7325</id>
<content type='text'>
We currently unregister the config-osm driver if initialization of the
legacy ioctl() handlers failed but still return success.  We should be
returning -EBUSY in this case.

Signed-off-by: Deepak Saxena &lt;dsaxena@plexity.net&gt;
Cc: Markus Lidel &lt;Markus.Lidel@shadowconnect.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[SCSI] fusion SAS support (mptsas driver) minor fix</title>
<updated>2005-09-19T17:48:22Z</updated>
<author>
<name>Moore, Eric Dean</name>
<email>Eric.Moore@lsil.com</email>
</author>
<published>2005-09-15T19:17:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8'/>
<id>urn:sha1:e0fc15bef0e8c6b5abad6e10cfe3d42e278ae8e8</id>
<content type='text'>
On Thursday, September 15, 2005 6:22 AM, Christoph Hellwig wrote:
&gt; Looks good to me, except for the spurious scsi_print_command prototype
&gt; in mptscsih.h.

The attached patch addresses that concern.

Signed-off-by: Eric Moore &lt;Eric.Moore@lsil.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] fusion SAS support (mptsas driver) updates</title>
<updated>2005-09-19T17:45:38Z</updated>
<author>
<name>Moore, Eric Dean</name>
<email>Eric.Moore@lsil.com</email>
</author>
<published>2005-09-15T00:09:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=466544d8898fc87ed6e2e62ac14af7c50ab7a1a4'/>
<id>urn:sha1:466544d8898fc87ed6e2e62ac14af7c50ab7a1a4</id>
<content type='text'>
Summary of Changes:
* splitting mpt_interrupt per Christophs suggestion
about a month ago
* rename ScsiCfgData to SpiCfgData structure,
then move all the raid related info into
new structure called RaidCfgData.  This is
done because SAS supports RAID, as well as SPI,
so the raid stuff should be seperate.
* incorrect timeout calculation for cntdn
inside WaitForDoorbellAck and WaitForDoortbellInt
* add support for interpreting SAS Log Info
* Increase Event Log Size from 0xA to 0x32
* Fix bug in mptsas/mptfc/mptspi - when controller
has Initiator Mode Disabled, and only running in
TargetMode, the mptctl would panic when loading.
The fix is to return 0, instead of -ENODEV, in
SCSI LLD respective probe routines
* Fix bug in mptlan.c - driver will panic if
there is host reset, due to dev being set to
zero in mpt_lan_ioc_reset
* Fix's for SPI - Echo Buffer
* Several fix's in mptscsih_io_done - FCP Response
info, RESIDUAL_MISMATCH, Data Underrun, etc.
* Cleanup Error Handling - EH handlers,
mptscsih_flush_cmds, and zeroing out ScsiLookup
from mptscsih_qcmd
* Cleanup asyn event handling from
mptscsih -&gt; mptscsih_event_process.  Also
added support for SAS Persistent Table Full,
an asyn event

Signed-off-by: Eric Moore &lt;Eric.Moore@lsil.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] fusion SAS support (mptsas driver)</title>
<updated>2005-09-19T17:42:57Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-09-09T14:27:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=0c33b27deb93178f10778b3d2669af1674793cef'/>
<id>urn:sha1:0c33b27deb93178f10778b3d2669af1674793cef</id>
<content type='text'>
Adds the actual mptsas driver, based upon the LSI driver with new work
for SAS transport class integration from Eric Moore and me.

This obviously depends on the SAS transport class.

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] fusion core changes for SAS support</title>
<updated>2005-09-19T17:42:31Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-09-09T14:25:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=82ffb67164064752a56669511545316075b41e1d'/>
<id>urn:sha1:82ffb67164064752a56669511545316075b41e1d</id>
<content type='text'>
 - various bits for SAS support from the LSI driver.
 - use the device private data for the fusion target private data.
   this should be using the midlayer target data framework, but we
   can't move over to that until fusion has been switched to the
   generic DV code
 - use target ID and channel from the fusion target private data,
   because those in scsi_device will be different for mptsas

Signed-off-by: Christoph Hellwig &lt;hch@lst.de&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>Merge by hand (conflicts in sd.c)</title>
<updated>2005-09-06T22:52:54Z</updated>
<author>
<name>James Bottomley</name>
<email>jejb@titanic.(none)</email>
</author>
<published>2005-09-06T22:52:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=17fa53da1239b8712c5cebbd72a74c713b6c2db9'/>
<id>urn:sha1:17fa53da1239b8712c5cebbd72a74c713b6c2db9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SCSI] fusion: whitespace fixes</title>
<updated>2005-09-05T00:51:45Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-08-18T14:24:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=c6678e0cfb41b029c3600c54b5bb65954de1230a'/>
<id>urn:sha1:c6678e0cfb41b029c3600c54b5bb65954de1230a</id>
<content type='text'>
Acked by: Moore, Eric Dean &lt;Eric.Moore@lsil.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
<entry>
<title>[SCSI] fusion: endianess fixes</title>
<updated>2005-09-05T00:51:25Z</updated>
<author>
<name>Christoph Hellwig</name>
<email>hch@lst.de</email>
</author>
<published>2005-08-18T14:25:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/linux/commit/?id=637fa99b86a00a0b5767a982b83a512ff48ad6d2'/>
<id>urn:sha1:637fa99b86a00a0b5767a982b83a512ff48ad6d2</id>
<content type='text'>
Assorted endianess fixes.  I'll work on full endianess annotations
later.

Acked by: Moore, Eric Dean &lt;Eric.Moore@lsil.com&gt;
Signed-off-by: James Bottomley &lt;James.Bottomley@SteelEye.com&gt;
</content>
</entry>
</feed>
