<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/infiniband, branch v2.6.13</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>[PATCH] IB: fix use-after-free in user verbs cleanup</title>
<updated>2005-08-27T02:37:12+00:00</updated>
<author>
<name>Roland Dreier</name>
<email>rolandd@cisco.com</email>
</author>
<published>2005-08-27T01:34:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=e1bcfcaa0b3bec2a67b22c565a0bf508ea90db1d'/>
<id>e1bcfcaa0b3bec2a67b22c565a0bf508ea90db1d</id>
<content type='text'>
Fix a use-after-free bug in userspace verbs cleanup: we can't touch
mr-&gt;device after we free mr by calling ib_dereg_mr().

Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a use-after-free bug in userspace verbs cleanup: we can't touch
mr-&gt;device after we free mr by calling ib_dereg_mr().

Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] Kconfig fix (infiniband and PCI)</title>
<updated>2005-08-24T01:43:41+00:00</updated>
<author>
<name>Al Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2005-08-23T21:45:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a2b2f45be7e9138bde7fcba3b8e9257fea04d087'/>
<id>a2b2f45be7e9138bde7fcba3b8e9257fea04d087</id>
<content type='text'>
infiniband uses PCI helpers all over the place (including the core parts) and
won't build without PCI.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
infiniband uses PCI helpers all over the place (including the core parts) and
won't build without PCI.

Signed-off-by: Al Viro &lt;viro@parcelfarce.linux.theplanet.co.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] [IPoIB] Handle sending of unicast RARP responses</title>
<updated>2005-07-28T20:17:26+00:00</updated>
<author>
<name>Hal Rosenstock</name>
<email>halr@voltaire.com</email>
</author>
<published>2005-07-28T20:17:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=0dca0f7bf82face7b700890318d5550fd542cabf'/>
<id>0dca0f7bf82face7b700890318d5550fd542cabf</id>
<content type='text'>
RARP replies are another valid case where IPoIB may need to send a
unicast packet with no neighbour structure.

Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RARP replies are another valid case where IPoIB may need to send a
unicast packet with no neighbour structure.

Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] [IB/cm]: Correct CM port redirect reject codes</title>
<updated>2005-07-28T20:16:30+00:00</updated>
<author>
<name>Roland Dreier</name>
<email>roland@eddore.topspincom.com</email>
</author>
<published>2005-07-28T20:16:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=4e38d36d88ead4e56f3155573976da84d5df18b3'/>
<id>4e38d36d88ead4e56f3155573976da84d5df18b3</id>
<content type='text'>
Reject code 24 is port and CM redirection, not just port redirection.
Port redirection alone is code 25.

Therefore we should rename code 24 to IB_CM_REJ_PORT_CM_REDIRECT and
use IB_CM_REJ_PORT_REDIRECT for code 25.

Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reject code 24 is port and CM redirection, not just port redirection.
Port redirection alone is code 25.

Therefore we should rename code 24 to IB_CM_REJ_PORT_CM_REDIRECT and
use IB_CM_REJ_PORT_REDIRECT for code 25.

Signed-off-by: Roland Dreier &lt;rolandd@cisco.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[IB/ucm]: Clean up userspace CM</title>
<updated>2005-07-28T03:38:56+00:00</updated>
<author>
<name>Hal Rosenstock</name>
<email>halr@voltaire.com</email>
</author>
<published>2005-07-28T03:38:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=79d81907594e1ec4d5171653dde7cb9e9cb87de2'/>
<id>79d81907594e1ec4d5171653dde7cb9e9cb87de2</id>
<content type='text'>
Only print debug messages when debug_level is set.
Eliminate NULL checks prior to calling kfree.

Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Libor Michalek &lt;libor@topspin.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Only print debug messages when debug_level is set.
Eliminate NULL checks prior to calling kfree.

Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Libor Michalek &lt;libor@topspin.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge /scratch/Ksrc/linux-git/</title>
<updated>2005-07-28T02:12:56+00:00</updated>
<author>
<name>Roland Dreier</name>
<email>roland@eddore.topspincom.com</email>
</author>
<published>2005-07-28T02:12:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2868bd281fef21d1e73d6b7648a41efc3d75f10c'/>
<id>2868bd281fef21d1e73d6b7648a41efc3d75f10c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] IB: Eliminate sparse warnings in SA client</title>
<updated>2005-07-27T23:26:15+00:00</updated>
<author>
<name>Hal Rosenstock</name>
<email>halr@voltaire.com</email>
</author>
<published>2005-07-27T18:45:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f13f9f501a6eee14e495aba56ec6f70cf2328180'/>
<id>f13f9f501a6eee14e495aba56ec6f70cf2328180</id>
<content type='text'>
Eliminate sparse warnings in SA client

Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Cc: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Eliminate sparse warnings in SA client

Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Cc: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] IB: Hook up userspace CM to the make system</title>
<updated>2005-07-27T23:26:15+00:00</updated>
<author>
<name>Hal Rosenstock</name>
<email>halr@voltaire.com</email>
</author>
<published>2005-07-27T18:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=8fd65b096a7ba1fff69c7991f481ebac5498673e'/>
<id>8fd65b096a7ba1fff69c7991f481ebac5498673e</id>
<content type='text'>
Hook up userspace CM to the make system

Signed-off-by: Libor Michalek &lt;libor@topspin.com&gt;
Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Cc: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Hook up userspace CM to the make system

Signed-off-by: Libor Michalek &lt;libor@topspin.com&gt;
Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Cc: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] Add kernel portion of user CM implementation (fix)</title>
<updated>2005-07-27T23:26:15+00:00</updated>
<author>
<name>Tom Duffy</name>
<email>tduffy@sun.com</email>
</author>
<published>2005-07-27T18:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2d0d099f1950bda2f712364a3bf74f20ddb61190'/>
<id>2d0d099f1950bda2f712364a3bf74f20ddb61190</id>
<content type='text'>
Include the patch openib-general changing class_simple to class.

Signed-off-by: Tom Duffy &lt;tduffy@sun.com&gt;
Cc: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Include the patch openib-general changing class_simple to class.

Signed-off-by: Tom Duffy &lt;tduffy@sun.com&gt;
Cc: Hal Rosenstock &lt;halr@voltaire.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>[PATCH] IB: Add kernel portion of user CM implementation</title>
<updated>2005-07-27T23:26:14+00:00</updated>
<author>
<name>Hal Rosenstock</name>
<email>halr@voltaire.com</email>
</author>
<published>2005-07-27T18:45:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a5b74540770cb28b8ae779d0c27e228fe7500669'/>
<id>a5b74540770cb28b8ae779d0c27e228fe7500669</id>
<content type='text'>
Add kernel portion of user CM implementation

Signed-off-by: Libor Michalek &lt;libor@topspin.com&gt;
Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Cc: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add kernel portion of user CM implementation

Signed-off-by: Libor Michalek &lt;libor@topspin.com&gt;
Signed-off-by: Hal Rosenstock &lt;halr@voltaire.com&gt;
Cc: Roland Dreier &lt;rolandd@cisco.com&gt;
Signed-off-by: Andrew Morton &lt;akpm@osdl.org&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
