All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20190409172520.GE14679@lst.de>

diff --git a/a/1.txt b/N1/1.txt
index fda8935..aee312b 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -6,7 +6,7 @@ On Tue, Apr 09, 2019 at 04:29:07PM +0100, Robin Murphy wrote:
 >> Inline __iommu_dma_mmap_pfn into the main function to simplify the code
 >> flow a bit.
 >>
->> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
+>> Signed-off-by: Christoph Hellwig <hch@lst.de>
 >> ---
 >>   drivers/iommu/dma-iommu.c | 50 ++++++++++++++-------------------------
 >>   1 file changed, 18 insertions(+), 32 deletions(-)
@@ -88,3 +88,7 @@ So I generally prefer that style too.  But in this case one of the
 later patches will add an ifdef around the if { ... } else, and
 adding braces would make that a lot more awkware.  There is another
 occurance or two of this patter in this series elsewhere as well.
+_______________________________________________
+iommu mailing list
+iommu@lists.linux-foundation.org
+https://lists.linuxfoundation.org/mailman/listinfo/iommu
diff --git a/a/content_digest b/N1/content_digest
index 4db7fe6..490ef19 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,18 +1,17 @@
  "ref\020190327080448.5500-1-hch@lst.de\0"
  "ref\020190327080448.5500-9-hch@lst.de\0"
  "ref\0adf139e2-a595-fa08-e287-f358c06d7e91@arm.com\0"
- "ref\0adf139e2-a595-fa08-e287-f358c06d7e91-5wv7dgnIgG8@public.gmane.org\0"
- "From\0Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\0"
+ "From\0Christoph Hellwig <hch@lst.de>\0"
  "Subject\0Re: [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap\0"
  "Date\0Tue, 9 Apr 2019 19:25:20 +0200\0"
- "To\0Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0"
- "Cc\0Tom Lendacky <thomas.lendacky-5C7GfCeVMHo@public.gmane.org>"
-  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
-  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Robin Murphy <robin.murphy@arm.com>\0"
+ "Cc\0Tom Lendacky <thomas.lendacky@amd.com>"
+  Catalin Marinas <catalin.marinas@arm.com>
+  Will Deacon <will.deacon@arm.com>
+  linux-kernel@vger.kernel.org
+  iommu@lists.linux-foundation.org
+  Christoph Hellwig <hch@lst.de>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 09, 2019 at 04:29:07PM +0100, Robin Murphy wrote:\n"
@@ -23,7 +22,7 @@
  ">> Inline __iommu_dma_mmap_pfn into the main function to simplify the code\n"
  ">> flow a bit.\n"
  ">>\n"
- ">> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n"
+ ">> Signed-off-by: Christoph Hellwig <hch@lst.de>\n"
  ">> ---\n"
  ">>   drivers/iommu/dma-iommu.c | 50 ++++++++++++++-------------------------\n"
  ">>   1 file changed, 18 insertions(+), 32 deletions(-)\n"
@@ -104,6 +103,10 @@
  "So I generally prefer that style too.  But in this case one of the\n"
  "later patches will add an ifdef around the if { ... } else, and\n"
  "adding braces would make that a lot more awkware.  There is another\n"
- occurance or two of this patter in this series elsewhere as well.
+ "occurance or two of this patter in this series elsewhere as well.\n"
+ "_______________________________________________\n"
+ "iommu mailing list\n"
+ "iommu@lists.linux-foundation.org\n"
+ https://lists.linuxfoundation.org/mailman/listinfo/iommu
 
-2a3ad71ebeac4ab9213ad39ebd9808aa2d678e4c8fbe43491034daad72ad58fd
+c1e1a488478d852f2d909efa35dbcb95bf852fd6eb3e021e458e6626085ee8bc

diff --git a/a/1.txt b/N2/1.txt
index fda8935..6bd89fa 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -6,7 +6,7 @@ On Tue, Apr 09, 2019 at 04:29:07PM +0100, Robin Murphy wrote:
 >> Inline __iommu_dma_mmap_pfn into the main function to simplify the code
 >> flow a bit.
 >>
->> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
+>> Signed-off-by: Christoph Hellwig <hch@lst.de>
 >> ---
 >>   drivers/iommu/dma-iommu.c | 50 ++++++++++++++-------------------------
 >>   1 file changed, 18 insertions(+), 32 deletions(-)
@@ -88,3 +88,8 @@ So I generally prefer that style too.  But in this case one of the
 later patches will add an ifdef around the if { ... } else, and
 adding braces would make that a lot more awkware.  There is another
 occurance or two of this patter in this series elsewhere as well.
+
+_______________________________________________
+linux-arm-kernel mailing list
+linux-arm-kernel@lists.infradead.org
+http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
diff --git a/a/content_digest b/N2/content_digest
index 4db7fe6..3df3ccb 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,18 +1,18 @@
  "ref\020190327080448.5500-1-hch@lst.de\0"
  "ref\020190327080448.5500-9-hch@lst.de\0"
  "ref\0adf139e2-a595-fa08-e287-f358c06d7e91@arm.com\0"
- "ref\0adf139e2-a595-fa08-e287-f358c06d7e91-5wv7dgnIgG8@public.gmane.org\0"
- "From\0Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\0"
+ "From\0Christoph Hellwig <hch@lst.de>\0"
  "Subject\0Re: [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap\0"
  "Date\0Tue, 9 Apr 2019 19:25:20 +0200\0"
