From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4B59E2D4.5040004@domain.hid> Date: Fri, 22 Jan 2010 18:39:32 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4B59D952.30202@domain.hid> <1264181859.2350.152.camel@domain.hid> In-Reply-To: <1264181859.2350.152.camel@domain.hid> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] Domain switch during page fault handling List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Philippe Gerum Cc: Jan Kiszka , Wolfgang Mauerer , xenomai-core Philippe Gerum wrote: > On Fri, 2010-01-22 at 17:58 +0100, Jan Kiszka wrote: >> Hi guys, >> >> we are currently trying to catch an ugly Linux pipeline state corruption >> on x86-64. >> >> Conceptual question: If a Xenomai task causes a fault, we enter >> ipipe_trap_notify over the primary domain and leave it over the root >> domain, right? Now, if the root domain happened to be stalled when the >> exception happened, where should it normally be unstalled again, >> *for_that_task*? Our problem is that we generate a code path where this >> does not happen. > > xnhadow_relax -> ipipe_reenter_root -> finish_task_switch -> > finish_lock_switch -> unstall > > Since xnshadow_relax is called on behalf the event dispatcher, we should > expect it to return with the root domain unstalled after a domain > downgrade, from primary to root. Ok, but what about local_irq_restore_nosync at the end of the function ? -- Gilles.