On Mon, Nov 07, 2016 at 08:29:15AM -0700, Jan Beulich wrote: > This was overlooked in 7b2842a414 ("IOMMU: replace ASSERT()s checking > for NULL"). > > Reported-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com>
Reviewed-by: Konrad Rzeszutek Wilk <konrad.w...@oracle.com> Thanks! > Signed-off-by: Jan Beulich <jbeul...@suse.com> > > --- a/xen/drivers/passthrough/io.c > +++ b/xen/drivers/passthrough/io.c > @@ -168,6 +168,7 @@ static void pt_irq_time_out(void *data) > if ( unlikely(!dpci) ) > { > ASSERT_UNREACHABLE(); > + spin_unlock(&irq_map->dom->event_lock); > return; > } > list_for_each_entry ( digl, &irq_map->digl_list, list ) > > > _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel