* 2.6.23-rc9-rt2
@ 2007-10-04 22:20 Steven Rostedt
2007-10-07 13:35 ` 2.6.23-rc9-rt2 Jaswinder Singh
0 siblings, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2007-10-04 22:20 UTC (permalink / raw)
To: LKML, RT; +Cc: Ingo Molnar, Thomas Gleixner
We are pleased to announce the 2.6.23-rc9-rt2 tree, which can be
downloaded from the new location:
http://www.kernel.org/pub/linux/kernel/projects/rt/
Changes since 2.6.23-rc9-rt1
- x86_64 disable IST for debug (Andi Kleen)
- Better handling of dynticks going bad in RCU (Steven Rostedt)
- Preempt RCU boosting (Steven Rostedt based on Paul E. McKenney's
stuff)
Again, this still holds experimental code. But I've been running it on a
few boxes already (and even the box I'm writing this on).
to build a 2.6.23-rc9-rt2 tree, the following patches should be applied:
http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2
http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc9.bz2
http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.23-rc9-rt2.bz2
The broken out patches are also available.
-- Steve
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.23-rc9-rt2
2007-10-04 22:20 2.6.23-rc9-rt2 Steven Rostedt
@ 2007-10-07 13:35 ` Jaswinder Singh
2007-10-08 13:52 ` 2.6.23-rc9-rt2 Steven Rostedt
0 siblings, 1 reply; 5+ messages in thread
From: Jaswinder Singh @ 2007-10-07 13:35 UTC (permalink / raw)
To: Steven Rostedt; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner
Hello Steve,
Do you have any plans to support nested or reentrant Interrupt Handling schemes.
Thank you,
Jaswinder SIngh.
On 10/5/07, Steven Rostedt <rostedt@goodmis.org> wrote:
> We are pleased to announce the 2.6.23-rc9-rt2 tree, which can be
> downloaded from the new location:
>
> http://www.kernel.org/pub/linux/kernel/projects/rt/
>
> Changes since 2.6.23-rc9-rt1
>
> - x86_64 disable IST for debug (Andi Kleen)
>
> - Better handling of dynticks going bad in RCU (Steven Rostedt)
>
> - Preempt RCU boosting (Steven Rostedt based on Paul E. McKenney's
> stuff)
>
> Again, this still holds experimental code. But I've been running it on a
> few boxes already (and even the box I'm writing this on).
>
> to build a 2.6.23-rc9-rt2 tree, the following patches should be applied:
>
> http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.22.tar.bz2
> http://www.kernel.org/pub/linux/kernel/v2.6/testing/patch-2.6.23-rc9.bz2
> http://www.kernel.org/pub/linux/kernel/projects/rt/patch-2.6.23-rc9-rt2.bz2
>
> The broken out patches are also available.
>
> -- Steve
>
>
>
>
>
>
> -
> To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.23-rc9-rt2
2007-10-07 13:35 ` 2.6.23-rc9-rt2 Jaswinder Singh
@ 2007-10-08 13:52 ` Steven Rostedt
2007-10-08 14:34 ` 2.6.23-rc9-rt2 Jaswinder Singh
0 siblings, 1 reply; 5+ messages in thread
From: Steven Rostedt @ 2007-10-08 13:52 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner
--
On Sun, 7 Oct 2007, Jaswinder Singh wrote:
> Do you have any plans to support nested or reentrant Interrupt Handling schemes.
>
Hi Jaswinder,
Not sure what you mean by this, since interrupt handlers are run as
threads and are fully preemptible.
-- Steve
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.23-rc9-rt2
2007-10-08 13:52 ` 2.6.23-rc9-rt2 Steven Rostedt
@ 2007-10-08 14:34 ` Jaswinder Singh
2007-10-08 15:07 ` 2.6.23-rc9-rt2 Thomas Gleixner
0 siblings, 1 reply; 5+ messages in thread
From: Jaswinder Singh @ 2007-10-08 14:34 UTC (permalink / raw)
To: Steven Rostedt; +Cc: LKML, RT, Ingo Molnar, Thomas Gleixner
Hi Steve,
On 10/8/07, Steven Rostedt <rostedt@goodmis.org> wrote:
>
> --
> On Sun, 7 Oct 2007, Jaswinder Singh wrote:
>
> > Do you have any plans to support nested or reentrant Interrupt Handling schemes.
> >
>
> Hi Jaswinder,
>
> Not sure what you mean by this, since interrupt handlers are run as
> threads and are fully preemptible.
>
I think by nested or reentrant interrupt handling technique you can
further reduce latencies.
what you think.
Can we can get guaranteed realtime throughput by using these realtime patch.
Thank you,
Jaswinder SIngh.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 2.6.23-rc9-rt2
2007-10-08 14:34 ` 2.6.23-rc9-rt2 Jaswinder Singh
@ 2007-10-08 15:07 ` Thomas Gleixner
0 siblings, 0 replies; 5+ messages in thread
From: Thomas Gleixner @ 2007-10-08 15:07 UTC (permalink / raw)
To: Jaswinder Singh; +Cc: Steven Rostedt, LKML, RT, Ingo Molnar
On Mon, 8 Oct 2007, Jaswinder Singh wrote:
> On 10/8/07, Steven Rostedt <rostedt@goodmis.org> wrote:
> >
> > Not sure what you mean by this, since interrupt handlers are run as
> > threads and are fully preemptible.
> >
> I think by nested or reentrant interrupt handling technique you can
> further reduce latencies.
> what you think.
Interrupt handlers in vanilla Linux and preempt-rt are never reentrant.
There is no advantage of allowing interrupt handler reentrancy, quite the
contrary it makes the code more complex.
The interrupt handlers in preempt-rt are running in threads. One thread
per interrupt, so depending on the thread priority the handlers a handler
of one interrupt can preempt the running handler of another interrupt.
> Can we can get guaranteed realtime throughput by using these realtime patch.
Realtime is not about throughput. It's about determinism.
tglx
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2007-10-08 15:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-10-04 22:20 2.6.23-rc9-rt2 Steven Rostedt
2007-10-07 13:35 ` 2.6.23-rc9-rt2 Jaswinder Singh
2007-10-08 13:52 ` 2.6.23-rc9-rt2 Steven Rostedt
2007-10-08 14:34 ` 2.6.23-rc9-rt2 Jaswinder Singh
2007-10-08 15:07 ` 2.6.23-rc9-rt2 Thomas Gleixner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome