diff for duplicates of <1521564718.13995.1.camel@redhat.com> diff --git a/a/1.txt b/N1/1.txt index a3bee1a..c3fa22f 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -10,8 +10,8 @@ On Mon, 2018-03-19 at 22:50 -0400, Sinan Kaya wrote: > > Signed-off-by: Sinan Kaya <okaya@codeaurora.org> > --- -> drivers/scsi/hpsa.h | 2 +- -> 1 file changed, 1 insertion(+), 1 deletion(-) +> ?drivers/scsi/hpsa.h | 2 +- +> ?1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h > index 018f980..c7d7e6a 100644 @@ -19,15 +19,15 @@ On Mon, 2018-03-19 at 22:50 -0400, Sinan Kaya wrote: > +++ b/drivers/scsi/hpsa.h > @@ -599,7 +599,7 @@ static unsigned long > SA5_ioaccel_mode1_completed(struct ctlr_info *h, u8 q) -> * but with current driver design this is easiest. -> */ -> wmb(); +> ? ?* but with current driver design this is easiest. +> ? ?*/ +> ? wmb(); > - writel((q << 24) | rq->current_entry, h->vaddr + > + writel_relaxed((q << 24) | rq->current_entry, h- > >vaddr + -> IOACCEL_MODE1_CONSUMER_INDEX); -> atomic_dec(&h->commands_outstanding); -> } +> ? IOACCEL_MODE1_CONSUMER_INDEX); +> ? atomic_dec(&h->commands_outstanding); +> ? } This looks like it would work for the x86_64 and arm because of how its defined architecture specific for the x86_64 and the arm64 diff --git a/a/content_digest b/N1/content_digest index b02ddfe..224a6e1 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,19 +1,9 @@ "ref\01521514207-10695-1-git-send-email-okaya@codeaurora.org\0" "ref\01521514207-10695-2-git-send-email-okaya@codeaurora.org\0" - "From\0Laurence Oberman <loberman@redhat.com>\0" - "Subject\0Re: [PATCH v4 1/7] scsi: hpsa: Eliminate duplicate barriers on weakly-ordered archs\0" + "From\0loberman@redhat.com (Laurence Oberman)\0" + "Subject\0[PATCH v4 1/7] scsi: hpsa: Eliminate duplicate barriers on weakly-ordered archs\0" "Date\0Tue, 20 Mar 2018 12:51:58 -0400\0" - "To\0Sinan Kaya <okaya@codeaurora.org>" - linux-scsi@vger.kernel.org - timur@codeaurora.org - " sulrich@codeaurora.org\0" - "Cc\0linux-arm-msm@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - Don Brace <don.brace@microsemi.com> - James E.J. Bottomley <jejb@linux.vnet.ibm.com> - Martin K. Petersen <martin.petersen@oracle.com> - esc.storagedev@microsemi.com - " linux-kernel@vger.kernel.org\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "On Mon, 2018-03-19 at 22:50 -0400, Sinan Kaya wrote:\n" @@ -28,8 +18,8 @@ "> \n" "> Signed-off-by: Sinan Kaya <okaya@codeaurora.org>\n" "> ---\n" - "> \302\240drivers/scsi/hpsa.h | 2 +-\n" - "> \302\2401 file changed, 1 insertion(+), 1 deletion(-)\n" + "> ?drivers/scsi/hpsa.h | 2 +-\n" + "> ?1 file changed, 1 insertion(+), 1 deletion(-)\n" "> \n" "> diff --git a/drivers/scsi/hpsa.h b/drivers/scsi/hpsa.h\n" "> index 018f980..c7d7e6a 100644\n" @@ -37,15 +27,15 @@ "> +++ b/drivers/scsi/hpsa.h\n" "> @@ -599,7 +599,7 @@ static unsigned long\n" "> SA5_ioaccel_mode1_completed(struct ctlr_info *h, u8 q)\n" - "> \302\240\t\t\302\240* but with current driver design this is easiest.\n" - "> \302\240\t\t\302\240*/\n" - "> \302\240\t\twmb();\n" + "> ?\t\t?* but with current driver design this is easiest.\n" + "> ?\t\t?*/\n" + "> ?\t\twmb();\n" "> -\t\twritel((q << 24) | rq->current_entry, h->vaddr +\n" "> +\t\twritel_relaxed((q << 24) | rq->current_entry, h-\n" "> >vaddr +\n" - "> \302\240\t\t\t\tIOACCEL_MODE1_CONSUMER_INDEX);\n" - "> \302\240\t\tatomic_dec(&h->commands_outstanding);\n" - "> \302\240\t}\n" + "> ?\t\t\t\tIOACCEL_MODE1_CONSUMER_INDEX);\n" + "> ?\t\tatomic_dec(&h->commands_outstanding);\n" + "> ?\t}\n" "\n" "This looks like it would work for the x86_64 and arm because of how its\n" "defined architecture specific for the x86_64 and the arm64\n" @@ -55,4 +45,4 @@ "\n" Reviewed-by: Laurence Oberman <loberman@redhat.com> -0eba929bba76d5daf82cc1f274e12269756147c096694c4e30a504e948e3b699 +2f024cb7c2095a6f852574755a008f29f766329fff7b70de20899551998bc2b1
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.