<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/lib/reed_solomon, branch ipvs/droutbytes</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fdroutbytes</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=ipvs%2Fdroutbytes'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2008-04-19T02:17:17Z</updated>
<entry>
<title>lib: Remove unnecessary inclusions of asm/semaphore.h</title>
<updated>2008-04-19T02:17:17Z</updated>
<author>
<name>Matthew Wilcox</name>
<email>matthew@wil.cx</email>
</author>
<published>2008-02-26T15:48:12Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f42b38009e1dbd4509a865e5ea0e91a1722c979d'/>
<id>urn:sha1:f42b38009e1dbd4509a865e5ea0e91a1722c979d</id>
<content type='text'>
reed_solomon doesn't use any of the functionality promised by
asm/semaphore.h.

Signed-off-by: Matthew Wilcox &lt;willy@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>[MTD] [NAND] Replace -1 with -EBADMSG in nand error correction code</title>
<updated>2007-10-20T21:30:54Z</updated>
<author>
<name>Jörn Engel</name>
<email>joern@logfs.org</email>
</author>
<published>2007-10-20T21:16:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=eb684507159de2162cd6fc62f2b3a671afd5a61d'/>
<id>urn:sha1:eb684507159de2162cd6fc62f2b3a671afd5a61d</id>
<content type='text'>
Magic numerical values are just bad style.  Particularly so when
undocumented.

Signed-off-by: Jörn Engel &lt;joern@logfs.org&gt;
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>[RSLIB] BUG() when passing illegal parameters to decode_rs8() or decode_rs16()</title>
<updated>2007-10-20T21:29:09Z</updated>
<author>
<name>Jörn Engel</name>
<email>joern@logfs.org</email>
</author>
<published>2007-10-20T21:14:42Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=1dd7fdb163645f453f5ae55686511b6fcc2314cd'/>
<id>urn:sha1:1dd7fdb163645f453f5ae55686511b6fcc2314cd</id>
<content type='text'>
Returning -ERANGE should never happen.

Signed-off-by: Jörn Engel &lt;joern@logfs.org&gt;
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>[RSLIB] Support non-canonical GF representations</title>
<updated>2007-05-02T10:56:33Z</updated>
<author>
<name>Segher Boessenkool</name>
<email>segher@kernel.crashing.org</email>
</author>
<published>2007-05-02T10:18:41Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d7e5a5462f68270ed66efff22b1981be57a28c19'/>
<id>urn:sha1:d7e5a5462f68270ed66efff22b1981be57a28c19</id>
<content type='text'>
For the CAFÉ NAND controller, we need to support non-canonical 
representations of the Galois field. Allow the caller to provide its own 
function for generating the field, and CAFÉ can use rslib instead of its
own implementation.

Signed-off-by: Segher Boessenkool &lt;segher@kernel.crashing.org&gt;
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>fix file specification in comments</title>
<updated>2006-10-03T21:01:26Z</updated>
<author>
<name>Uwe Zeisberger</name>
<email>Uwe_Zeisberger@digi.com</email>
</author>
<published>2006-10-03T21:01:26Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb'/>
<id>urn:sha1:f30c2269544bffc7bf1b0d7c0abe5be1be83b8cb</id>
<content type='text'>
Many files include the filename at the beginning, serveral used a wrong one.

Signed-off-by: Uwe Zeisberger &lt;Uwe_Zeisberger@digi.com&gt;
Signed-off-by: Adrian Bunk &lt;bunk@stusta.de&gt;
</content>
</entry>
<entry>
<title>[PATCH] reed-solomon: fix kernel-doc comments</title>
<updated>2006-06-25T17:01:23Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2006-06-25T12:49:14Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9dc65576d67dc45e529062e41ca34066e02f03e5'/>
<id>urn:sha1:9dc65576d67dc45e529062e41ca34066e02f03e5</id>
<content type='text'>
Fix kernel-doc formatting in Reed-Solomon code.

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&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] sem2mutex: kernel/</title>
<updated>2006-03-23T15:38:10Z</updated>
<author>
<name>Arjan van de Ven</name>
<email>arjan@infradead.org</email>
</author>
<published>2006-03-23T11:00:24Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=97d1f15b7ef52c1e9c28dc48b454024bb53a5fd2'/>
<id>urn:sha1:97d1f15b7ef52c1e9c28dc48b454024bb53a5fd2</id>
<content type='text'>
Semaphore to mutex conversion.

The conversion was generated via scripts, and the result was validated
automatically via a script as well.

Signed-off-by: Arjan van de Ven &lt;arjan@infradead.org&gt;
Signed-off-by: Ingo Molnar &lt;mingo@elte.hu&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>[LIB] reed_solomon: Clean up trailing white spaces</title>
<updated>2005-11-07T13:25:38Z</updated>
<author>
<name>Thomas Gleixner</name>
<email>tglx@linutronix.de</email>
</author>
<published>2005-11-07T11:15:37Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=03ead8427d65f6986a8bf5fd3f29a879348780ad'/>
<id>urn:sha1:03ead8427d65f6986a8bf5fd3f29a879348780ad</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rslib: Spelling fixes.</title>
<updated>2004-11-28T00:33:43Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@shinybook.infradead.org</email>
</author>
<published>2004-11-28T00:33:43Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=6b2bdc375a0e35f7a5c5190c3c6ec70cfd256094'/>
<id>urn:sha1:6b2bdc375a0e35f7a5c5190c3c6ec70cfd256094</id>
<content type='text'>
Some of the fixes from Joe Perches &lt;joe@perches.com&gt; got missed out
of the last update.

Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;
</content>
</entry>
<entry>
<title>RS library spelling fixes.</title>
<updated>2004-11-16T13:48:09Z</updated>
<author>
<name>David Woodhouse</name>
<email>dwmw2@shinybook.infradead.org</email>
</author>
<published>2004-11-16T13:48:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9307638e51cc486e4e8c17a598b53220b3aba1a7'/>
<id>urn:sha1:9307638e51cc486e4e8c17a598b53220b3aba1a7</id>
<content type='text'>
Originally from Joe Perches &lt;joe@perches.com&gt;
Signed-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;
Signed-off-by: David Woodhouse &lt;dwmw2@infradead.org&gt;

</content>
</entry>
</feed>
