diff for duplicates of <544F5BA8.5020100@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 0319ae0..237a01f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -2,7 +2,8 @@ On 10/15/2014 07:28 PM, Aneesh Kumar K.V wrote: > -> ======================> [ INFO: possible recursive locking detected ] +> ============================================= +> [ INFO: possible recursive locking detected ] > 3.17.0+ #31 Not tainted > --------------------------------------------- > qemu-system-ppc/9112 is trying to acquire lock: @@ -13,15 +14,15 @@ On 10/15/2014 07:28 PM, Aneesh Kumar K.V wrote: This must come from here: - while (vcpu->arch.state = KVMPPC_VCPU_RUNNABLE && - (vc->vcore_state = VCORE_RUNNING || - vc->vcore_state = VCORE_EXITING)) { + while (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE && + (vc->vcore_state == VCORE_RUNNING || + vc->vcore_state == VCORE_EXITING)) { spin_unlock(&vc->lock); kvmppc_wait_for_exec(vcpu, TASK_UNINTERRUPTIBLE); spin_lock(&vc->lock); } - if (vcpu->arch.state = KVMPPC_VCPU_RUNNABLE) { + if (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE) { kvmppc_remove_runnable(vc, vcpu); vcpu->stat.signal_exits++; kvm_run->exit_reason = KVM_EXIT_INTR; diff --git a/a/content_digest b/N1/content_digest index 9499097..df64ade 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\087d29tkzsi.fsf@linux.vnet.ibm.com\0" "From\0Paolo Bonzini <pbonzini@redhat.com>\0" "Subject\0Re: lockdep warning with 2d65a9f48fcdf7866aab6457bc707ca233e0c791\0" - "Date\0Tue, 28 Oct 2014 09:02:32 +0000\0" + "Date\0Tue, 28 Oct 2014 10:02:32 +0100\0" "To\0Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>" kvm-ppc@vger.kernel.org <kvm-ppc@vger.kernel.org> Paul Mackerras <paulus@samba.org> @@ -12,7 +12,8 @@ "\n" "On 10/15/2014 07:28 PM, Aneesh Kumar K.V wrote:\n" "> \n" - "> ======================> [ INFO: possible recursive locking detected ]\n" + "> =============================================\n" + "> [ INFO: possible recursive locking detected ]\n" "> 3.17.0+ #31 Not tainted\n" "> ---------------------------------------------\n" "> qemu-system-ppc/9112 is trying to acquire lock:\n" @@ -23,15 +24,15 @@ "\n" "This must come from here:\n" "\n" - " while (vcpu->arch.state = KVMPPC_VCPU_RUNNABLE &&\n" - " (vc->vcore_state = VCORE_RUNNING ||\n" - " vc->vcore_state = VCORE_EXITING)) {\n" + " while (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE &&\n" + " (vc->vcore_state == VCORE_RUNNING ||\n" + " vc->vcore_state == VCORE_EXITING)) {\n" " spin_unlock(&vc->lock);\n" " kvmppc_wait_for_exec(vcpu, TASK_UNINTERRUPTIBLE);\n" " spin_lock(&vc->lock);\n" " }\n" "\n" - " if (vcpu->arch.state = KVMPPC_VCPU_RUNNABLE) {\n" + " if (vcpu->arch.state == KVMPPC_VCPU_RUNNABLE) {\n" " kvmppc_remove_runnable(vc, vcpu);\n" " vcpu->stat.signal_exits++;\n" " kvm_run->exit_reason = KVM_EXIT_INTR;\n" @@ -43,4 +44,4 @@ "\n" Paolo -1bbcd62ee10216c64c929fc332a2f302d0500953762e2b8525a0d9c283c040c9 +0a5df8ab145d6e0c6690b86a608a6feb60612ece7560e1bd0e866ab1a62ad258
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.