All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20160909151851.27577-13-matt@codeblueprint.co.uk>

diff --git a/a/1.txt b/N1/1.txt
index 44141d4..d91cb2a 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Ard Biesheuvel <ard.biesheuvel@linaro.org>
+From: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
 
 On ARM and arm64, ioremap() and memremap() are not interchangeable like
 on x86, and the use of ioremap() on ordinary RAM is typically flagged
@@ -10,11 +10,11 @@ Since what we are dealing with is not an I/O region with side effects,
 using ioremap() here is arguably incorrect anyway, so let's replace
 it with memremap() instead.
 
-Acked-by: Peter Jones <pjones@redhat.com>
-Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
-Cc: Leif Lindholm <leif.lindholm@linaro.org>
-Cc: Mark Rutland <mark.rutland@arm.com>
-Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
+Acked-by: Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
+Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+Cc: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>
+Signed-off-by: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
 ---
  drivers/firmware/efi/esrt.c | 5 +++--
  1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/a/content_digest b/N1/content_digest
index 0db62cb..aa3be63 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,7 +2,10 @@
   "ref\00020160909151851.27577-1-matt\@codeblueprint.co.uk\0"
 ]
 [
-  "From\0Matt Fleming <matt\@codeblueprint.co.uk>\0"
+  "ref\00020160909151851.27577-1-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io\@public.gmane.org\0"
+]
+[
+  "From\0Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io\@public.gmane.org>\0"
 ]
 [
   "Subject\0[PATCH 12/29] efi/esrt: Use memremap not ioremap to access ESRT table in memory\0"
@@ -11,18 +14,18 @@
   "Date\0Fri,  9 Sep 2016 16:18:34 +0100\0"
 ]
 [
-  "To\0Ingo Molnar <mingo\@kernel.org>",
-  " Thomas Gleixner <tglx\@linutronix.de>",
-  " H . Peter Anvin <hpa\@zytor.com>\0"
+  "To\0Ingo Molnar <mingo-DgEjT+Ai2ygdnm+yROfE0A\@public.gmane.org>",
+  " Thomas Gleixner <tglx-hfZtesqFncYOwBW4kG4KsQ\@public.gmane.org>",
+  " H . Peter Anvin <hpa-YMNOUZJC4hwAvxtiuMwx3w\@public.gmane.org>\0"
 ]
 [
-  "Cc\0Ard Biesheuvel <ard.biesheuvel\@linaro.org>",
-  " linux-kernel\@vger.kernel.org",
-  " linux-efi\@vger.kernel.org",
-  " Matt Fleming <matt\@codeblueprint.co.uk>",
-  " Leif Lindholm <leif.lindholm\@linaro.org>",
-  " Mark Rutland <mark.rutland\@arm.com>",
-  " Peter Jones <pjones\@redhat.com>\0"
+  "Cc\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>",
+  " linux-kernel-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
+  " linux-efi-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
+  " Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io\@public.gmane.org>",
+  " Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>",
+  " Mark Rutland <mark.rutland-5wv7dgnIgG8\@public.gmane.org>",
+  " Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\0"
 ]
 [
   "\0000:1\0"
@@ -31,7 +34,7 @@
   "b\0"
 ]
 [
-  "From: Ard Biesheuvel <ard.biesheuvel\@linaro.org>\n",
+  "From: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\n",
   "\n",
   "On ARM and arm64, ioremap() and memremap() are not interchangeable like\n",
   "on x86, and the use of ioremap() on ordinary RAM is typically flagged\n",
@@ -43,11 +46,11 @@
   "using ioremap() here is arguably incorrect anyway, so let's replace\n",
   "it with memremap() instead.\n",
   "\n",
-  "Acked-by: Peter Jones <pjones\@redhat.com>\n",
-  "Signed-off-by: Ard Biesheuvel <ard.biesheuvel\@linaro.org>\n",
-  "Cc: Leif Lindholm <leif.lindholm\@linaro.org>\n",
-  "Cc: Mark Rutland <mark.rutland\@arm.com>\n",
-  "Signed-off-by: Matt Fleming <matt\@codeblueprint.co.uk>\n",
+  "Acked-by: Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA\@public.gmane.org>\n",
+  "Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\n",
+  "Cc: Leif Lindholm <leif.lindholm-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\n",
+  "Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8\@public.gmane.org>\n",
+  "Signed-off-by: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io\@public.gmane.org>\n",
   "---\n",
   " drivers/firmware/efi/esrt.c | 5 +++--\n",
   " 1 file changed, 3 insertions(+), 2 deletions(-)\n",
@@ -80,4 +83,4 @@
   "2.9.3"
 ]
 
-ffa6a939295ae7eb8f2558672b46930f06e1aa8ed6d299ab01fa770b67c1039f
+51d2e5bffbac451e55c78a353629a5749bc6d7994f3ebfee0814e5ae6c7b935b

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.