All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20181121052811.4819-5-bharata@linux.ibm.com>

diff --git a/a/1.txt b/N1/1.txt
index 3112e7d..be4208a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -104,13 +104,13 @@ index d7aa85330016..351ce259d8bb 100644
 +	/*
 +	 * TODO: Handle KVM_MR_MOVE
 +	 */
-+	if (change = KVM_MR_CREATE) {
++	if (change == KVM_MR_CREATE) {
 +		uv_register_mem_slot(kvm->arch.lpid,
 +					   new->base_gfn << PAGE_SHIFT,
 +					   new->npages * PAGE_SIZE,
 +					   0,
 +					   new->id);
-+	} else if (change = KVM_MR_DELETE) {
++	} else if (change == KVM_MR_DELETE) {
 +		uv_unregister_mem_slot(kvm->arch.lpid, old->id);
 +	}
  }
diff --git a/a/content_digest b/N1/content_digest
index 4b185e5..c403848 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,16 +1,16 @@
  "ref\020181121052811.4819-1-bharata@linux.ibm.com\0"
  "From\0Bharata B Rao <bharata@linux.ibm.com>\0"
  "Subject\0[RFC PATCH v2 4/4] kvmppc: Handle memory plug/unplug to secure VM\0"
- "Date\0Wed, 21 Nov 2018 05:40:11 +0000\0"
+ "Date\0Wed, 21 Nov 2018 10:58:11 +0530\0"
  "To\0linuxppc-dev@lists.ozlabs.org\0"
- "Cc\0kvm-ppc@vger.kernel.org"
-  linux-mm@kvack.org
-  paulus@au1.ibm.com
+ "Cc\0linuxram@us.ibm.com"
+  kvm-ppc@vger.kernel.org
+  Bharata B Rao <bharata@linux.ibm.com>
   benh@linux.ibm.com
-  aneesh.kumar@linux.vnet.ibm.com
+  linux-mm@kvack.org
   jglisse@redhat.com
-  linuxram@us.ibm.com
- " Bharata B Rao <bharata@linux.ibm.com>\0"
+  aneesh.kumar@linux.vnet.ibm.com
+ " paulus@au1.ibm.com\0"
  "\00:1\0"
  "b\0"
  "Register the new memslot with UV during plug and unregister\n"
@@ -119,13 +119,13 @@
  "+\t/*\n"
  "+\t * TODO: Handle KVM_MR_MOVE\n"
  "+\t */\n"
- "+\tif (change = KVM_MR_CREATE) {\n"
+ "+\tif (change == KVM_MR_CREATE) {\n"
  "+\t\tuv_register_mem_slot(kvm->arch.lpid,\n"
  "+\t\t\t\t\t   new->base_gfn << PAGE_SHIFT,\n"
  "+\t\t\t\t\t   new->npages * PAGE_SIZE,\n"
  "+\t\t\t\t\t   0,\n"
  "+\t\t\t\t\t   new->id);\n"
- "+\t} else if (change = KVM_MR_DELETE) {\n"
+ "+\t} else if (change == KVM_MR_DELETE) {\n"
  "+\t\tuv_unregister_mem_slot(kvm->arch.lpid, old->id);\n"
  "+\t}\n"
  " }\n"
@@ -161,4 +161,4 @@
  "-- \n"
  2.17.1
 
-b5daea03461dd76324f078457625307c37b371530273ef107ffa8a73bd3aa67b
+7289a1d35c4073842e74e77af58083ab75dbd5ebf86987d1c291c7d3e7b6b268

diff --git a/a/1.txt b/N2/1.txt
index 3112e7d..be4208a 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -104,13 +104,13 @@ index d7aa85330016..351ce259d8bb 100644
 +	/*
 +	 * TODO: Handle KVM_MR_MOVE
 +	 */
-+	if (change = KVM_MR_CREATE) {
++	if (change == KVM_MR_CREATE) {
 +		uv_register_mem_slot(kvm->arch.lpid,
 +					   new->base_gfn << PAGE_SHIFT,
 +					   new->npages * PAGE_SIZE,
 +					   0,
 +					   new->id);
-+	} else if (change = KVM_MR_DELETE) {
++	} else if (change == KVM_MR_DELETE) {
 +		uv_unregister_mem_slot(kvm->arch.lpid, old->id);
 +	}
  }
diff --git a/a/content_digest b/N2/content_digest
index 4b185e5..25f5c67 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,7 @@
  "ref\020181121052811.4819-1-bharata@linux.ibm.com\0"
  "From\0Bharata B Rao <bharata@linux.ibm.com>\0"
  "Subject\0[RFC PATCH v2 4/4] kvmppc: Handle memory plug/unplug to secure VM\0"
- "Date\0Wed, 21 Nov 2018 05:40:11 +0000\0"
+ "Date\0Wed, 21 Nov 2018 10:58:11 +0530\0"
  "To\0linuxppc-dev@lists.ozlabs.org\0"
  "Cc\0kvm-ppc@vger.kernel.org"
   linux-mm@kvack.org
@@ -119,13 +119,13 @@
  "+\t/*\n"
  "+\t * TODO: Handle KVM_MR_MOVE\n"
  "+\t */\n"
- "+\tif (change = KVM_MR_CREATE) {\n"
+ "+\tif (change == KVM_MR_CREATE) {\n"
  "+\t\tuv_register_mem_slot(kvm->arch.lpid,\n"
  "+\t\t\t\t\t   new->base_gfn << PAGE_SHIFT,\n"
  "+\t\t\t\t\t   new->npages * PAGE_SIZE,\n"
  "+\t\t\t\t\t   0,\n"
  "+\t\t\t\t\t   new->id);\n"
- "+\t} else if (change = KVM_MR_DELETE) {\n"
+ "+\t} else if (change == KVM_MR_DELETE) {\n"
  "+\t\tuv_unregister_mem_slot(kvm->arch.lpid, old->id);\n"
  "+\t}\n"
  " }\n"
@@ -161,4 +161,4 @@
  "-- \n"
  2.17.1
 
-b5daea03461dd76324f078457625307c37b371530273ef107ffa8a73bd3aa67b
+d01774e28465d483db5f2da0f2c51231c2d5a95d49d909b25f5cea040160e6f2

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.