From: Fengzhe Zhang <fengzhe.zhang@intel.com>
To: Jan Beulich <JBeulich@novell.com>
Cc: Jeremy Fitzhardinge <jeremy@goop.org>,
xen-devel <xen-devel@lists.xensource.com>,
"Dong, Eddie" <eddie.dong@intel.com>,
"Li, Xin" <xin.li@intel.com>
Subject: Re: xen irq unmask bug brainstroming
Date: Wed, 16 Feb 2011 12:12:55 +0800 [thread overview]
Message-ID: <4D5B4EC7.1070509@intel.com> (raw)
In-Reply-To: <4D5A63730200007800031F7C@vpn.id2.novell.com>
On 2011/2/15 18:28, Jan Beulich wrote:
>>>> On 15.02.11 at 07:28, "Zhang, Fengzhe"<fengzhe.zhang@intel.com> wrote:
>> Hi, we found a bug related to xen spin unlock ipi. Looking forward to
>> brainstorming for a clean fixup.
>>
>> How the bug happens:
>> 1. Dom0 poweroff.
>> 2. CPU0 takes down other CPUs.
>> 3. IRQs are unmasked in function fixup_irqs on other CPUs.
>> 4. IPI IRQ for "lock_kicker_irq" is unmasked (which should never happen).
>> 5. Other CPUs receives lock_kicker_irq and dummy_handler (handler for ipi
>> XEN_SPIN_UNLOCK_VECTOR) is invoked.
>> 6. Dummy_handler reports bug and crashes Dom0.
>>
>> Main cause:
>> Function fixup_irqs masks and then unmasks each irq when taking cpus down.
>> And Xen irq_chip structure does not distinguish disable_ops from mask_ops. So
>> when the lock_kicker_irq is unmasked, it is effectively re-enabled.
>>
>> A possible fixup:
>> Provide a dedicated disable_ops for xen irq_chip structure. Prevent
>> unmask_ops to enable irqs that are disabled.
>
> Other alternatives (based on what we do in non-pvops, where we
> don't have this problem): Either mark the kicker IRQ properly as
> IRQ_PER_CPU (IRQF_PERCPU is being passed, but this additionally
> requires CONFIG_IRQ_PER_CPU to be set), and then exclude
> per-CPU IRQs from being fixed up (which they obviously should be).
>
> Or don't use the kernel's IRQ subsystem altogether, and instead
> directly map the kick logic to event channels. (This is what we do,
> but we have the per-CPU handling above in place nevertheless
> to cover IPIs and timer vIRQ.)
>
> Jan
>
Can we safely set CONFIG_IRQ_PER_CPU in current pvops kernel?
-Fengzhe
next prev parent reply other threads:[~2011-02-16 4:12 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-15 6:28 xen irq unmask bug brainstroming Zhang, Fengzhe
2011-02-15 10:28 ` Jan Beulich
2011-02-16 4:12 ` Fengzhe Zhang [this message]
2011-02-16 8:22 ` Jan Beulich
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=4D5B4EC7.1070509@intel.com \
--to=fengzhe.zhang@intel.com \
--cc=JBeulich@novell.com \
--cc=eddie.dong@intel.com \
--cc=jeremy@goop.org \
--cc=xen-devel@lists.xensource.com \
--cc=xin.li@intel.com \
/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.