diff for duplicates of <4B4D9475.6050906@redhat.com> diff --git a/a/1.txt b/N1/1.txt index 6700df2..d3ffc32 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -16,10 +16,10 @@ On 01/13/2010 11:32 AM, Andrew Morton 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 c334dc4..8cfcad0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,8 +1,16 @@ + "ref\0201001122211.o0CMBSxg030700@imap1.linux-foundation.org\0" "ref\04B4D90DF.7020700@redhat.com\0" + "ref\020100113013253.5913fc63.akpm@linux-foundation.org\0" "From\0Avi Kivity <avi@redhat.com>\0" - "Subject\0Re: + kvm-ia64-dereference-of-null-pointer-in-set_pal_result.patch\0" - "Date\0Wed, 13 Jan 2010 09:37:57 +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 11:37:57 +0200\0" + "To\0Andrew Morton <akpm@linux-foundation.org>\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 01/13/2010 11:32 AM, Andrew Morton wrote:\n" @@ -23,10 +31,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" @@ -55,4 +63,4 @@ "-- \n" error compiling committee.c: too many arguments to function -ad2fa2122d814316e9a0992f902b529fedf99bdba3178f617f8f19216519fafd +0a12e984ed13e1a6f8f4d929558bc03fa8be6f25c0eb17ad7bff5ee139f85c27
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.