From: "M. Koehrer" <mathias_koehrer@domain.hid>
To: mathias_koehrer@domain.hid, rpm@xenomai.org
Cc: jan.kiszka@domain.hid, xenomai@xenomai.org
Subject: Re: [Xenomai-core] RPI is good for you
Date: Wed, 25 Jul 2007 08:54:47 +0200 (CEST) [thread overview]
Message-ID: <13759439.1185346487868.JavaMail.ngmail@domain.hid> (raw)
In-Reply-To: <30117851.1185278735407.JavaMail.ngmail@domain.hid>
Hi Philippe,
as I have mentioned yesterday, I have applied your (first) patch to Xenomai (I did not apply
the other additional patches). And yes, my application was running fine without freeze in an
overnight test. Not only the tiny test application but also the complex real time application that
was the root cause for everything.
That is really a great improvement. Will this fix end up shortly in a maintenance version of Xenomai?
I would appreciate that as this is a severe bug that should have a fix published as soon as possible.
Thanks a lot for the excellent support!
Regards
Mathias
> Hi Philippe,
>
> I have attached this patch to my application. So far it looks really good.
> However, I leave my test running to be sure that it works.
>
> Regards
>
> Mathias
>
>
> > On Fri, 2007-07-20 at 14:16 +0200, Philippe Gerum wrote:
> > > On Fri, 2007-07-20 at 13:54 +0200, M. Koehrer wrote:
> > > > Hi Philippe,
> > > > I left my test running for a couple of hours - no freeze so far...
> > > >
> > > > However, I have to do some other stuff on this machine, I have to
> stop
> > the test now...
> > > >
> > >
> > > Ok, thanks for the feedback. I will send an extended patch later today,
> > > so that you could test it on a longer period when you see fit.
> >
> > It took me a bit longer than expected, but here is a patch which
> > addresses all the pending issues with RPI, hopefully (applies against
> > 2.3.1 stock).
> >
> > The good thing about Jan grumbling at me, is that this usually makes me
> > look at the big picture anew. And the RPI picture was not that nice,
> > that's a fact.
> >
> > Beside the locking sequence issue, the ex-aequo #1 problem was that CPU
> > migration of Linux tasks causing a RPI boost had some very nasty
> > side-effects on RPI management, and would create all sort of funky
> > situations I'm too shameful to talk about, except under the generic term
> > of "horrendous mess".
> >
> > Now, regarding the deadlock issue, suppressing the RPI-specific locking
> > entirely would have been the best solution, but unfortunately, the
> > migration scheme makes this out of reach, at least without resorting to
> > some hairy and likely unreliable implementation. Therefore, the solution
> > I came with consists of making the RPI lock a per-cpu thing, so that
> > most RPI routines are actually grabbing a _local_ lock wrt the current
> > CPU, those routines being allowed hold the nklock as they wish. When
> > some per-CPU RPI lock is accessed from a remote CPU, it is guaranteed
> > that _no nklock_ may be held nested. Actually, the remote case only
> > occurs once, in rpi_clear_remote(), and all its callers are guaranteed
> > to be nklock-free (a debug assertion even enforces that).
> >
> > For the migration issue, the RPI transitions have been ironed out to
> > make sure we deal properly with all the subtleties of the Linux load
> > balancer.
> >
> > Mathias, please let me know if the attached patch improves the situation
> > on your side.
> >
--
Mathias Koehrer
mathias_koehrer@domain.hid
Viel oder wenig? Schnell oder langsam? Unbegrenzt surfen + telefonieren
ohne Zeit- und Volumenbegrenzung? DAS TOP ANGEBOT FÜR ALLE NEUEINSTEIGER
Jetzt bei Arcor: günstig und schnell mit DSL - das All-Inclusive-Paket
für clevere Doppel-Sparer, nur 34,95 inkl. DSL- und ISDN-Grundgebühr!
http://www.arcor.de/rd/emf-dsl-2
next prev parent reply other threads:[~2007-07-25 6:54 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-07-19 13:27 [Xenomai-help] Sporadic PC freeze after rt_task_start M. Koehrer
2007-07-19 13:42 ` Philippe Gerum
2007-07-19 13:52 ` M. Koehrer
2007-07-20 0:14 ` [Xenomai-core] RPI is good for you Philippe Gerum
2007-07-20 7:32 ` M. Koehrer
2007-07-20 11:54 ` M. Koehrer
2007-07-20 12:16 ` Philippe Gerum
2007-07-23 15:01 ` Philippe Gerum
2007-07-23 17:15 ` Philippe Gerum
2007-07-23 17:45 ` [Xenomai-core] r2773 mistake? x86_64 adeos patch Jeff Koftinoff
2007-07-23 18:04 ` Philippe Gerum
2007-07-24 9:55 ` [Xenomai-core] RPI is good for you Philippe Gerum
2007-07-24 12:05 ` M. Koehrer
2007-07-25 6:54 ` M. Koehrer [this message]
2007-07-25 7:06 ` Philippe Gerum
2007-07-25 11:40 ` Jan Kiszka
2007-07-25 14:58 ` Philippe Gerum
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=13759439.1185346487868.JavaMail.ngmail@domain.hid \
--to=mathias_koehrer@domain.hid \
--cc=jan.kiszka@domain.hid \
--cc=rpm@xenomai.org \
--cc=xenomai@xenomai.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.