diff for duplicates of <87mtul6xzj.fsf@linux.ibm.com> diff --git a/a/1.txt b/N1/1.txt index 3757ea4..1f74e42 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -56,7 +56,7 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > +at which point H_SUCCESS or other error is returned by the hypervisor. > + > References -> ===== +> ========== > .. [1] "Power Architecture Platform Reference" > diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h > index ed6086d57b22..9f7729a97ebd 100644 @@ -106,10 +106,10 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > + if (H_IS_LONG_BUSY(rc)) { > + msleep(get_longbusy_msecs(rc)); > + rc = H_BUSY; -> + } else if (rc = H_BUSY) { +> + } else if (rc == H_BUSY) { > + cond_resched(); > + } -> + } while (rc = H_BUSY); +> + } while (rc == H_BUSY); > + > + if (rc) { > + dev_err(&p->pdev->dev, "flush error: %lld", rc); diff --git a/a/content_digest b/N1/content_digest index f0009f4..2bb53a5 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,7 +1,7 @@ "ref\0161703936121.36.7260632399582101498.stgit@e1fbed493c87\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" "Subject\0Re: [PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall\0" - "Date\0Tue, 30 Mar 2021 04:56:36 +0000\0" + "Date\0Tue, 30 Mar 2021 10:26:16 +0530\0" "To\0Shivaprasad G Bhat <sbhat@linux.ibm.com>" sbhat@linux.vnet.ibm.com linuxppc-dev@lists.ozlabs.org @@ -70,7 +70,7 @@ "> +at which point H_SUCCESS or other error is returned by the hypervisor.\n" "> +\n" "> References\n" - "> =====\n" + "> ==========\n" "> .. [1] \"Power Architecture Platform Reference\"\n" "> diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h\n" "> index ed6086d57b22..9f7729a97ebd 100644\n" @@ -120,10 +120,10 @@ "> +\t\tif (H_IS_LONG_BUSY(rc)) {\n" "> +\t\t\tmsleep(get_longbusy_msecs(rc));\n" "> +\t\t\trc = H_BUSY;\n" - "> +\t\t} else if (rc = H_BUSY) {\n" + "> +\t\t} else if (rc == H_BUSY) {\n" "> +\t\t\tcond_resched();\n" "> +\t\t}\n" - "> +\t} while (rc = H_BUSY);\n" + "> +\t} while (rc == H_BUSY);\n" "> +\n" "> +\tif (rc) {\n" "> +\t\tdev_err(&p->pdev->dev, \"flush error: %lld\", rc);\n" @@ -163,4 +163,4 @@ "> Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org\n" > To unsubscribe send an email to linux-nvdimm-leave@lists.01.org -249de2e17b8961b46623f402b75e1fafe3819a26909c44100509292a4ae22eb0 +0b59299c5575022b01b635806cbe6de285d7cc89c7ab8c9a5e1b1028d02f06c5
diff --git a/a/1.txt b/N2/1.txt index 3757ea4..aa77c83 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -56,7 +56,7 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > +at which point H_SUCCESS or other error is returned by the hypervisor. > + > References -> ===== +> ========== > .. [1] "Power Architecture Platform Reference" > diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h > index ed6086d57b22..9f7729a97ebd 100644 @@ -106,10 +106,10 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > + if (H_IS_LONG_BUSY(rc)) { > + msleep(get_longbusy_msecs(rc)); > + rc = H_BUSY; -> + } else if (rc = H_BUSY) { +> + } else if (rc == H_BUSY) { > + cond_resched(); > + } -> + } while (rc = H_BUSY); +> + } while (rc == H_BUSY); > + > + if (rc) { > + dev_err(&p->pdev->dev, "flush error: %lld", rc); @@ -148,3 +148,6 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > _______________________________________________ > Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org > To unsubscribe send an email to linux-nvdimm-leave@lists.01.org +_______________________________________________ +Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org +To unsubscribe send an email to linux-nvdimm-leave@lists.01.org diff --git a/a/content_digest b/N2/content_digest index f0009f4..79c286d 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -1,7 +1,7 @@ "ref\0161703936121.36.7260632399582101498.stgit@e1fbed493c87\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" "Subject\0Re: [PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall\0" - "Date\0Tue, 30 Mar 2021 04:56:36 +0000\0" + "Date\0Tue, 30 Mar 2021 10:26:16 +0530\0" "To\0Shivaprasad G Bhat <sbhat@linux.ibm.com>" sbhat@linux.vnet.ibm.com linuxppc-dev@lists.ozlabs.org @@ -70,7 +70,7 @@ "> +at which point H_SUCCESS or other error is returned by the hypervisor.\n" "> +\n" "> References\n" - "> =====\n" + "> ==========\n" "> .. [1] \"Power Architecture Platform Reference\"\n" "> diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h\n" "> index ed6086d57b22..9f7729a97ebd 100644\n" @@ -120,10 +120,10 @@ "> +\t\tif (H_IS_LONG_BUSY(rc)) {\n" "> +\t\t\tmsleep(get_longbusy_msecs(rc));\n" "> +\t\t\trc = H_BUSY;\n" - "> +\t\t} else if (rc = H_BUSY) {\n" + "> +\t\t} else if (rc == H_BUSY) {\n" "> +\t\t\tcond_resched();\n" "> +\t\t}\n" - "> +\t} while (rc = H_BUSY);\n" + "> +\t} while (rc == H_BUSY);\n" "> +\n" "> +\tif (rc) {\n" "> +\t\tdev_err(&p->pdev->dev, \"flush error: %lld\", rc);\n" @@ -161,6 +161,9 @@ ">\n" "> _______________________________________________\n" "> Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org\n" - > To unsubscribe send an email to linux-nvdimm-leave@lists.01.org + "> To unsubscribe send an email to linux-nvdimm-leave@lists.01.org\n" + "_______________________________________________\n" + "Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org\n" + To unsubscribe send an email to linux-nvdimm-leave@lists.01.org -249de2e17b8961b46623f402b75e1fafe3819a26909c44100509292a4ae22eb0 +d4021b963de19dc894e1dcc21b546472527df3c1fb89ed6b22ef656fa05bfbc5
diff --git a/a/1.txt b/N3/1.txt index 3757ea4..1f74e42 100644 --- a/a/1.txt +++ b/N3/1.txt @@ -56,7 +56,7 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > +at which point H_SUCCESS or other error is returned by the hypervisor. > + > References -> ===== +> ========== > .. [1] "Power Architecture Platform Reference" > diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h > index ed6086d57b22..9f7729a97ebd 100644 @@ -106,10 +106,10 @@ Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com> > + if (H_IS_LONG_BUSY(rc)) { > + msleep(get_longbusy_msecs(rc)); > + rc = H_BUSY; -> + } else if (rc = H_BUSY) { +> + } else if (rc == H_BUSY) { > + cond_resched(); > + } -> + } while (rc = H_BUSY); +> + } while (rc == H_BUSY); > + > + if (rc) { > + dev_err(&p->pdev->dev, "flush error: %lld", rc); diff --git a/a/content_digest b/N3/content_digest index f0009f4..ba0ba9e 100644 --- a/a/content_digest +++ b/N3/content_digest @@ -1,15 +1,15 @@ "ref\0161703936121.36.7260632399582101498.stgit@e1fbed493c87\0" "From\0Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>\0" "Subject\0Re: [PATCH v3] powerpc/papr_scm: Implement support for H_SCM_FLUSH hcall\0" - "Date\0Tue, 30 Mar 2021 04:56:36 +0000\0" + "Date\0Tue, 30 Mar 2021 10:26:16 +0530\0" "To\0Shivaprasad G Bhat <sbhat@linux.ibm.com>" sbhat@linux.vnet.ibm.com linuxppc-dev@lists.ozlabs.org kvm-ppc@vger.kernel.org linux-nvdimm@lists.01.org " ellerman@au1.ibm.com\0" - "Cc\0linux-doc@vger.kernel.org" - " vaibhav@linux.ibm.com\0" + "Cc\0vaibhav@linux.ibm.com" + " linux-doc@vger.kernel.org\0" "\00:1\0" "b\0" "Shivaprasad G Bhat <sbhat@linux.ibm.com> writes:\n" @@ -70,7 +70,7 @@ "> +at which point H_SUCCESS or other error is returned by the hypervisor.\n" "> +\n" "> References\n" - "> =====\n" + "> ==========\n" "> .. [1] \"Power Architecture Platform Reference\"\n" "> diff --git a/arch/powerpc/include/asm/hvcall.h b/arch/powerpc/include/asm/hvcall.h\n" "> index ed6086d57b22..9f7729a97ebd 100644\n" @@ -120,10 +120,10 @@ "> +\t\tif (H_IS_LONG_BUSY(rc)) {\n" "> +\t\t\tmsleep(get_longbusy_msecs(rc));\n" "> +\t\t\trc = H_BUSY;\n" - "> +\t\t} else if (rc = H_BUSY) {\n" + "> +\t\t} else if (rc == H_BUSY) {\n" "> +\t\t\tcond_resched();\n" "> +\t\t}\n" - "> +\t} while (rc = H_BUSY);\n" + "> +\t} while (rc == H_BUSY);\n" "> +\n" "> +\tif (rc) {\n" "> +\t\tdev_err(&p->pdev->dev, \"flush error: %lld\", rc);\n" @@ -163,4 +163,4 @@ "> Linux-nvdimm mailing list -- linux-nvdimm@lists.01.org\n" > To unsubscribe send an email to linux-nvdimm-leave@lists.01.org -249de2e17b8961b46623f402b75e1fafe3819a26909c44100509292a4ae22eb0 +a899881fd0a36f9ded15ae56f8adc6ec61b9741ca74f318dfe19ec57f4402c40
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.