All of lore.kernel.org
 help / color / mirror / Atom feed
* RE: writable page tables appear to be causing xen to lock up
@ 2005-04-19 18:07 Ian Pratt
  0 siblings, 0 replies; 6+ messages in thread
From: Ian Pratt @ 2005-04-19 18:07 UTC (permalink / raw)
  To: Kip Macy; +Cc: xen-devel

 
> My guess from this is FreeBSD is DOSing xen by endlessly 
> triggering failsafe_callback. Although this is *extremely* 
> likely to be my fault, it raises an interesting point about 
> the need for heavily reducing the scheduling priority of 
> misbehaved guests.

Hmm, was the failsafe callback failing? That should result in the domain
being crashed.

If the guest was actually leaving Xen, then it should be preempted and
scheduled as per normal.

Ian 

^ permalink raw reply	[flat|nested] 6+ messages in thread
* writable page tables appear to be causing xen to lock up
@ 2005-04-18 22:02 Kip Macy
  0 siblings, 0 replies; 6+ messages in thread
From: Kip Macy @ 2005-04-18 22:02 UTC (permalink / raw)
  To: xen-devel

I've just tried enabling writable page tables in FreeBSD.

I'm seeing the following code in traps.c hit over again. Disabling the
DPRINTK on line 341 doesn't help, it just causes the machine to become
unresponsive quietly.


xen_fault:      

if ( likely((fixup = search_exception_table(regs->eip)) != 0) )     {
        perfc_incrc(copy_user_faults);         
        if ( !shadow_mode_enabled(d) )
            DPRINTK("Page fault: %p -> %p\n", regs->eip, fixup);
        regs->eip = fixup;         
        return 0;
    }

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-04-19 18:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <AcVEYlHMlpMs2NCsRUatq6Npjon1KgACjH4A>
2005-04-18 23:17 ` writable page tables appear to be causing xen to lock up Ian Pratt
2005-04-18 23:24   ` Kip Macy
2005-04-19 17:28     ` Kip Macy
2005-04-19 17:45       ` Kip Macy
2005-04-19 18:07 Ian Pratt
  -- strict thread matches above, loose matches on Subject: below --
2005-04-18 22:02 Kip Macy

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.