From: Christian Borntraeger Date: Thu, 17 Nov 2011 10:00:43 +0000 (+0100) Subject: KVM: s390: Fix tprot locking X-Git-Tag: v3.2-rc3~26^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eddb85f889a5a9fe59ec184e06844716a00aded;p=pandora-kernel.git KVM: s390: Fix tprot locking There is a potential host deadlock in the tprot intercept handling. We must not hold the mmap semaphore while resolving the guest address. If userspace is remapping, then the memory detection in the guest is broken anyway so we can safely separate the address translation from walking the vmas. Signed-off-by: Christian Borntraeger Signed-off-by: Carsten Otte Signed-off-by: Avi Kivity --- Reading git-diff-tree failed