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 --git a/arch/mips/kvm/tlb.c b/arch/mips/kvm/tlb.c
> index bbcd822..b6beb0e 100644
> --- a/arch/mips/kvm/tlb.c
> +++ b/arch/mips/kvm/tlb.c
> @@ -216,6 +216,7 @@ int kvm_mips_host_tlb_write(struct kvm_vcpu *vcpu, 
> unsigned long entryhi,
>   if (idx > current_cpu_data.tlbsize) {
>   kvm_err("%s: Invalid Index: %d\n", __func__, idx);
>   kvm_mips_dump_host_tlbs();
> + local_irq_restore(flags);
>   return -1;
>   }
> 

Applied, thanks.

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


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 file changed, 1 insertion(+)
> 
> diff --git a/arch/mips/kvm/tlb.c b/arch/mips/kvm/tlb.c
> index bbcd822..b6beb0e 100644
> --- a/arch/mips/kvm/tlb.c
> +++ b/arch/mips/kvm/tlb.c
> @@ -216,6 +216,7 @@ int kvm_mips_host_tlb_write(struct kvm_vcpu *vcpu, 
> unsigned long entryhi,
>   if (idx > current_cpu_data.tlbsize) {
>   kvm_err("%s: Invalid Index: %d\n", __func__, idx);
>   kvm_mips_dump_host_tlbs();
> + local_irq_restore(flags);
>   return -1;
>   }
> 
> --
> 1.7.9.5
> 
> 


signature.asc
Description: Digital signature


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

2015-02-22 Thread Tapasweni Pathak
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 --git a/arch/mips/kvm/tlb.c b/arch/mips/kvm/tlb.c
index bbcd822..b6beb0e 100644
--- a/arch/mips/kvm/tlb.c
+++ b/arch/mips/kvm/tlb.c
@@ -216,6 +216,7 @@ int kvm_mips_host_tlb_write(struct kvm_vcpu *vcpu, unsigned 
long entryhi,
if (idx > current_cpu_data.tlbsize) {
kvm_err("%s: Invalid Index: %d\n", __func__, idx);
kvm_mips_dump_host_tlbs();
+   local_irq_restore(flags);
return -1;
}

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe kvm" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html