All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20100113013253.5913fc63.akpm@linux-foundation.org>

diff --git a/a/1.txt b/N1/1.txt
index fc48d41..3c3d58f 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -13,10 +13,10 @@ On Wed, 13 Jan 2010 11:22:39 +0200 Avi Kivity <avi@redhat.com> wrote:
 > >   	struct exit_ctl_data *p;
 > >
 > >   	p = kvm_get_exit_data(vcpu);
-> > -	if (p&&  p->exit_reason = EXIT_REASON_PAL_CALL) {
+> > -	if (p&&  p->exit_reason == EXIT_REASON_PAL_CALL) {
 > > +	if (!p)
 > > +		return;
-> > +	if (p->exit_reason = EXIT_REASON_PAL_CALL) {
+> > +	if (p->exit_reason == EXIT_REASON_PAL_CALL) {
 > >   		p->u.pal_data.ret = result;
 > > -		return ;
 > > +		return;
diff --git a/a/content_digest b/N1/content_digest
index 858aea3..4dfca13 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,8 +1,15 @@
+ "ref\0201001122211.o0CMBSxg030700@imap1.linux-foundation.org\0"
  "ref\04B4D90DF.7020700@redhat.com\0"
  "From\0Andrew Morton <akpm@linux-foundation.org>\0"
- "Subject\0Re: + kvm-ia64-dereference-of-null-pointer-in-set_pal_result.patch\0"
- "Date\0Wed, 13 Jan 2010 09:32:53 +0000\0"
- "To\0kvm-ia64@vger.kernel.org\0"
+ "Subject\0Re: + kvm-ia64-dereference-of-null-pointer-in-set_pal_result.patch added to -mm tree\0"
+ "Date\0Wed, 13 Jan 2010 01:32:53 -0800\0"
+ "To\0Avi Kivity <avi@redhat.com>\0"
+ "Cc\0KVM list <kvm@vger.kernel.org>"
+  roel.kluin@gmail.com
+  mtosatti@redhat.com
+  tony.luck@intel.com
+  xiantao.zhang@intel.com
+ " kvm-ia64@vger.kernel.org <kvm-ia64@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, 13 Jan 2010 11:22:39 +0200 Avi Kivity <avi@redhat.com> wrote:\n"
@@ -20,10 +27,10 @@
  "> >   \tstruct exit_ctl_data *p;\n"
  "> >\n"
  "> >   \tp = kvm_get_exit_data(vcpu);\n"
- "> > -\tif (p&&  p->exit_reason = EXIT_REASON_PAL_CALL) {\n"
+ "> > -\tif (p&&  p->exit_reason == EXIT_REASON_PAL_CALL) {\n"
  "> > +\tif (!p)\n"
  "> > +\t\treturn;\n"
- "> > +\tif (p->exit_reason = EXIT_REASON_PAL_CALL) {\n"
+ "> > +\tif (p->exit_reason == EXIT_REASON_PAL_CALL) {\n"
  "> >   \t\tp->u.pal_data.ret = result;\n"
  "> > -\t\treturn ;\n"
  "> > +\t\treturn;\n"
@@ -48,4 +55,4 @@
  "\n"
  I got it off linux-kernel.
 
-e8ba38c665b11d458fac5b9af9d9cf5ceb210e74ed9deaf6c1aaa5e5e9e445e7
+1e23a8db8f26b9d2996355552ad78f9e265134c2442aabc94454a3614e8d2178

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.