- "To\0Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0"
- "Cc\0Tom Lendacky <thomas.lendacky-5C7GfCeVMHo@public.gmane.org>"
-  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
-  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Robin Murphy <robin.murphy@arm.com>\0"
+ "Cc\0Tom Lendacky <thomas.lendacky@amd.com>"
+  Catalin Marinas <catalin.marinas@arm.com>
+  Joerg Roedel <joro@8bytes.org>
+  Will Deacon <will.deacon@arm.com>
+  linux-kernel@vger.kernel.org
+  iommu@lists.linux-foundation.org
+  Christoph Hellwig <hch@lst.de>
+ " linux-arm-kernel@lists.infradead.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 09, 2019 at 04:29:07PM +0100, Robin Murphy wrote:\n"
@@ -23,7 +23,7 @@
  ">> Inline __iommu_dma_mmap_pfn into the main function to simplify the code\n"
  ">> flow a bit.\n"
  ">>\n"
- ">> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n"
+ ">> Signed-off-by: Christoph Hellwig <hch@lst.de>\n"
  ">> ---\n"
  ">>   drivers/iommu/dma-iommu.c | 50 ++++++++++++++-------------------------\n"
  ">>   1 file changed, 18 insertions(+), 32 deletions(-)\n"
@@ -104,6 +104,11 @@
  "So I generally prefer that style too.  But in this case one of the\n"
  "later patches will add an ifdef around the if { ... } else, and\n"
  "adding braces would make that a lot more awkware.  There is another\n"
- occurance or two of this patter in this series elsewhere as well.
+ "occurance or two of this patter in this series elsewhere as well.\n"
+ "\n"
+ "_______________________________________________\n"
+ "linux-arm-kernel mailing list\n"
+ "linux-arm-kernel@lists.infradead.org\n"
+ http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
 
-2a3ad71ebeac4ab9213ad39ebd9808aa2d678e4c8fbe43491034daad72ad58fd
+7350c0d3a01430b7bed61e1ddfb7d2b5ad66746a17c8782d9bc2a8adb410e742

diff --git a/a/1.txt b/N3/1.txt
index fda8935..1719fd9 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -6,7 +6,7 @@ On Tue, Apr 09, 2019 at 04:29:07PM +0100, Robin Murphy wrote:
 >> Inline __iommu_dma_mmap_pfn into the main function to simplify the code
 >> flow a bit.
 >>
->> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
+>> Signed-off-by: Christoph Hellwig <hch@lst.de>
 >> ---
 >>   drivers/iommu/dma-iommu.c | 50 ++++++++++++++-------------------------
 >>   1 file changed, 18 insertions(+), 32 deletions(-)
diff --git a/a/content_digest b/N3/content_digest
index 4db7fe6..7a5e8d8 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,18 +1,18 @@
  "ref\020190327080448.5500-1-hch@lst.de\0"
  "ref\020190327080448.5500-9-hch@lst.de\0"
  "ref\0adf139e2-a595-fa08-e287-f358c06d7e91@arm.com\0"
- "ref\0adf139e2-a595-fa08-e287-f358c06d7e91-5wv7dgnIgG8@public.gmane.org\0"
- "From\0Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\0"
+ "From\0Christoph Hellwig <hch@lst.de>\0"
  "Subject\0Re: [PATCH 08/21] dma-iommu: refactor iommu_dma_mmap\0"
  "Date\0Tue, 9 Apr 2019 19:25:20 +0200\0"
- "To\0Robin Murphy <robin.murphy-5wv7dgnIgG8@public.gmane.org>\0"
- "Cc\0Tom Lendacky <thomas.lendacky-5C7GfCeVMHo@public.gmane.org>"
-  Catalin Marinas <catalin.marinas-5wv7dgnIgG8@public.gmane.org>
-  Will Deacon <will.deacon-5wv7dgnIgG8@public.gmane.org>
-  linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
-  Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>
- " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org\0"
+ "To\0Robin Murphy <robin.murphy@arm.com>\0"
+ "Cc\0Christoph Hellwig <hch@lst.de>"
+  Joerg Roedel <joro@8bytes.org>
+  Catalin Marinas <catalin.marinas@arm.com>
+  Will Deacon <will.deacon@arm.com>
+  Tom Lendacky <thomas.lendacky@amd.com>
+  iommu@lists.linux-foundation.org
+  linux-arm-kernel@lists.infradead.org
+ " linux-kernel@vger.kernel.org\0"
  "\00:1\0"
  "b\0"
  "On Tue, Apr 09, 2019 at 04:29:07PM +0100, Robin Murphy wrote:\n"
@@ -23,7 +23,7 @@
  ">> Inline __iommu_dma_mmap_pfn into the main function to simplify the code\n"
  ">> flow a bit.\n"
  ">>\n"
- ">> Signed-off-by: Christoph Hellwig <hch-jcswGhMUV9g@public.gmane.org>\n"
+ ">> Signed-off-by: Christoph Hellwig <hch@lst.de>\n"
  ">> ---\n"
  ">>   drivers/iommu/dma-iommu.c | 50 ++++++++++++++-------------------------\n"
  ">>   1 file changed, 18 insertions(+), 32 deletions(-)\n"
@@ -106,4 +106,4 @@
  "adding braces would make that a lot more awkware.  There is another\n"
  occurance or two of this patter in this series elsewhere as well.
 
-2a3ad71ebeac4ab9213ad39ebd9808aa2d678e4c8fbe43491034daad72ad58fd
+e918d2c728dc9dfbb82934fafada80938e0fcd4edff489f7dac8d6e03af728ab

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.