<div dir="ltr"><br><br><div class="gmail_quote">On Thu, Dec 10, 2009 at 10:33 AM, Gilboa Davara <span dir="ltr">&lt;<a href="mailto:gilboad@gmail.com">gilboad@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div><div></div><div class="h5">On Thu, 2009-12-10 at 08:58 +0200, Shachar Shemesh wrote:<br>
&gt; Gilboa Davara wrote:<br>
&gt; &gt; On Wed, 2009-12-09 at 20:04 +0200, Raz wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Do not use inline kernel atomic_t operation, you will violate GPL.<br>
&gt; &gt; &gt; Use gcc builtins. If you want information please refer to:<br>
&gt; &gt; &gt; <a href="http://sos-linux.svn.sourceforge.net/viewvc/sos-linux/offsched/Linux-Debug/" target="_blank">http://sos-linux.svn.sourceforge.net/viewvc/sos-linux/offsched/Linux-Debug/</a><br>
&gt; &gt; &gt; and download linux-debug.pdf . You will few words on atomicity in user<br>
&gt; &gt; &gt; space in linux.<br>
&gt; &gt; &gt; Please execuse for bad editing, the paper is not complete.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; raz<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Thanks.<br>
&gt; &gt; While I was aware of the derived problem - I neglected to point it out.<br>
&gt; &gt; Thanks.<br>
&gt; &gt;<br>
&gt; &gt; At least in my case (and partially due to the derived work problem), I<br>
&gt; &gt; simply wrote my own set of assembly functions that worked the same under<br>
&gt; &gt; both Linux/BSD and Windows (under both user mode and kernel mode).<br>
&gt; &gt;<br>
&gt; &gt; - Gilboa<br>
&gt; &gt;<br>
&gt; I might be missing something really basic, but may I ask &quot;why&quot;? What<br>
&gt; would you want to achieve that would require you to use the &quot;get and<br>
&gt; set&quot; (or &quot;test and set&quot;, or whatever) in user space?<br>
&gt;<br>
&gt; Shachar<br>
<br>
</div></div>Why?<br>
- Write code that can run more-or-less the same as kernel module and as<br>
a user-space library. (And under multiple different OS&#39;)<br>
- Implement fast spinlocks and/or RW locks in user mode. (Again, that<br>
behave the same under kernel mode and user mode.)<br></blockquote><div>Giloboa<br>why not take a look at urcu for fast locks.<a href="http://www.lttng.org/?q=node/18">http://www.lttng.org/?q=node/18</a><br>I talked to the guy i saw the presentation at the LPC.   <br>

</div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
- Atomic counters.<br>
- Anything else that can use the &quot;lock&quot; prefix.<br>
<div><div></div><div class="h5"><br>
- Gilboa<br>
<br>
<br>
<br>
_______________________________________________<br>
Linux-il mailing list<br>
<a href="mailto:Linux-il@cs.huji.ac.il">Linux-il@cs.huji.ac.il</a><br>
<a href="http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il" target="_blank">http://mailman.cs.huji.ac.il/mailman/listinfo/linux-il</a><br>
</div></div></blockquote></div><br></div>