public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: Serge Noiraud <serge.noiraud@bull.net>
Cc: Ingo Molnar <mingo@elte.hu>, linux-kernel@vger.kernel.org
Subject: Re: RT question : softirq and minimal user RT priority
Date: Fri, 13 Jan 2006 10:53:20 -0500	[thread overview]
Message-ID: <1137167600.7241.22.camel@localhost.localdomain> (raw)
In-Reply-To: <200601131527.00828.Serge.Noiraud@bull.net>

On Fri, 2006-01-13 at 15:27 +0100, Serge Noiraud wrote:
> Hi,
> 
> 	I was testing 2.6.15-rt3. During my tests, I tried to run a program which made a loop at
> RT priority 10 and 30.

So you have two programs running, one at priority 10 and 30 right?

> I was very happy to see that after the tests, I can't use any command except those already in memory.

So, are these programs still running?  Are they in busy loops?

> My filesystems were in read-only after the test. I was unable to shutdown the machine : 

How did the filesystems go into read-only?  Did the tests do that?

> top => command not found
> <CTRL><ALT><DEL> => INIT: cannot execute "/sbin/shutdown"
> /sbin/reboot   => Input/Output error
> I had to push the reset button.

I'll need more info to understand these.

> 
> My questions are : 
> Did I find a bug ?

Don't know yet.

> Is the smallest usable real-time priority greater than the highest real-time softirq ?

Nope, you can use any rt priority you want.  It's up to you whether you
want to preempt the softirqs or not. Be careful, timers may be preempted
from delivering signals to high priority processes.  I have a patch to
fix this, but I'm waiting on input from either Thomas Gleixner or Ingo.

> In this case could we forbid priority lesser than the highest softirq priority ?

No need.

-- Steve



  reply	other threads:[~2006-01-13 15:53 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-01-13 14:27 RT question : softirq and minimal user RT priority Serge Noiraud
2006-01-13 15:53 ` Steven Rostedt [this message]
2006-01-17  7:58   ` Serge Noiraud
2006-01-20  8:24     ` Serge Noiraud
2006-04-17 13:21   ` Mark Hounschell
2006-04-17 15:05     ` Lee Revell
2006-04-18  8:10       ` Mark Hounschell
2006-04-18 10:03         ` Mark Hounschell
2006-04-18 13:31         ` Steven Rostedt
2006-04-18 16:47           ` Mark Hounschell

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1137167600.7241.22.camel@localhost.localdomain \
    --to=rostedt@goodmis.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    --cc=serge.noiraud@bull.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox