All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <1201223312.21851.21.camel@basalt>

diff --git a/a/1.txt b/N1/1.txt
index ad3b484..6cdf991 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -30,7 +30,7 @@ copy linuxppc-dev for architectural and design comments.
 
 PowerPC 440 KVM implementation.
 
-Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
+Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 
 diff --git a/MAINTAINERS b/MAINTAINERS
 --- a/MAINTAINERS
@@ -41,14 +41,14 @@ diff --git a/MAINTAINERS b/MAINTAINERS
  
 +KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC
 +P:	Hollis Blanchard
-+M:	hollisb@us.ibm.com
-+L:	kvm-ppc-devel@lists.sourceforge.net
++M:	hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org
++L:	kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
 +W:	kvm.qumranet.com
 +S:	Supported
 +
  KEXEC
  P:	Eric Biederman
- M:	ebiederm@xmission.com
+ M:	ebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org
 diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig
 --- a/arch/powerpc/Kconfig
 +++ b/arch/powerpc/Kconfig
@@ -143,7 +143,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#include <linux/types.h>
@@ -216,7 +216,7 @@ new file mode 100644
 +	unsigned int index;
 +
 +	index = kvmppc_44x_tlb_index(vcpu, eaddr, vcpu->arch.pid, as);
-+	if (index = -1)
++	if (index == -1)
 +		return NULL;
 +	return &vcpu->arch.guest_tlb[index];
 +}
@@ -227,7 +227,7 @@ new file mode 100644
 +	unsigned int index;
 +
 +	index = kvmppc_44x_tlb_index(vcpu, eaddr, vcpu->arch.pid, as);
-+	if (index = -1)
++	if (index == -1)
 +		return NULL;
 +	return &vcpu->arch.guest_tlb[index];
 +}
@@ -384,7 +384,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#ifndef __KVM_POWERPC_TLB_H__
@@ -550,7 +550,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#include <asm/ppc_asm.h>
@@ -985,7 +985,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#include <linux/jiffies.h>
@@ -1794,7 +1794,7 @@ new file mode 100644
 +		break;
 +	}
 +
-+	if ((emulated = EMULATE_DONE) && advance)
++	if ((emulated == EMULATE_DONE) && advance)
 +		vcpu->arch.pc += 4; /* Advance past emulated instruction. */
 +
 +	return emulated;
