All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <7547e99b-0e3c-264e-e52b-40ad5d52b49a@gmail.com>

diff --git a/a/content_digest b/N1/content_digest
index 1d954b9..65fd818 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,5 +1,5 @@
  "ref\020180316074650.5415-1-kraxel@redhat.com\0"
- "From\0\0"
+ "From\0ckoenig.leichtzumerken@gmail.com (Christian K\303\266nig)\0"
  "Subject\0[PATCH v2] Add udmabuf misc device\0"
  "Date\0Fri, 16 Mar 2018 13:30:43 +0100\0"
  "\00:1\0"
@@ -471,4 +471,4 @@
  "the body of a message to majordomo at vger.kernel.org\n"
  More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-4178e9bacdd8e1996146ea5ce27093fb50691b7cf06ad1141bb1f8eb950059c5
+9d11016e7754dc9d61e8b9416c63da924514c5bcbd7d96ae42fd8a8d00940340

diff --git a/a/1.txt b/N2/1.txt
index c93c7e1..035f41e 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -35,10 +35,10 @@ Regards,
 Christian.
 
 >
-> Cc: David Airlie <airlied at linux.ie>
-> Cc: Tomeu Vizoso <tomeu.vizoso at collabora.com>
-> Cc: Daniel Vetter <daniel at ffwll.ch>
-> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
+> Cc: David Airlie <airlied@linux.ie>
+> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
+> Cc: Daniel Vetter <daniel@ffwll.ch>
+> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
 > ---
 >   include/uapi/linux/udmabuf.h                      |  23 ++
 >   drivers/dma-buf/udmabuf.c                         | 261 ++++++++++++++++++++++
@@ -346,7 +346,7 @@ Christian.
 > +module_init(udmabuf_dev_init)
 > +module_exit(udmabuf_dev_exit)
 > +
-> +MODULE_AUTHOR("Gerd Hoffmann <kraxel at redhat.com>");
+> +MODULE_AUTHOR("Gerd Hoffmann <kraxel@redhat.com>");
 > +MODULE_LICENSE("GPL v2");
 > diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c
 > new file mode 100644
@@ -460,7 +460,7 @@ Christian.
 > +
 > +include ../../lib.mk
 
---
-To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
+_______________________________________________
+dri-devel mailing list
+dri-devel@lists.freedesktop.org
+https://lists.freedesktop.org/mailman/listinfo/dri-devel
diff --git a/a/content_digest b/N2/content_digest
index 1d954b9..75e8a7b 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -1,7 +1,18 @@
  "ref\020180316074650.5415-1-kraxel@redhat.com\0"
- "From\0\0"
- "Subject\0[PATCH v2] Add udmabuf misc device\0"
+ "From\0Christian K\303\266nig <ckoenig.leichtzumerken@gmail.com>\0"
+ "Subject\0Re: [PATCH v2] Add udmabuf misc device\0"
  "Date\0Fri, 16 Mar 2018 13:30:43 +0100\0"
+ "To\0Gerd Hoffmann <kraxel@redhat.com>"
+  dri-devel@lists.freedesktop.org
+ " Daniel Vetter <daniel.vetter@ffwll.ch>\0"
+ "Cc\0Tomeu Vizoso <tomeu.vizoso@collabora.com>"
+  David Airlie <airlied@linux.ie>
+  open list <linux-kernel@vger.kernel.org>
+  qemu-devel@nongnu.org
+  moderated list:DMA BUFFER SHARING FRAMEWORK <linaro-mm-sig@lists.linaro.org>
+  open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>
+  Shuah Khan <shuah@kernel.org>
+ " open list:DMA BUFFER SHARING FRAMEWORK <linux-media@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Am 16.03.2018 um 08:46 schrieb Gerd Hoffmann:\n"
@@ -41,10 +52,10 @@
  "Christian.\n"
  "\n"
  ">\n"
