All of lore.kernel.org
 help / color / mirror / Atom feed
* A problem about interrupt when booting a captured kernel
@ 2015-11-13 10:09 Yang Yingliang
  2015-11-16 19:26 ` Marc Zyngier
  0 siblings, 1 reply; 10+ messages in thread
From: Yang Yingliang @ 2015-11-13 10:09 UTC (permalink / raw)
  To: linux-arm-kernel

Hi, Marc


     The kexec will boot a captured kernel while the kernel panic. But
it boots failed if the kernel panic in handler function of PPI. The 
reason is that the PPI has not been 'eoi', other interrupts can not be 
handled when booting  the captured kernel.

     The kexec will call irq_eoi to end the irqs that have
IRQD_IRQ_INPROGRESS flag. But PPIs don't have this flag, so it won't be 
ended.

    Three ways to solve this problem we can think :
    1. Is there a way to reset gic like its_reset ?
    2. Can we add some flag for calling irq_eoi ?
    3. Just 'eoi' all PPIs without checking flags in kexec.

     Please give some advice.


Thanks
Yang

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

end of thread, other threads:[~2015-11-19  8:40 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-13 10:09 A problem about interrupt when booting a captured kernel Yang Yingliang
2015-11-16 19:26 ` Marc Zyngier
2015-11-17  1:05   ` AKASHI Takahiro
2015-11-17  9:07     ` Marc Zyngier
2015-11-18  8:03       ` AKASHI Takahiro
2015-11-18 11:29         ` Marc Zyngier
2015-11-17  3:48   ` Yang Yingliang
2015-11-17  9:16     ` Marc Zyngier
2015-11-19  3:42       ` Yang Yingliang
2015-11-19  8:40         ` Marc Zyngier

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.