diff for duplicates of <20140220123419.GA10110@elgon.mountain> diff --git a/a/1.txt b/N1/1.txt index e1413c1..6849376 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -18,5 +18,5 @@ index c6976257eff5..7d02c0fc768c 100644 - for (j = i + 1; ; j = (j + 1) % nent) { + for (j = (i + 1) % nent; ; 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; diff --git a/a/content_digest b/N1/content_digest index 262dc79..5ec498b 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,6 +1,6 @@ "From\0Dan Carpenter <dan.carpenter@oracle.com>\0" "Subject\0[patch RFC] kvm, cpuid: silence a buffer overflow warning\0" - "Date\0Thu, 20 Feb 2014 12:34:19 +0000\0" + "Date\0Thu, 20 Feb 2014 15:34:19 +0300\0" "To\0Gleb Natapov <gleb@kernel.org>\0" "Cc\0Paolo Bonzini <pbonzini@redhat.com>" Thomas Gleixner <tglx@linutronix.de> @@ -31,7 +31,7 @@ "-\tfor (j = i + 1; ; j = (j + 1) % nent) {\n" "+\tfor (j = (i + 1) % nent; ; 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;" -515e2e22e6ecfb711ed375826f394c9b5544881709dde336bcf13e6f4d8bf993 +1140d5c914e08ba62fb28c48d9ce487d7e9462aca726488d3ed669a68e292e19
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.