All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <000101d264fb$53c453b0$fb4cfb10$@codeaurora.org>

diff --git a/a/1.txt b/N1/1.txt
index 04450d5..5f39729 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -43,7 +43,7 @@ Hi Robin,
 >because AArch32 is immune to the specific PL330 problem which caught me
 >out - that subtle corner of VMSAv8 is unique to AArch64.
 >
->> From: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+>> From: Sricharan R <sricharan@codeaurora.org>
 >> Date: Tue, 13 Dec 2016 23:25:01 +0530
 >> Subject: [PATCH V8 6/9] arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED
 >>
@@ -51,7 +51,7 @@ Hi Robin,
 >> are only accessible to privileged DMA engines.  Implementing it in dma-mapping
 >> for it to get used from the dma mappings apis.
 >>
->> Signed-off-by: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+>> Signed-off-by: Sricharan R <sricharan@codeaurora.org>
 >> ---
 >>  arch/arm/mm/dma-mapping.c | 24 +++++++++++++++---------
 >>  1 file changed, 15 insertions(+), 9 deletions(-)
@@ -157,7 +157,7 @@ Hi Robin,
 >
 >Looks reasonable to me. Assuming it survives testing:
 >
->Acked-by: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>
+>Acked-by: Robin Murphy <robin.murphy@arm.com>
 
 Posted V8 [1]. I changed a few more things after the testing,
 though functionally the same. So have not taken your ack and
diff --git a/a/content_digest b/N1/content_digest
index 6384465..745760f 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -5,24 +5,10 @@
  "ref\04e6ebf88-0138-afce-d752-56b66d69772f@arm.com\0"
  "ref\0005f01d25571$3f75b5f0$be6121d0$@codeaurora.org\0"
  "ref\00f67b88d-5b93-f9a8-7c70-900170a4e9c2@arm.com\0"
- "ref\00f67b88d-5b93-f9a8-7c70-900170a4e9c2-5wv7dgnIgG8@public.gmane.org\0"
- "From\0Sricharan <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
- "Subject\0RE: [PATCH V7 5/8] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED\0"
+ "From\0sricharan@codeaurora.org (Sricharan)\0"
+ "Subject\0[PATCH V7 5/8] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED\0"
  "Date\0Mon, 2 Jan 2017 18:52:45 +0530\0"
- "To\0'Robin Murphy' <robin.murphy-5wv7dgnIgG8@public.gmane.org>"
-  jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  pdaly-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  jgebben-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  pratikp-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  tzeng-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
- " vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
- "Cc\0dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
+ "To\0linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "Hi Robin,\n"
@@ -70,7 +56,7 @@
  ">because AArch32 is immune to the specific PL330 problem which caught me\n"
  ">out - that subtle corner of VMSAv8 is unique to AArch64.\n"
  ">\n"
- ">> From: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ ">> From: Sricharan R <sricharan@codeaurora.org>\n"
  ">> Date: Tue, 13 Dec 2016 23:25:01 +0530\n"
  ">> Subject: [PATCH V8 6/9] arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED\n"
  ">>\n"
@@ -78,7 +64,7 @@
  ">> are only accessible to privileged DMA engines.  Implementing it in dma-mapping\n"
  ">> for it to get used from the dma mappings apis.\n"
  ">>\n"
- ">> Signed-off-by: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ ">> Signed-off-by: Sricharan R <sricharan@codeaurora.org>\n"
  ">> ---\n"
  ">>  arch/arm/mm/dma-mapping.c | 24 +++++++++++++++---------\n"
  ">>  1 file changed, 15 insertions(+), 9 deletions(-)\n"
@@ -184,7 +170,7 @@
  ">\n"
  ">Looks reasonable to me. Assuming it survives testing:\n"
  ">\n"
- ">Acked-by: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\n"
+ ">Acked-by: Robin Murphy <robin.murphy@arm.com>\n"
  "\n"
  "Posted V8 [1]. I changed a few more things after the testing,\n"
  "though functionally the same. So have not taken your ack and\n"
@@ -195,4 +181,4 @@
  "Regards,\n"
   Sricharan
 
-d6fd12c07757ea7ac6de808f8a425ffa39402e4afcca954a1913d0fdb065d57d
+b4b867bf542d20b06fbfcadb3dc33e1e6feb4c6ab350fbe32992db7abdb7a3a7

diff --git a/a/1.txt b/N2/1.txt
index 04450d5..5f39729 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -43,7 +43,7 @@ Hi Robin,
 >because AArch32 is immune to the specific PL330 problem which caught me
 >out - that subtle corner of VMSAv8 is unique to AArch64.
 >
->> From: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+>> From: Sricharan R <sricharan@codeaurora.org>
 >> Date: Tue, 13 Dec 2016 23:25:01 +0530
 >> Subject: [PATCH V8 6/9] arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED
 >>
