From: Jason J. Herne Date: Wed, 16 Sep 2015 13:13:50 +0000 (-0400) Subject: KVM: s390: Replace incorrect atomic_or with atomic_andnot X-Git-Tag: omap-for-v4.3/fixes-rc5~114^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bf9fde2c98ba8362ea1d41d8bd8b32a23776e67;p=pandora-kernel.git KVM: s390: Replace incorrect atomic_or with atomic_andnot The offending commit accidentally replaces an atomic_clear with an atomic_or instead of an atomic_andnot in kvm_s390_vcpu_request_handled. The symptom is that kvm guests on s390 hang on startup. This patch simply replaces the incorrect atomic_or with atomic_andnot Fixes: 805de8f43c20 (atomic: Replace atomic_{set,clear}_mask() usage) Signed-off-by: Jason J. Herne Acked-by: Christian Borntraeger Acked-by: Peter Zijlstra (Intel) Acked-by: Cornelia Huck Signed-off-by: Paolo Bonzini --- Reading git-diff-tree failed