@@ -1820,7 +1820,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +/* Code to support 440 hosts. */
@@ -2134,7 +2134,7 @@ new file mode 100644
 +{
 +	int r;
 +
-+	if (strcmp(cur_cpu_spec->platform, "ppc440") = 0)
++	if (strcmp(cur_cpu_spec->platform, "ppc440") == 0)
 +		r = 0;
 +	else
 +		r = -ENOTSUPP;
@@ -2610,7 +2610,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#ifndef __POWERPC_KVM_H__
@@ -2671,7 +2671,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2008
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#ifndef __POWERPC_KVM_ASM_H__
@@ -2729,7 +2729,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2007
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#ifndef __POWERPC_KVM_HOST_H__
@@ -2903,7 +2903,7 @@ new file mode 100644
 + *
 + * Copyright IBM Corp. 2008
 + *
-+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>
++ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>
 + */
 +
 +#ifndef __POWERPC_KVM_PARA_H__
@@ -2973,7 +2973,3 @@ IBM Linux Technology Center
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2008.
 http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
-_______________________________________________
-kvm-ppc-devel mailing list
-kvm-ppc-devel@lists.sourceforge.net
-https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
diff --git a/a/content_digest b/N1/content_digest
index ddd6faa..a892b21 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,6 +1,6 @@
- "From\0Hollis Blanchard <hollisb@us.ibm.com>\0"
- "Subject\0[kvm-ppc-devel] [RFC PATCH] KVM for PowerPC: simpler TLB handling,\0"
- "Date\0Fri, 25 Jan 2008 01:08:32 +0000\0"
+ "From\0Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\0"
+ "Subject\0[RFC PATCH] KVM for PowerPC: simpler TLB handling, better page\tmanagement\0"
+ "Date\0Thu, 24 Jan 2008 19:08:32 -0600\0"
  "To\0kvm-ppc-devel <kvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>\0"
  "Cc\0kvm-devel <kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>\0"
  "\00:1\0"
@@ -37,7 +37,7 @@
  "\n"
  "PowerPC 440 KVM implementation.\n"
  "\n"
- "Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "Signed-off-by: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "\n"
  "diff --git a/MAINTAINERS b/MAINTAINERS\n"
  "--- a/MAINTAINERS\n"
@@ -48,14 +48,14 @@
  " \n"
  "+KERNEL VIRTUAL MACHINE (KVM) FOR POWERPC\n"
  "+P:\tHollis Blanchard\n"
- "+M:\thollisb@us.ibm.com\n"
- "+L:\tkvm-ppc-devel@lists.sourceforge.net\n"
+ "+M:\thollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org\n"
+ "+L:\tkvm-ppc-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org\n"
  "+W:\tkvm.qumranet.com\n"
  "+S:\tSupported\n"
  "+\n"
  " KEXEC\n"
  " P:\tEric Biederman\n"
- " M:\tebiederm@xmission.com\n"
+ " M:\tebiederm-aS9lmoZGLiVWk0Htik3J/w@public.gmane.org\n"
  "diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig\n"
  "--- a/arch/powerpc/Kconfig\n"
  "+++ b/arch/powerpc/Kconfig\n"
@@ -150,7 +150,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#include <linux/types.h>\n"
@@ -223,7 +223,7 @@
  "+\tunsigned int index;\n"
  "+\n"
  "+\tindex = kvmppc_44x_tlb_index(vcpu, eaddr, vcpu->arch.pid, as);\n"
- "+\tif (index = -1)\n"
+ "+\tif (index == -1)\n"
  "+\t\treturn NULL;\n"
  "+\treturn &vcpu->arch.guest_tlb[index];\n"
  "+}\n"
@@ -234,7 +234,7 @@
  "+\tunsigned int index;\n"
  "+\n"
  "+\tindex = kvmppc_44x_tlb_index(vcpu, eaddr, vcpu->arch.pid, as);\n"
- "+\tif (index = -1)\n"
+ "+\tif (index == -1)\n"
  "+\t\treturn NULL;\n"
  "+\treturn &vcpu->arch.guest_tlb[index];\n"
  "+}\n"
@@ -391,7 +391,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#ifndef __KVM_POWERPC_TLB_H__\n"
@@ -557,7 +557,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#include <asm/ppc_asm.h>\n"
@@ -992,7 +992,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#include <linux/jiffies.h>\n"
@@ -1801,7 +1801,7 @@
  "+\t\tbreak;\n"
  "+\t}\n"
  "+\n"
- "+\tif ((emulated = EMULATE_DONE) && advance)\n"
+ "+\tif ((emulated == EMULATE_DONE) && advance)\n"
  "+\t\tvcpu->arch.pc += 4; /* Advance past emulated instruction. */\n"
  "+\n"
  "+\treturn emulated;\n"
@@ -1827,7 +1827,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+/* Code to support 440 hosts. */\n"
@@ -2141,7 +2141,7 @@
  "+{\n"
  "+\tint r;\n"
  "+\n"
- "+\tif (strcmp(cur_cpu_spec->platform, \"ppc440\") = 0)\n"
+ "+\tif (strcmp(cur_cpu_spec->platform, \"ppc440\") == 0)\n"
  "+\t\tr = 0;\n"
  "+\telse\n"
  "+\t\tr = -ENOTSUPP;\n"
@@ -2617,7 +2617,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#ifndef __POWERPC_KVM_H__\n"
@@ -2678,7 +2678,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2008\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#ifndef __POWERPC_KVM_ASM_H__\n"
@@ -2736,7 +2736,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2007\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#ifndef __POWERPC_KVM_HOST_H__\n"
@@ -2910,7 +2910,7 @@
  "+ *\n"
  "+ * Copyright IBM Corp. 2008\n"
  "+ *\n"
- "+ * Authors: Hollis Blanchard <hollisb@us.ibm.com>\n"
+ "+ * Authors: Hollis Blanchard <hollisb-r/Jw6+rmf7HQT0dZR+AlfA@public.gmane.org>\n"
  "+ */\n"
  "+\n"
  "+#ifndef __POWERPC_KVM_PARA_H__\n"
@@ -2979,10 +2979,6 @@
  "-------------------------------------------------------------------------\n"
  "This SF.net email is sponsored by: Microsoft\n"
  "Defy all challenges. Microsoft(R) Visual Studio 2008.\n"
- "http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/\n"
- "_______________________________________________\n"
- "kvm-ppc-devel mailing list\n"
- "kvm-ppc-devel@lists.sourceforge.net\n"
- https://lists.sourceforge.net/lists/listinfo/kvm-ppc-devel
+ http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
 
-c4f813df6f2d3f19678d91d31c66ca362b8b7460fa628e831b7d9061d28fd2f4
+76a0f5d5d00106a33c481329225ca5828580727b2762acbf321f9dfbb5dca121

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.