- "> Cc: David Airlie <airlied at linux.ie>\n"
- "> Cc: Tomeu Vizoso <tomeu.vizoso at collabora.com>\n"
- "> Cc: Daniel Vetter <daniel at ffwll.ch>\n"
- "> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>\n"
+ "> Cc: David Airlie <airlied@linux.ie>\n"
+ "> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>\n"
+ "> Cc: Daniel Vetter <daniel@ffwll.ch>\n"
+ "> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>\n"
  "> ---\n"
  ">   include/uapi/linux/udmabuf.h                      |  23 ++\n"
  ">   drivers/dma-buf/udmabuf.c                         | 261 ++++++++++++++++++++++\n"
@@ -352,7 +363,7 @@
  "> +module_init(udmabuf_dev_init)\n"
  "> +module_exit(udmabuf_dev_exit)\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Gerd Hoffmann <kraxel at redhat.com>\");\n"
+ "> +MODULE_AUTHOR(\"Gerd Hoffmann <kraxel@redhat.com>\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c\n"
  "> new file mode 100644\n"
@@ -466,9 +477,9 @@
  "> +\n"
  "> +include ../../lib.mk\n"
  "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" in\n"
- "the body of a message to majordomo at vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ "_______________________________________________\n"
+ "dri-devel mailing list\n"
+ "dri-devel@lists.freedesktop.org\n"
+ https://lists.freedesktop.org/mailman/listinfo/dri-devel
 
-4178e9bacdd8e1996146ea5ce27093fb50691b7cf06ad1141bb1f8eb950059c5
+e76ebd6e6aeb6a6e840785cc22ff337973147a8df7b8621949e5569af422dae6

diff --git a/a/1.txt b/N3/1.txt
index c93c7e1..bcebc57 100644
--- a/a/1.txt
+++ b/N3/1.txt
@@ -35,10 +35,10 @@ Regards,
 Christian.
 
 >
-> Cc: David Airlie <airlied at linux.ie>
-> Cc: Tomeu Vizoso <tomeu.vizoso at collabora.com>
-> Cc: Daniel Vetter <daniel at ffwll.ch>
-> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
+> Cc: David Airlie <airlied@linux.ie>
+> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
+> Cc: Daniel Vetter <daniel@ffwll.ch>
+> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
 > ---
 >   include/uapi/linux/udmabuf.h                      |  23 ++
 >   drivers/dma-buf/udmabuf.c                         | 261 ++++++++++++++++++++++
@@ -346,7 +346,7 @@ Christian.
 > +module_init(udmabuf_dev_init)
 > +module_exit(udmabuf_dev_exit)
 > +
-> +MODULE_AUTHOR("Gerd Hoffmann <kraxel at redhat.com>");
+> +MODULE_AUTHOR("Gerd Hoffmann <kraxel@redhat.com>");
 > +MODULE_LICENSE("GPL v2");
 > diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c
 > new file mode 100644
@@ -459,8 +459,3 @@ Christian.
 > +TEST_GEN_PROGS := udmabuf
 > +
 > +include ../../lib.mk
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N3/content_digest
index 1d954b9..3b17d84 100644
--- a/a/content_digest
+++ b/N3/content_digest
@@ -1,7 +1,18 @@
  "ref\020180316074650.5415-1-kraxel@redhat.com\0"
- "From\0\0"
- "Subject\0[PATCH v2] Add udmabuf misc device\0"
+ "From\0Christian K\303\266nig <ckoenig.leichtzumerken@gmail.com>\0"
+ "Subject\0Re: [PATCH v2] Add udmabuf misc device\0"
  "Date\0Fri, 16 Mar 2018 13:30:43 +0100\0"
