Re: [Xen-devel] [PATCH 1/2] xen/pt: Unlock d->event_lock on error paths

2017-06-28 Thread Roger Pau Monné
On Tue, Jun 27, 2017 at 06:47:52PM +0100, Andrew Cooper wrote: > Introduced by c/s fba00494268 "x86/pt: enable binding of GSIs to a PVH Dom0" > > Spotted by Coverity. > > Signed-off-by: Andrew Cooper Thanks! Reivwed-by: Roger Pau Monné None of those paths should be used in any case. > --- >

Re: [Xen-devel] [PATCH 1/2] xen/pt: Unlock d->event_lock on error paths

2017-06-27 Thread Jan Beulich
>>> Andrew Cooper 06/27/17 7:48 PM >>> >Introduced by c/s fba00494268 "x86/pt: enable binding of GSIs to a PVH Dom0" > >Spotted by Coverity. > >Signed-off-by: Andrew Cooper Reviewed-by: Jan Beulich And I'm sorry for not having noticed while reviewing the original patch. Jan