diff for duplicates of <4BD19831.5000405@redhat.com> diff --git a/a/content_digest b/N1/content_digest index 9244d2b..df9d017 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,18 @@ - "ref\020100420200353.2d2a6dec.yoshikawa.takuya@oss.ntt.co.jp\0" + "ref\020100420195349.dab60b1d.yoshikawa.takuya@oss.ntt.co.jp\0" + "ref\0201004231427.30725.arnd@arndb.de\0" + "ref\04BD195B7.3070409@redhat.com\0" + "ref\0201004231446.07880.arnd@arndb.de\0" "From\0Avi Kivity <avi@redhat.com>\0" "Subject\0Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty\0" "Date\0Fri, 23 Apr 2010 12:53:05 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0Alexander Graf <agraf@suse.de>" + " Fernando Luis V\303\241zquez Cao <fernando@oss.ntt.co.jp>" + Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> + mtosatti@redhat.com + kvm@vger.kernel.org + kvm-ia64@vger.kernel.org + " kvm-ppc@vger.kernel.org\0" "\00:1\0" "b\0" "On 04/23/2010 03:46 PM, Arnd Bergmann wrote:\n" @@ -56,4 +66,4 @@ "-- \n" Do not meddle in the internals of kernels, for they are subtle and quick to panic. -aece491c22e4cf53dffe6cfd3b73da75c1a51ed285f084efca89921a01a94950 +75a31a88cb2864d34a1755f584f9da6f04f4b6efd007067391dff8fe4fdea7dd
diff --git a/a/1.txt b/N2/1.txt index 3a99f3b..a1d568d 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -22,7 +22,7 @@ On 04/23/2010 03:46 PM, Arnd Bergmann wrote: > { > unsigned long ai = (unsigned long)a, bi = (unsigned long)b; > -> return ai = bi; /* true if a and b point to the same object */ +> return ai == bi; /* true if a and b point to the same object */ > } > > We certainly rely on this already. @@ -40,7 +40,7 @@ int compare_pointer(void *a, void *b) unsigned long ai = (unsigned long)a; void *aia = (void *)ai; - return a = b; /* true if a and b point to the same object */ + return a == b; /* true if a and b point to the same object */ } diff --git a/a/content_digest b/N2/content_digest index 9244d2b..e18d86d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,8 +1,18 @@ - "ref\020100420200353.2d2a6dec.yoshikawa.takuya@oss.ntt.co.jp\0" + "ref\020100420195349.dab60b1d.yoshikawa.takuya@oss.ntt.co.jp\0" + "ref\0201004231427.30725.arnd@arndb.de\0" + "ref\04BD195B7.3070409@redhat.com\0" + "ref\0201004231446.07880.arnd@arndb.de\0" "From\0Avi Kivity <avi@redhat.com>\0" - "Subject\0Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty\0" - "Date\0Fri, 23 Apr 2010 12:53:05 +0000\0" - "To\0kvm-ia64@vger.kernel.org\0" + "Subject\0Re: [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps\0" + "Date\0Fri, 23 Apr 2010 15:53:05 +0300\0" + "To\0Arnd Bergmann <arnd@arndb.de>\0" + "Cc\0Alexander Graf <agraf@suse.de>" + " Fernando Luis V\303\241zquez Cao <fernando@oss.ntt.co.jp>" + Takuya Yoshikawa <yoshikawa.takuya@oss.ntt.co.jp> + mtosatti@redhat.com + kvm@vger.kernel.org + kvm-ia64@vger.kernel.org + " kvm-ppc@vger.kernel.org\0" "\00:1\0" "b\0" "On 04/23/2010 03:46 PM, Arnd Bergmann wrote:\n" @@ -29,7 +39,7 @@ "> {\n" "> \tunsigned long ai = (unsigned long)a, bi = (unsigned long)b;\n" ">\n" - "> \treturn ai = bi; /* true if a and b point to the same object */\n" + "> \treturn ai == bi; /* true if a and b point to the same object */\n" "> }\n" ">\n" "> We certainly rely on this already.\n" @@ -47,7 +57,7 @@ "\tunsigned long ai = (unsigned long)a;\n" "\tvoid *aia = (void *)ai;\n" "\n" - "\treturn a = b; /* true if a and b point to the same object */\n" + "\treturn a == b; /* true if a and b point to the same object */\n" "}\n" "\n" "\n" @@ -56,4 +66,4 @@ "-- \n" Do not meddle in the internals of kernels, for they are subtle and quick to panic. -aece491c22e4cf53dffe6cfd3b73da75c1a51ed285f084efca89921a01a94950 +8d32a84c3164b6f091bb03d9e7377d74b9ff620120c99b8b956f87c84e2742c1
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.