<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/epl/ShbIpc-LinuxKernel.c, branch v2.6.31</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: epl: do not use CLONE_SIGHAND with allow_signal()</title>
<updated>2009-06-19T18:00:52+00:00</updated>
<author>
<name>Oleg Nesterov</name>
<email>oleg@redhat.com</email>
</author>
<published>2009-05-03T22:15:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6456f0b7683c9b82ca3f3e4f0aec15b9d2966561'/>
<id>6456f0b7683c9b82ca3f3e4f0aec15b9d2966561</id>
<content type='text'>
Not sure this patch is really needed since kernel_thread() is deprecated
(and checkpatch.pl complains).

But we should not use kernel_thread(CLONE_SIGHAND) if we are going to play
with signals.

Signed-off-by: Oleg Nesterov &lt;oleg@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Not sure this patch is really needed since kernel_thread() is deprecated
(and checkpatch.pl complains).

But we should not use kernel_thread(CLONE_SIGHAND) if we are going to play
with signals.

Signed-off-by: Oleg Nesterov &lt;oleg@redhat.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: epl: remove BYTE</title>
<updated>2009-04-03T21:54:21+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T19:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=2ed53cf8a523d3e2fc133d892f8d040c3fc9656d'/>
<id>2ed53cf8a523d3e2fc133d892f8d040c3fc9656d</id>
<content type='text'>
It's u8 in kernelspace, not BYTE.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's u8 in kernelspace, not BYTE.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: epl: remove INLINE mess</title>
<updated>2009-04-03T21:54:20+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2009-03-23T18:14:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=563b125de36c91722f038f11da374d49de168917'/>
<id>563b125de36c91722f038f11da374d49de168917</id>
<content type='text'>
extern inline isn't the nicest and it doesn't really make sense.
So unwind all the INLINE defines and includes, if speed is _really_ an
issue later stuff can be put back in a sane manner.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
extern inline isn't the nicest and it doesn't really make sense.
So unwind all the INLINE defines and includes, if speed is _really_ an
issue later stuff can be put back in a sane manner.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: epl: run Lindent on *.c files</title>
<updated>2009-01-06T21:52:39+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-12-20T01:11:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=833dfbe746f85898dcbcf421c1177c3fd5773ff2'/>
<id>833dfbe746f85898dcbcf421c1177c3fd5773ff2</id>
<content type='text'>
It's a start, still a mess...

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's a start, still a mess...

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: add epl stack</title>
<updated>2009-01-06T21:52:36+00:00</updated>
<author>
<name>Daniel Krueger</name>
<email>daniel.krueger@systec-electronic.com</email>
</author>
<published>2008-12-19T19:41:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9d7164cfdb611c2f864d535ae5794f23db3d84f7'/>
<id>9d7164cfdb611c2f864d535ae5794f23db3d84f7</id>
<content type='text'>
This is the openPOWERLINK network stack from systec electronic.

It's a bit messed up as there is a driver mixed into the
middle of it, lots of work needs to be done to unwind the
different portions to make it sane.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is the openPOWERLINK network stack from systec electronic.

It's a bit messed up as there is a driver mixed into the
middle of it, lots of work needs to be done to unwind the
different portions to make it sane.

Cc: Daniel Krueger &lt;daniel.krueger@systec-electronic.com&gt;
Cc: Ronald Sieber &lt;Ronald.Sieber@systec-electronic.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
</feed>
