Re: [Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-28 Thread Juergen Gross
On 28/02/18 09:25, Shah, Amit wrote: > > On Mi, 2018-02-28 at 08:16 +, Roger Pau Monné wrote: >> On Tue, Feb 27, 2018 at 05:32:53PM +, Shah, Amit wrote: >>> >>> >>> On Di, 2018-02-27 at 17:07 +, Roger Pau Monné wrote: On Tue, Feb 27, 2018 at 03:55:58PM +, Amit Shah

Re: [Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-28 Thread Shah, Amit
On Mi, 2018-02-28 at 08:16 +, Roger Pau Monné wrote: > On Tue, Feb 27, 2018 at 05:32:53PM +, Shah, Amit wrote: > > > > > > On Di, 2018-02-27 at 17:07 +, Roger Pau Monné wrote: > > > > > > On Tue, Feb 27, 2018 at 03:55:58PM +, Amit Shah wrote: > > > > > > > > > > > > In case

Re: [Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-28 Thread Roger Pau Monné
On Tue, Feb 27, 2018 at 05:32:53PM +, Shah, Amit wrote: > > On Di, 2018-02-27 at 17:07 +, Roger Pau Monné wrote: > > On Tue, Feb 27, 2018 at 03:55:58PM +, Amit Shah wrote: > > > > > > In case of errors in irq setup for MSI, free up the allocated irqs. > > > > > > Fixes:

Re: [Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-27 Thread Shah, Amit
On Di, 2018-02-27 at 17:07 +, Roger Pau Monné wrote: > On Tue, Feb 27, 2018 at 03:55:58PM +, Amit Shah wrote: > > > > In case of errors in irq setup for MSI, free up the allocated irqs. > > > > Fixes: 4892c9b4ada9f9 ("xen: add support for MSI message groups") > > Reported-by: Hooman

Re: [Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-27 Thread Roger Pau Monné
On Tue, Feb 27, 2018 at 03:55:58PM +, Amit Shah wrote: > In case of errors in irq setup for MSI, free up the allocated irqs. > > Fixes: 4892c9b4ada9f9 ("xen: add support for MSI message groups") > Reported-by: Hooman Mirhadi > CC: > CC: Roger Pau

[Xen-devel] [PATCH v2 2/2] xen: events: free irqs in error condition

2018-02-27 Thread Amit Shah
In case of errors in irq setup for MSI, free up the allocated irqs. Fixes: 4892c9b4ada9f9 ("xen: add support for MSI message groups") Reported-by: Hooman Mirhadi CC: CC: Roger Pau Monné CC: Boris Ostrovsky