From: Mihai Caraman Date: Wed, 18 Jun 2014 15:45:05 +0000 (+0300) Subject: KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute X-Git-Tag: omap-for-v3.17/fixes-against-rc2~251^2^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=511c66818d87db2a8931e7f7f92c7904bdd84f72;p=pandora-kernel.git KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute The patch 08c9a188d0d0fc0f0c5e17d89a06bb59c493110f kvm: powerpc: use caching attributes as per linux pte do not handle properly the error case, letting mmu_lock locked. The lock will further generate a RCU stall from kvmppc_e500_emul_tlbwe() caller. In case of an error go to out label. Signed-off-by: Mihai Caraman Signed-off-by: Alexander Graf --- Reading git-diff-tree failed