<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/android/binder.c, branch v2.6.29</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk-&gt;signal</title>
<updated>2009-01-28T23:49:05+00:00</updated>
<author>
<name>Oleg Nesterov</name>
<email>oleg@redhat.com</email>
</author>
<published>2009-01-18T17:17:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=1176e83aff6f15b6ae4d1b53c16124884ad29363'/>
<id>1176e83aff6f15b6ae4d1b53c16124884ad29363</id>
<content type='text'>
Compile tested.

task_struct-&gt;signal is not protected by RCU, the code is bogus.
Change the code to take -&gt;siglock to pin -&gt;signal.

Signed-off-by: Oleg Nesterov &lt;oleg@redhat.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.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>
Compile tested.

task_struct-&gt;signal is not protected by RCU, the code is bogus.
Change the code to take -&gt;siglock to pin -&gt;signal.

Signed-off-by: Oleg Nesterov &lt;oleg@redhat.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: android: binder: fix arm build errors</title>
<updated>2009-01-28T23:49:05+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
<email>arve@android.com</email>
</author>
<published>2009-01-08T23:28:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=c171ac36b74f6c90bc7a03c309136ba175314b6d'/>
<id>c171ac36b74f6c90bc7a03c309136ba175314b6d</id>
<content type='text'>
Reported-by: Randy Dunlap &lt;randy.dunlap@oracle.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>
Reported-by: Randy Dunlap &lt;randy.dunlap@oracle.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: android: binder: fix build errors</title>
<updated>2009-01-06T21:52:46+00:00</updated>
<author>
<name>Greg Kroah-Hartman</name>
<email>gregkh@suse.de</email>
</author>
<published>2008-12-21T04:20:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7a9c67a6ad2e6911e7ebdae34a75835c537d6e84'/>
<id>7a9c67a6ad2e6911e7ebdae34a75835c537d6e84</id>
<content type='text'>
This fixes the build errors and warnings in the binder driver.  It can't
be a module, due to a lack of some of the symbols being exported.

Also added a MODULE_LICENSE(), as it was missing.

Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.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 fixes the build errors and warnings in the binder driver.  It can't
be a module, due to a lack of some of the symbols being exported.

Also added a MODULE_LICENSE(), as it was missing.

Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>staging: android: binder: Fix use of euid</title>
<updated>2009-01-06T21:52:42+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2009-01-05T22:08:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9279bcc31698842961a30bb05b00aef7236dd728'/>
<id>9279bcc31698842961a30bb05b00aef7236dd728</id>
<content type='text'>
Task credentials were moved and must be accessed through task_struct.cred

Signed-off-by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.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>
Task credentials were moved and must be accessed through task_struct.cred

Signed-off-by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: android: binder: Fix gcc warnings about improper format specifiers for size_t in printk</title>
<updated>2009-01-06T21:52:41+00:00</updated>
<author>
<name>J.R. Mauro</name>
<email>jrm8005@gmail.com</email>
</author>
<published>2009-01-05T20:27:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a2bf2153cb2a2de341b6a87cb644870a5bde2a9d'/>
<id>a2bf2153cb2a2de341b6a87cb644870a5bde2a9d</id>
<content type='text'>
Use the proper format specifiers for printing size_t values.

Signed-off-by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.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>
Use the proper format specifiers for printing size_t values.

Signed-off-by: J.R. Mauro &lt;jrm8005@gmail.com&gt;
Cc: Arve Hjønnevåg &lt;arve@android.com&gt;
Cc: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;

</pre>
</div>
</content>
</entry>
<entry>
<title>Staging: android: add binder driver</title>
<updated>2009-01-06T21:52:41+00:00</updated>
<author>
<name>Arve Hjønnevåg</name>
<email>arve@android.com</email>
</author>
<published>2008-12-20T01:40:44+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=457b9a6f09f011ebcb9b52cc203a6331a6fc2de7'/>
<id>457b9a6f09f011ebcb9b52cc203a6331a6fc2de7</id>
<content type='text'>
It builds, but not as a module, and with lots of warnings.

I also had to fix up a few syntax errors to get it to build
properly, I'm doubting that anyone has built it in a while :(

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
Signed-off-by: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.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 builds, but not as a module, and with lots of warnings.

I also had to fix up a few syntax errors to get it to build
properly, I'm doubting that anyone has built it in a while :(

Signed-off-by: Arve Hjønnevåg &lt;arve@android.com&gt;
Signed-off-by: Brian Swetland &lt;swetland@google.com&gt;
Cc: Robert Love &lt;rlove@google.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@suse.de&gt;
</pre>
</div>
</content>
</entry>
</feed>
