Re: bisected: 'perf top' causing soft lockups under Xen

From: Peter Zijlstra
Date: Wed Feb 15 2012 - 04:26:14 EST


On Wed, 2012-02-15 at 00:57 -0800, Steven Noonan wrote:
> It seems to me that there are two options for fixing this, but I'm
> probably lacking the necessary context (or experience with Xen). Either:
>
> - The patch provided by Ben needs to have additional work to specially
> handle IRQ_WORK_VECTOR, since it seems to be a special case where
> there's no event channel attached for it. Perhaps adding an event
> channel for this is the fix? Seems high-overhead, but I lack a good
> understanding of how interrupts are handled in Xen.

So that's a self-IPI, is Xen failing to implement this?

> or
>
> - Perf needs to be "enlightened" about Xen and avoid sending an IPI in
> the first place.

Uhm, no. If anything Xen should simply not implement
arch_irq_work_raise(). The callbacks are then ran from the timer
interrupt.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/