diff for duplicates of <87mud13d4r.fsf@mpe.ellerman.id.au> diff --git a/a/1.txt b/N1/1.txt index 5cdb6d7..309e06c 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -19,7 +19,7 @@ The preceeding context is: /* Check this LIOBN hasn't been previously allocated */ ret = 0; list_for_each_entry(siter, &kvm->arch.spapr_tce_tables, list) { - if (siter->liobn = args->liobn) { + if (siter->liobn == args->liobn) { ret = -EBUSY; break; } diff --git a/a/content_digest b/N1/content_digest index a81aa33..63b9905 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -2,14 +2,12 @@ "ref\020191107170258.36379-2-leonardo@linux.ibm.com\0" "From\0Michael Ellerman <mpe@ellerman.id.au>\0" "Subject\0Re: [PATCH v2 1/4] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm\0" - "Date\0Tue, 12 Nov 2019 04:57:40 +0000\0" + "Date\0Tue, 12 Nov 2019 15:57:40 +1100\0" "To\0Leonardo Bras <leonardo@linux.ibm.com>" kvm-ppc@vger.kernel.org linuxppc-dev@lists.ozlabs.org " linux-kernel@vger.kernel.org\0" - "Cc\0Leonardo Bras <leonardo@linux.ibm.com>" - Paul Mackerras <paulus@ozlabs.org> - " Benjamin Herrenschmidt <benh@kernel.crashing.org>\0" + "Cc\0Leonardo Bras <leonardo@linux.ibm.com>\0" "\00:1\0" "b\0" "Hi Leonardo,\n" @@ -33,7 +31,7 @@ "\t/* Check this LIOBN hasn't been previously allocated */\n" "\tret = 0;\n" "\tlist_for_each_entry(siter, &kvm->arch.spapr_tce_tables, list) {\n" - "\t\tif (siter->liobn = args->liobn) {\n" + "\t\tif (siter->liobn == args->liobn) {\n" "\t\t\tret = -EBUSY;\n" "\t\t\tbreak;\n" "\t\t}\n" @@ -78,4 +76,4 @@ "\n" cheers -e147047943dd66768619de398ee3e93845558880fc7a059db82c3f1286f22bb2 +be2345100f931b62a64f491494c026cbafb0163a9c1c57323684ee4db900614a
diff --git a/a/1.txt b/N2/1.txt index 5cdb6d7..309e06c 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -19,7 +19,7 @@ The preceeding context is: /* Check this LIOBN hasn't been previously allocated */ ret = 0; list_for_each_entry(siter, &kvm->arch.spapr_tce_tables, list) { - if (siter->liobn = args->liobn) { + if (siter->liobn == args->liobn) { ret = -EBUSY; break; } diff --git a/a/content_digest b/N2/content_digest index a81aa33..279ab49 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -2,7 +2,7 @@ "ref\020191107170258.36379-2-leonardo@linux.ibm.com\0" "From\0Michael Ellerman <mpe@ellerman.id.au>\0" "Subject\0Re: [PATCH v2 1/4] powerpc/kvm/book3s: Fixes possible 'use after release' of kvm\0" - "Date\0Tue, 12 Nov 2019 04:57:40 +0000\0" + "Date\0Tue, 12 Nov 2019 15:57:40 +1100\0" "To\0Leonardo Bras <leonardo@linux.ibm.com>" kvm-ppc@vger.kernel.org linuxppc-dev@lists.ozlabs.org @@ -33,7 +33,7 @@ "\t/* Check this LIOBN hasn't been previously allocated */\n" "\tret = 0;\n" "\tlist_for_each_entry(siter, &kvm->arch.spapr_tce_tables, list) {\n" - "\t\tif (siter->liobn = args->liobn) {\n" + "\t\tif (siter->liobn == args->liobn) {\n" "\t\t\tret = -EBUSY;\n" "\t\t\tbreak;\n" "\t\t}\n" @@ -78,4 +78,4 @@ "\n" cheers -e147047943dd66768619de398ee3e93845558880fc7a059db82c3f1286f22bb2 +468532ad977dbacfcdab9c10b92273eca0d12694a16223dcc40425a8c75aa485
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.