diff for duplicates of <5305FE1E.6060902@redhat.com> diff --git a/a/1.txt b/N1/1.txt index b84bb6c..7b6e4a5 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ index 9fed5bedaad6..2fd6e7169936 100644 /* when no next entry is found, the current entry[i] is reselected */ - for (j = i + 1; ; j = (j + 1) % nent) { - struct kvm_cpuid_entry2 *ej = &vcpu->arch.cpuid_entries[j]; -- if (ej->function = e->function) { +- if (ej->function == e->function) { - ej->flags |= KVM_CPUID_FLAG_STATE_READ_NEXT; - return j; - } diff --git a/a/content_digest b/N1/content_digest index ce15420..9a9ae46 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\020140220123419.GA10110@elgon.mountain\0" "From\0Paolo Bonzini <pbonzini@redhat.com>\0" "Subject\0Re: [patch RFC] kvm, cpuid: silence a buffer overflow warning\0" - "Date\0Thu, 20 Feb 2014 13:07:42 +0000\0" + "Date\0Thu, 20 Feb 2014 14:07:42 +0100\0" "To\0Dan Carpenter <dan.carpenter@oracle.com>" " Gleb Natapov <gleb@kernel.org>\0" "Cc\0Thomas Gleixner <tglx@linutronix.de>" @@ -43,7 +43,7 @@ " \t/* when no next entry is found, the current entry[i] is reselected */\n" "-\tfor (j = i + 1; ; j = (j + 1) % nent) {\n" "-\t\tstruct kvm_cpuid_entry2 *ej = &vcpu->arch.cpuid_entries[j];\n" - "-\t\tif (ej->function = e->function) {\n" + "-\t\tif (ej->function == e->function) {\n" "-\t\t\tej->flags |= KVM_CPUID_FLAG_STATE_READ_NEXT;\n" "-\t\t\treturn j;\n" "-\t\t}\n" @@ -64,4 +64,4 @@ "\n" Paolo -52662f4d60f9ad27f597eac61f57312b569406c3f2cd72300fc6c07baec6b447 +a4b3929e39ba119501f4474e05d6361ecd5b2a8946f1873ca66e2e95cea48f1a
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.