]> git.baikalelectronics.ru Git - kernel.git/commit
xen: Remove unnecessary BUG_ON from __unbind_from_irq()
authorBoris Ostrovsky <boris.ostrovsky@oracle.com>
Thu, 21 Jun 2018 17:29:44 +0000 (13:29 -0400)
committerJuergen Gross <jgross@suse.com>
Fri, 22 Jun 2018 06:32:52 +0000 (08:32 +0200)
commitc888b239bc5ce27f6f1b153b7f05d73111cbbaf8
tree35b7d6abe199f0d62ed0c77b16d6b055a348558a
parente6fe3dd0d066e1c8e47add285c607378c6c96e7f
xen: Remove unnecessary BUG_ON from __unbind_from_irq()

Commit db3b7298bae8 ("xen/pirq: fix error path cleanup when binding
MSIs") fixed a couple of errors in error cleanup path of
xen_bind_pirq_msi_to_irq(). This cleanup allowed a call to
__unbind_from_irq() with an unbound irq, which would result in
triggering the BUG_ON there.

Since there is really no reason for the BUG_ON (xen_free_irq() can
operate on unbound irqs) we can remove it.

Reported-by: Ben Hutchings <ben.hutchings@codethink.co.uk>
Signed-off-by: Boris Ostrovsky <boris.ostrovsky@oracle.com>
Cc: stable@vger.kernel.org
Reviewed-by: Juergen Gross <jgross@suse.com>
Signed-off-by: Juergen Gross <jgross@suse.com>
drivers/xen/events/events_base.c