<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/rxrpc/message.h, branch v2.6.16.45</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.16.45</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v2.6.16.45'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2005-10-08T22:00:57Z</updated>
<entry>
<title>[PATCH] gfp flags annotations - part 1</title>
<updated>2005-10-08T22:00:57Z</updated>
<author>
<name>Al Viro</name>
<email>viro@ftp.linux.org.uk</email>
</author>
<published>2005-10-07T06:46:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7'/>
<id>urn:sha1:dd0fc66fb33cd610bc1a5db8a5e232d34879b4d7</id>
<content type='text'>
 - added typedef unsigned int __nocast gfp_t;

 - replaced __nocast uses for gfp flags with gfp_t - it gives exactly
   the same warnings as far as sparse is concerned, doesn't change
   generated code (from gcc point of view we replaced unsigned int with
   typedef) and documents what's going on far better.

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: Linus Torvalds &lt;torvalds@osdl.org&gt;
</content>
</entry>
<entry>
<title>[RPC]: fix sparse gfp nocast warnings</title>
<updated>2005-10-05T05:44:45Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2005-10-05T05:44:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=dd13a285b79ba77416b96ee10f49097f4aaf48c5'/>
<id>urn:sha1:dd13a285b79ba77416b96ee10f49097f4aaf48c5</id>
<content type='text'>
Fix nocast sparse warnings:
net/rxrpc/call.c:2013:25: warning: implicit cast to nocast type
net/rxrpc/connection.c:538:46: warning: implicit cast to nocast type
net/sunrpc/sched.c:730:36: warning: implicit cast to nocast type
net/sunrpc/sched.c:734:56: warning: implicit cast to nocast type

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[PATCH] sparse: switching afs to kvec</title>
<updated>2004-07-13T04:00:06Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@parcelfarce.linux.theplanet.co.uk</email>
</author>
<published>2004-07-13T04:00:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7b091e0254ff3c5b44b2e5af2142d094414af45e'/>
<id>urn:sha1:7b091e0254ff3c5b44b2e5af2142d094414af45e</id>
<content type='text'>
 - afs and rxrpc switched to kvec; definition of kvec moved to uio.h (duh).
 - afs/mntpt.c got missing cast added.

at that point afs is sparse-clean and rxrpc has only one remaining warning
(setsockopt from local variable, protected by set_fs()).
</content>
</entry>
<entry>
<title>[PATCH] if ... BUG() -&gt; BUG_ON()</title>
<updated>2004-01-19T13:13:35Z</updated>
<author>
<name>Andrew Morton</name>
<email>akpm@osdl.org</email>
</author>
<published>2004-01-19T13:13:35Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f598fb8d97c017bd343a75a3fe906e7d45918d5e'/>
<id>urn:sha1:f598fb8d97c017bd343a75a3fe906e7d45918d5e</id>
<content type='text'>
From: Adrian Bunk &lt;bunk@fs.tum.de&gt;

four months ago, Rolf Eike Beer &lt;eike-kernel@sf-tec.de&gt; sent a patch
against 2.6.0-test5-bk1 that converted several if ...  BUG() to BUG_ON()

This might in some cases result in slightly faster code because BUG_ON()
uses unlikely().
</content>
</entry>
<entry>
<title>[PATCH] RxRPC update</title>
<updated>2003-09-09T03:16:16Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2003-09-09T03:16:16Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d2a65691b520f2687329ab8715d830abcf801e46'/>
<id>urn:sha1:d2a65691b520f2687329ab8715d830abcf801e46</id>
<content type='text'>
Here's a patch to update the RxRPC driver. Most of it is CodingStyle fixes,
but it also includes a few miscellaneous bug fixes. stdint types are also
turned into C99 forms (eg: u32 -&gt; uint32_t).
</content>
</entry>
<entry>
<title>[PATCH] AFS filesystem (1/2)</title>
<updated>2002-10-15T12:47:29Z</updated>
<author>
<name>David Howells</name>
<email>dhowells@redhat.com</email>
</author>
<published>2002-10-15T12:47:29Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=3d970ece801f97bae78c06e473f5d951d37ca458'/>
<id>urn:sha1:3d970ece801f97bae78c06e473f5d951d37ca458</id>
<content type='text'>
This adds RxRPC support to Linux for use by the AFS filesystem
</content>
</entry>
</feed>
