<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux-bitkeeper.git/drivers/isdn/isdnloop, branch master</title>
<subtitle>Linux Kernel BitKeeper History</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/'/>
<updated>2005-03-13T08:28:06Z</updated>
<entry>
<title>[PATCH] verify_area cleanup : drivers part 1</title>
<updated>2005-03-13T08:28:06Z</updated>
<author>
<name>Jesper Juhl</name>
<email>juhl-lkml@dif.dk</email>
</author>
<published>2005-03-13T08:28:06Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=446b35433fa04818db3395396d3dded84cfe933a'/>
<id>urn:sha1:446b35433fa04818db3395396d3dded84cfe933a</id>
<content type='text'>
This patch converts the first half of drivers from verify_area to 
access_ok.

Signed-off-by: Jesper Juhl &lt;juhl-lkml@dif.dk&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>[PATCH] drivers/isdn: replace milliseconds() with msecs_to_jiffies()</title>
<updated>2004-10-19T01:23:30Z</updated>
<author>
<name>Maximilian Attems</name>
<email>janitor@sternwelten.at</email>
</author>
<published>2004-10-19T01:23:30Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=cd680c929bd943a139b9ac7a930264e04a6598fe'/>
<id>urn:sha1:cd680c929bd943a139b9ac7a930264e04a6598fe</id>
<content type='text'>
Signed-off-by: Nishanth Aravamudan &lt;nacc@us.ibm.com&gt;
Signed-off-by: Maximilian Attems &lt;janitor@sternwelten.at&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>[PATCH] sparse: ISDN -&gt;readstat() and -&gt;writecmd() annotation</title>
<updated>2004-07-12T02:08:51Z</updated>
<author>
<name>Alexander Viro</name>
<email>viro@www.linux.org.uk</email>
</author>
<published>2004-07-12T02:08:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=2b20624f29169ae8711abce24baf2e1e1f2f1a0e'/>
<id>urn:sha1:2b20624f29169ae8711abce24baf2e1e1f2f1a0e</id>
<content type='text'>
	-&gt;readstat() and -&gt;writecmd() are always getting a userland pointer;
marked argument as such, killed "user" flag, killed dead code.
</content>
</entry>
<entry>
<title>[PATCH] ISDN strpbrk fix</title>
<updated>2004-03-02T03:45:33Z</updated>
<author>
<name>Karsten Keil</name>
<email>kkeil@suse.de</email>
</author>
<published>2004-03-02T03:45:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=713f18e95dff827c1cf692729e10eadf514cf69c'/>
<id>urn:sha1:713f18e95dff827c1cf692729e10eadf514cf69c</id>
<content type='text'>
Here is a small ISDN fix for the current tree.

There is a compiler inlining/optimation problem with strpbrk, if it has
only a one character search string.  This results in a missing strchr
because the compiler internally replace strpbrk with strchr in this
case, but did so after inline handling stage.
</content>
</entry>
<entry>
<title>Merge chaos:kernel/v2.5/linux-2.5.isdn</title>
<updated>2003-06-04T06:26:45Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2003-06-04T06:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=9f033a5b58b96f94dbdb1976c45726eec3a61574'/>
<id>urn:sha1:9f033a5b58b96f94dbdb1976c45726eec3a61574</id>
<content type='text'>
into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.isdn
</content>
</entry>
<entry>
<title>[PATCH] drivers/* strlcpy conversions</title>
<updated>2003-05-26T02:58:37Z</updated>
<author>
<name>Ben Collins</name>
<email>bcollins@debian.org</email>
</author>
<published>2003-05-26T02:58:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=27690cd5f0ca7b96bf49e049f0d0e681878ca83e'/>
<id>urn:sha1:27690cd5f0ca7b96bf49e049f0d0e681878ca83e</id>
<content type='text'>
Well, this is it for me and strlcpy. I'll leave the rest of the
non-obvious usages of strncpy to the kernel janitors. Seems like quite a
few uses really wanted memcpy instead, but I don't have time to
investigate them all. It does appear that nearly all strncpy's will be
removable. Obsoleting strncpy will probably atleast make the remaining
few think about how they are using it.

This is the patch for my trip through drivers/*.
</content>
</entry>
<entry>
<title>ISDN: Fix SET_MODULE_OWNER() use</title>
<updated>2003-05-23T08:33:51Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2003-05-23T08:33:51Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=a212cc4f72c4a08d47eac6162e7dac3ffc0dfcfd'/>
<id>urn:sha1:a212cc4f72c4a08d47eac6162e7dac3ffc0dfcfd</id>
<content type='text'>
Apparently, it was for network drivers only, so we just set -&gt;owner 
directly now.
</content>
</entry>
<entry>
<title>ISDN: cleanup Makefiles</title>
<updated>2003-05-23T08:27:38Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2003-05-23T08:27:38Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=6f66dd3a458526d1e0389a7cee06216c3d52fed8'/>
<id>urn:sha1:6f66dd3a458526d1e0389a7cee06216c3d52fed8</id>
<content type='text'>
no actual changes, just reformatting and switch to -y instead of -objs
</content>
</entry>
<entry>
<title>[NET]: Zap non-netdevice usage of SET_MODULE_OWNER.</title>
<updated>2003-05-22T12:22:26Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@nuts.ninka.net</email>
</author>
<published>2003-05-22T12:22:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=a536a9b22148a1bf49a095213ac46b43bb4e7375'/>
<id>urn:sha1:a536a9b22148a1bf49a095213ac46b43bb4e7375</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ISDN: Remove unused commands</title>
<updated>2002-11-17T11:08:04Z</updated>
<author>
<name>Kai Germaschewski</name>
<email>kai@tp1.ruhr-uni-bochum.de</email>
</author>
<published>2002-11-17T11:08:04Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux-bitkeeper.git/commit/?id=226abcaf8282cc100b76a24ea7495d0e16c0da19'/>
<id>urn:sha1:226abcaf8282cc100b76a24ea7495d0e16c0da19</id>
<content type='text'>
There's a number of commands which are never used by the link layer, so
no reason to have them stick around.
</content>
</entry>
</feed>
