Re: [PATCH] arch: mips: kvm: Enable after disabling interrupt

2015-03-02 Thread Marcelo Tosatti
On Sun, Feb 22, 2015 at 09:48:21PM +0530, Tapasweni Pathak wrote: > Enable disabled interrupt, on unsuccessful operation. > > Found by Coccinelle. > > Signed-off-by: Tapasweni Pathak > Acked-by: Julia Lawall > --- > arch/mips/kvm/tlb.c |1 + > 1 file changed, 1 insertion(+) > > diff

Re: [PATCH] arch: mips: kvm: Enable after disabling interrupt

2015-03-02 Thread Marcelo Tosatti
On Sun, Feb 22, 2015 at 09:48:21PM +0530, Tapasweni Pathak wrote: Enable disabled interrupt, on unsuccessful operation. Found by Coccinelle. Signed-off-by: Tapasweni Pathak tapaswenipat...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr --- arch/mips/kvm/tlb.c |1 + 1 file

Re: [PATCH] arch: mips: kvm: Enable after disabling interrupt

2015-02-23 Thread James Hogan
On Sun, Feb 22, 2015 at 09:48:21PM +0530, Tapasweni Pathak wrote: > Enable disabled interrupt, on unsuccessful operation. > > Found by Coccinelle. > > Signed-off-by: Tapasweni Pathak > Acked-by: Julia Lawall Reviewed-by: James Hogan Cheers James > --- > arch/mips/kvm/tlb.c |1 + > 1

Re: [PATCH] arch: mips: kvm: Enable after disabling interrupt

2015-02-23 Thread James Hogan
On Sun, Feb 22, 2015 at 09:48:21PM +0530, Tapasweni Pathak wrote: Enable disabled interrupt, on unsuccessful operation. Found by Coccinelle. Signed-off-by: Tapasweni Pathak tapaswenipat...@gmail.com Acked-by: Julia Lawall julia.law...@lip6.fr Reviewed-by: James Hogan