@@ -51,7 +51,7 @@ Hi Robin,
 >> are only accessible to privileged DMA engines.  Implementing it in dma-mapping
 >> for it to get used from the dma mappings apis.
 >>
->> Signed-off-by: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>
+>> Signed-off-by: Sricharan R <sricharan@codeaurora.org>
 >> ---
 >>  arch/arm/mm/dma-mapping.c | 24 +++++++++++++++---------
 >>  1 file changed, 15 insertions(+), 9 deletions(-)
@@ -157,7 +157,7 @@ Hi Robin,
 >
 >Looks reasonable to me. Assuming it survives testing:
 >
->Acked-by: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>
+>Acked-by: Robin Murphy <robin.murphy@arm.com>
 
 Posted V8 [1]. I changed a few more things after the testing,
 though functionally the same. So have not taken your ack and
diff --git a/a/content_digest b/N2/content_digest
index 6384465..366162a 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -5,24 +5,23 @@
  "ref\04e6ebf88-0138-afce-d752-56b66d69772f@arm.com\0"
  "ref\0005f01d25571$3f75b5f0$be6121d0$@codeaurora.org\0"
  "ref\00f67b88d-5b93-f9a8-7c70-900170a4e9c2@arm.com\0"
- "ref\00f67b88d-5b93-f9a8-7c70-900170a4e9c2-5wv7dgnIgG8@public.gmane.org\0"
- "From\0Sricharan <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\0"
+ "From\0Sricharan <sricharan@codeaurora.org>\0"
  "Subject\0RE: [PATCH V7 5/8] arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED\0"
  "Date\0Mon, 2 Jan 2017 18:52:45 +0530\0"
- "To\0'Robin Murphy' <robin.murphy-5wv7dgnIgG8@public.gmane.org>"
-  jcrouse-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  pdaly-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  jgebben-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  pratikp-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  tzeng-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
-  linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
-  will.deacon-5wv7dgnIgG8@public.gmane.org
-  mitchelh-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org
- " vinod.koul-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
- "Cc\0dan.j.williams-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org\0"
+ "To\0'Robin Murphy' <robin.murphy@arm.com>"
+  <jcrouse@codeaurora.org>
+  <pdaly@codeaurora.org>
+  <jgebben@codeaurora.org>
+  <joro@8bytes.org>
+  <linux-kernel@vger.kernel.org>
+  <pratikp@codeaurora.org>
+  <iommu@lists.linux-foundation.org>
+  <tzeng@codeaurora.org>
+  <linux-arm-kernel@lists.infradead.org>
+  <will.deacon@arm.com>
+  <mitchelh@codeaurora.org>
+ " <vinod.koul@intel.com>\0"
+ "Cc\0<dan.j.williams@intel.com>\0"
  "\00:1\0"
  "b\0"
  "Hi Robin,\n"
@@ -70,7 +69,7 @@
  ">because AArch32 is immune to the specific PL330 problem which caught me\n"
  ">out - that subtle corner of VMSAv8 is unique to AArch64.\n"
  ">\n"
- ">> From: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ ">> From: Sricharan R <sricharan@codeaurora.org>\n"
  ">> Date: Tue, 13 Dec 2016 23:25:01 +0530\n"
  ">> Subject: [PATCH V8 6/9] arm/dma-mapping: Implement DMA_ATTR_PRIVILEGED\n"
  ">>\n"
@@ -78,7 +77,7 @@
  ">> are only accessible to privileged DMA engines.  Implementing it in dma-mapping\n"
  ">> for it to get used from the dma mappings apis.\n"
  ">>\n"
- ">> Signed-off-by: Sricharan R <sricharan-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>\n"
+ ">> Signed-off-by: Sricharan R <sricharan@codeaurora.org>\n"
  ">> ---\n"
  ">>  arch/arm/mm/dma-mapping.c | 24 +++++++++++++++---------\n"
  ">>  1 file changed, 15 insertions(+), 9 deletions(-)\n"
@@ -184,7 +183,7 @@
  ">\n"
  ">Looks reasonable to me. Assuming it survives testing:\n"
  ">\n"
- ">Acked-by: Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\n"
+ ">Acked-by: Robin Murphy <robin.murphy@arm.com>\n"
  "\n"
  "Posted V8 [1]. I changed a few more things after the testing,\n"
  "though functionally the same. So have not taken your ack and\n"
@@ -195,4 +194,4 @@
  "Regards,\n"
   Sricharan
 
-d6fd12c07757ea7ac6de808f8a425ffa39402e4afcca954a1913d0fdb065d57d
+7f5d6ba1ded5fb8b7baf0250c6dc6db974cf4fa708c7b8fd5f87bd6cd9fd488c

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.