All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1594972827-13928-5-git-send-email-linuxram@us.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 5c50e10..53d521d 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -104,7 +104,7 @@ index 3274663..a206984 100644
  
  next:
  		mmap_read_unlock(kvm->mm);
-+		if (*ret = -2) {
++		if (*ret == -2) {
 +			retry = true;
 +			continue;
 +		}
@@ -199,9 +199,9 @@ index 3274663..a206984 100644
 +		mutex_unlock(&kvm->arch.uvmem_lock);
 +
 +		mmap_read_unlock(kvm->mm);
-+	} while (ret = -2 && repeat_count--);
++	} while (ret == -2 && repeat_count--);
 +
-+	if (ret = -2)
++	if (ret == -2)
 +		ret = H_BUSY;
  
 -out_unlock:
diff --git a/a/content_digest b/N1/content_digest
index a31313c..61e49a2 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,7 +1,7 @@
  "ref\01594972827-13928-1-git-send-email-linuxram@us.ibm.com\0"
  "From\0Ram Pai <linuxram@us.ibm.com>\0"
  "Subject\0[v4 4/5] KVM: PPC: Book3S HV: retry page migration before erroring-out\0"
- "Date\0Fri, 17 Jul 2020 08:00:26 +0000\0"
+ "Date\0Fri, 17 Jul 2020 01:00:26 -0700\0"
  "To\0kvm-ppc@vger.kernel.org"
  " linuxppc-dev@lists.ozlabs.org\0"
  "Cc\0ldufour@linux.ibm.com"
@@ -121,7 +121,7 @@
  " \n"
  " next:\n"
  " \t\tmmap_read_unlock(kvm->mm);\n"
- "+\t\tif (*ret = -2) {\n"
+ "+\t\tif (*ret == -2) {\n"
  "+\t\t\tretry = true;\n"
  "+\t\t\tcontinue;\n"
  "+\t\t}\n"
@@ -216,9 +216,9 @@
  "+\t\tmutex_unlock(&kvm->arch.uvmem_lock);\n"
  "+\n"
  "+\t\tmmap_read_unlock(kvm->mm);\n"
- "+\t} while (ret = -2 && repeat_count--);\n"
+ "+\t} while (ret == -2 && repeat_count--);\n"
  "+\n"
- "+\tif (ret = -2)\n"
+ "+\tif (ret == -2)\n"
  "+\t\tret = H_BUSY;\n"
  " \n"
  "-out_unlock:\n"
@@ -231,4 +231,4 @@
  "-- \n"
  1.8.3.1
 
-9642d387bd4cd7bd1960c04684ac95ea42001dbc0c6e3dbedb9cb8b9472f3071
+4851bb0b30a1f9a31cc07e27a4bd256efabea5b96894cec61590cbb89eb5eb03

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.