+ "To\0Gerd Hoffmann <kraxel@redhat.com>"
+  dri-devel@lists.freedesktop.org
+ " Daniel Vetter <daniel.vetter@ffwll.ch>\0"
+ "Cc\0open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>"
+  Tomeu Vizoso <tomeu.vizoso@collabora.com>
+  David Airlie <airlied@linux.ie>
+  qemu-devel@nongnu.org
+  open list <linux-kernel@vger.kernel.org>
+  moderated list:DMA BUFFER SHARING FRAMEWORK <linaro-mm-sig@lists.linaro.org>
+  Shuah Khan <shuah@kernel.org>
+ " open list:DMA BUFFER SHARING FRAMEWORK <linux-media@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Am 16.03.2018 um 08:46 schrieb Gerd Hoffmann:\n"
@@ -41,10 +52,10 @@
  "Christian.\n"
  "\n"
  ">\n"
- "> Cc: David Airlie <airlied at linux.ie>\n"
- "> Cc: Tomeu Vizoso <tomeu.vizoso at collabora.com>\n"
- "> Cc: Daniel Vetter <daniel at ffwll.ch>\n"
- "> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>\n"
+ "> Cc: David Airlie <airlied@linux.ie>\n"
+ "> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>\n"
+ "> Cc: Daniel Vetter <daniel@ffwll.ch>\n"
+ "> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>\n"
  "> ---\n"
  ">   include/uapi/linux/udmabuf.h                      |  23 ++\n"
  ">   drivers/dma-buf/udmabuf.c                         | 261 ++++++++++++++++++++++\n"
@@ -352,7 +363,7 @@
  "> +module_init(udmabuf_dev_init)\n"
  "> +module_exit(udmabuf_dev_exit)\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Gerd Hoffmann <kraxel at redhat.com>\");\n"
+ "> +MODULE_AUTHOR(\"Gerd Hoffmann <kraxel@redhat.com>\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c\n"
  "> new file mode 100644\n"
@@ -464,11 +475,6 @@
  "> +\n"
  "> +TEST_GEN_PROGS := udmabuf\n"
  "> +\n"
- "> +include ../../lib.mk\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" in\n"
- "the body of a message to majordomo at vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ > +include ../../lib.mk
 
-4178e9bacdd8e1996146ea5ce27093fb50691b7cf06ad1141bb1f8eb950059c5
+58189646de5f492b33f2fc708da12d783e086e3fd6fed0c968edd17a5ae0572c

diff --git a/a/1.txt b/N4/1.txt
index c93c7e1..bcebc57 100644
--- a/a/1.txt
+++ b/N4/1.txt
@@ -35,10 +35,10 @@ Regards,
 Christian.
 
 >
-> Cc: David Airlie <airlied at linux.ie>
-> Cc: Tomeu Vizoso <tomeu.vizoso at collabora.com>
-> Cc: Daniel Vetter <daniel at ffwll.ch>
-> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>
+> Cc: David Airlie <airlied@linux.ie>
+> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>
+> Cc: Daniel Vetter <daniel@ffwll.ch>
+> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
 > ---
 >   include/uapi/linux/udmabuf.h                      |  23 ++
 >   drivers/dma-buf/udmabuf.c                         | 261 ++++++++++++++++++++++
@@ -346,7 +346,7 @@ Christian.
 > +module_init(udmabuf_dev_init)
 > +module_exit(udmabuf_dev_exit)
 > +
-> +MODULE_AUTHOR("Gerd Hoffmann <kraxel at redhat.com>");
+> +MODULE_AUTHOR("Gerd Hoffmann <kraxel@redhat.com>");
 > +MODULE_LICENSE("GPL v2");
 > diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c
 > new file mode 100644
@@ -459,8 +459,3 @@ Christian.
 > +TEST_GEN_PROGS := udmabuf
 > +
 > +include ../../lib.mk
-
---
-To unsubscribe from this list: send the line "unsubscribe linux-kselftest" in
-the body of a message to majordomo at vger.kernel.org
-More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N4/content_digest
index 1d954b9..c63c3c7 100644
--- a/a/content_digest
+++ b/N4/content_digest
@@ -1,7 +1,18 @@
  "ref\020180316074650.5415-1-kraxel@redhat.com\0"
