Hi Srivatsa,<br><br><div class="gmail_quote">On Wed, Apr 18, 2012 at 1:57 PM, Srivatsa S. Bhat <span dir="ltr">&lt;<a href="mailto:srivatsa.bhat@linux.vnet.ibm.com">srivatsa.bhat@linux.vnet.ibm.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div class="im">On 04/18/2012 01:38 PM, Arun KS wrote:<br>
<br>
&gt; Hi Dave,<br>
&gt;<br>
&gt; Thanks for your reply.<br>
&gt;<br>
&gt; On Wed, Apr 18, 2012 at 1:01 PM, Dave Hylands &lt;<a href="mailto:dhylands@gmail.com">dhylands@gmail.com</a><br>
</div><div class="im">&gt; &lt;mailto:<a href="mailto:dhylands@gmail.com">dhylands@gmail.com</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     Hi Arun,<br>
&gt;<br>
&gt;     On Tue, Apr 17, 2012 at 11:44 PM, Arun KS &lt;<a href="mailto:getarunks@gmail.com">getarunks@gmail.com</a><br>
</div><div class="im">&gt;     &lt;mailto:<a href="mailto:getarunks@gmail.com">getarunks@gmail.com</a>&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt; Hello Guys,<br>
&gt;     &gt;<br>
&gt;     &gt; System is working normal after this BUG.<br>
&gt;     &gt; PC is at 0x400b4614, probably a mmaped address.<br>
&gt;     &gt;<br>
&gt;     &gt; Just wondering how can this BUG happen when a process is running<br>
&gt;     in user<br>
&gt;     &gt; space.<br>
&gt;     &gt;<br>
&gt;     &gt; Can it be something like this<br>
&gt;     &gt; 1) enter to kernel from userspace through some system call.<br>
&gt;     &gt; 2) kernel disables the interrupt and return to user space.<br>
&gt;<br>
&gt;     Don&#39;t do that<br>
&gt;<br>
&gt;<br>
&gt; I don&#39;t do that. This scenario mentioned is a just a wild guess.<br>
&gt;<br>
&gt;<br>
&gt;     &gt; 3) and now it can happen in user space?<br>
&gt;<br>
&gt;     Because something in userspace made a blocking call which would cause<br>
&gt;     a context switch to occur and your driver erroneously left interrupts<br>
&gt;     disabled.<br>
&gt;<br>
&gt; In that case, my system should have been unstable afterwards if<br>
&gt; interrupts are left disabled. But that is not happening.<br>
&gt;<br>
&gt; If we return to user space with interrupts disabled, can we switch back<br>
&gt; again to kernel using a system cal(because interrupts are already disabled)?<br>
&gt;<br>
<br>
<br>
</div>Depends on how many CPUs you have - AFAICS the &quot;interrupts disabled&quot;<br>
discussion above applies to a single CPU.. so if you have other CPUs on your<br>
system, you could probably use the system for a little more time.<br>
<br>
<br></blockquote><div>Hmm.. I have uniprocessor. <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
There is a simple way to check if interrupts are indeed disabled as<br>
hypothesised: turn on the hard-lockup detector (See<br>
Documentation/lockup-watchdogs.txt for details on what it is and what<br>
config options you have to enable). You can even turn on the soft-lockup<br>
detector and see what you get. Setting the option to panic on hard-lockup/<br>
soft-lockup/hung tasks would be even better, to debug the issue.<br></blockquote><div><br>Thanks for the pointers. I ll try this out.<br><br>Arun <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">


<br>
Regards,<br>
Srivatsa S. Bhat<br>
<br>
</blockquote></div><br>