All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] more vgic fixes
@ 2014-06-24 18:11 Stefano Stabellini
  2014-06-24 18:11 ` [PATCH 1/2] xen/arm: remove workaround to inject evtchn_irq on irq enable Stefano Stabellini
  2014-06-24 18:11 ` [PATCH 2/2] xen/arm: take the rank lock before accessing ipriority Stefano Stabellini
  0 siblings, 2 replies; 9+ messages in thread
From: Stefano Stabellini @ 2014-06-24 18:11 UTC (permalink / raw)
  To: xen-devel; +Cc: Julien Grall, Ian Campbell, Stefano Stabellini

Hi all,
this patch series has a couple of fixes for the vgic emulation.

The first patch removes the workaround to inject the evtchn_irq when the
irq gets enabled. It is necessary to avoid recursive lock issues with
the following patch.

The second patch takes the rank lock to read ipriority from
vgic_vcpu_inject_irq.


Stefano Stabellini (2):
      xen/arm: remove workaround to inject evtchn_irq on irq enable
      xen/arm: take the rank lock before accessing ipriority

 xen/arch/arm/domain.c       |    4 +++-
 xen/arch/arm/domain_build.c |    2 ++
 xen/arch/arm/vgic.c         |   33 +++++++++++++++------------------
 3 files changed, 20 insertions(+), 19 deletions(-)

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

end of thread, other threads:[~2014-07-03 18:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-24 18:11 [PATCH 0/2] more vgic fixes Stefano Stabellini
2014-06-24 18:11 ` [PATCH 1/2] xen/arm: remove workaround to inject evtchn_irq on irq enable Stefano Stabellini
2014-06-25 15:03   ` Julien Grall
2014-07-02 15:38     ` Ian Campbell
2014-07-02 15:45       ` Julien Grall
2014-07-03 18:33         ` Stefano Stabellini
2014-06-24 18:11 ` [PATCH 2/2] xen/arm: take the rank lock before accessing ipriority Stefano Stabellini
2014-07-02 15:41   ` Ian Campbell
2014-07-03 18:46     ` Stefano Stabellini

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.