- "From\0\0"
- "Subject\0[PATCH v2] Add udmabuf misc device\0"
+ "From\0Christian K\303\266nig <ckoenig.leichtzumerken@gmail.com>\0"
+ "Subject\0Re: [Qemu-devel] [PATCH v2] Add udmabuf misc device\0"
  "Date\0Fri, 16 Mar 2018 13:30:43 +0100\0"
+ "To\0Gerd Hoffmann <kraxel@redhat.com>"
+  dri-devel@lists.freedesktop.org
+ " Daniel Vetter <daniel.vetter@ffwll.ch>\0"
+ "Cc\0open list:KERNEL SELFTEST FRAMEWORK <linux-kselftest@vger.kernel.org>"
+  Tomeu Vizoso <tomeu.vizoso@collabora.com>
+  David Airlie <airlied@linux.ie>
+  qemu-devel@nongnu.org
+  open list <linux-kernel@vger.kernel.org>
+  moderated list:DMA BUFFER SHARING FRAMEWORK <linaro-mm-sig@lists.linaro.org>
+  Shuah Khan <shuah@kernel.org>
+ " open list:DMA BUFFER SHARING FRAMEWORK <linux-media@vger.kernel.org>\0"
  "\00:1\0"
  "b\0"
  "Am 16.03.2018 um 08:46 schrieb Gerd Hoffmann:\n"
@@ -41,10 +52,10 @@
  "Christian.\n"
  "\n"
  ">\n"
- "> Cc: David Airlie <airlied at linux.ie>\n"
- "> Cc: Tomeu Vizoso <tomeu.vizoso at collabora.com>\n"
- "> Cc: Daniel Vetter <daniel at ffwll.ch>\n"
- "> Signed-off-by: Gerd Hoffmann <kraxel at redhat.com>\n"
+ "> Cc: David Airlie <airlied@linux.ie>\n"
+ "> Cc: Tomeu Vizoso <tomeu.vizoso@collabora.com>\n"
+ "> Cc: Daniel Vetter <daniel@ffwll.ch>\n"
+ "> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>\n"
  "> ---\n"
  ">   include/uapi/linux/udmabuf.h                      |  23 ++\n"
  ">   drivers/dma-buf/udmabuf.c                         | 261 ++++++++++++++++++++++\n"
@@ -352,7 +363,7 @@
  "> +module_init(udmabuf_dev_init)\n"
  "> +module_exit(udmabuf_dev_exit)\n"
  "> +\n"
- "> +MODULE_AUTHOR(\"Gerd Hoffmann <kraxel at redhat.com>\");\n"
+ "> +MODULE_AUTHOR(\"Gerd Hoffmann <kraxel@redhat.com>\");\n"
  "> +MODULE_LICENSE(\"GPL v2\");\n"
  "> diff --git a/tools/testing/selftests/drivers/dma-buf/udmabuf.c b/tools/testing/selftests/drivers/dma-buf/udmabuf.c\n"
  "> new file mode 100644\n"
@@ -464,11 +475,6 @@
  "> +\n"
  "> +TEST_GEN_PROGS := udmabuf\n"
  "> +\n"
- "> +include ../../lib.mk\n"
- "\n"
- "--\n"
- "To unsubscribe from this list: send the line \"unsubscribe linux-kselftest\" in\n"
- "the body of a message to majordomo at vger.kernel.org\n"
- More majordomo info at  http://vger.kernel.org/majordomo-info.html
+ > +include ../../lib.mk
 
-4178e9bacdd8e1996146ea5ce27093fb50691b7cf06ad1141bb1f8eb950059c5
+db018f5f5df7bf8e953ce043f3e6183357aa7d844cd8abd984a1662a243d8569

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.