diff for duplicates of <20190220010550.GD5353@blackberry> diff --git a/a/1.txt b/N1/1.txt index 961b4eb..685a570 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -148,9 +148,9 @@ index 0787f12..9aa10b1 100644 - if (!get_mce_event(&mce_evt, MCE_EVENT_DONTRELEASE)) - goto out; - -- if (mce_evt.version = MCE_V1 && -- (mce_evt.severity = MCE_SEV_NO_ERROR || -- mce_evt.disposition = MCE_DISPOSITION_RECOVERED)) +- if (mce_evt.version == MCE_V1 && +- (mce_evt.severity == MCE_SEV_NO_ERROR || +- mce_evt.disposition == MCE_DISPOSITION_RECOVERED)) - handled = 1; - -out: @@ -178,7 +178,7 @@ index 0787f12..9aa10b1 100644 - } else - machine_check_queue_event(); + if (get_mce_event(&mce_evt, MCE_EVENT_RELEASE)) { -+ if (handled && mce_evt.version = MCE_V1) ++ if (handled && mce_evt.version == MCE_V1) + mce_evt.disposition = MCE_DISPOSITION_RECOVERED; + } else { + memset(&mce_evt, 0, sizeof(mce_evt)); diff --git a/a/content_digest b/N1/content_digest index f597b3b..6931d2a 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,6 @@ - "ref\020170627060756.j6aabc5opui7knf3@oak.ozlabs.ibm.com\0" "From\0Paul Mackerras <paulus@ozlabs.org>\0" "Subject\0[PATCH 1/2] KVM: PPC: Book3S HV: Simplify machine check handling\0" - "Date\0Wed, 20 Feb 2019 01:05:50 +0000\0" + "Date\0Wed, 20 Feb 2019 12:05:50 +1100\0" "To\0linuxppc-dev@ozlabs.org" kvm@vger.kernel.org " kvm-ppc@vger.kernel.org\0" @@ -157,9 +156,9 @@ "-\tif (!get_mce_event(&mce_evt, MCE_EVENT_DONTRELEASE))\n" "-\t\tgoto out;\n" "-\n" - "-\tif (mce_evt.version = MCE_V1 &&\n" - "-\t (mce_evt.severity = MCE_SEV_NO_ERROR ||\n" - "-\t mce_evt.disposition = MCE_DISPOSITION_RECOVERED))\n" + "-\tif (mce_evt.version == MCE_V1 &&\n" + "-\t (mce_evt.severity == MCE_SEV_NO_ERROR ||\n" + "-\t mce_evt.disposition == MCE_DISPOSITION_RECOVERED))\n" "-\t\thandled = 1;\n" "-\n" "-out:\n" @@ -187,7 +186,7 @@ "-\t} else\n" "-\t\tmachine_check_queue_event();\n" "+\tif (get_mce_event(&mce_evt, MCE_EVENT_RELEASE)) {\n" - "+\t\tif (handled && mce_evt.version = MCE_V1)\n" + "+\t\tif (handled && mce_evt.version == MCE_V1)\n" "+\t\t\tmce_evt.disposition = MCE_DISPOSITION_RECOVERED;\n" "+\t} else {\n" "+\t\tmemset(&mce_evt, 0, sizeof(mce_evt));\n" @@ -265,4 +264,4 @@ "-- \n" 2.7.4 -a27110bf0586bee3c18205784a5c50714b6c830ac5588b134e4226918670d401 +72246e4ed5794b67961850b1653ec1a7260cb7e1169101d3aa4231b9de9dccc0
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.