All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170629081849.15081-4-ard.biesheuvel@linaro.org>

diff --git a/a/1.txt b/N1/1.txt
index 0224548..8e1f750 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,7 +1,7 @@
 Replace the various open coded constants in the EFI PE/COFF header with
 definitions from pe.h, or expressions based on local symbols.
 
-Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
 ---
  arch/arm/boot/compressed/efi-header.S | 128 ++++++++++----------
  1 file changed, 67 insertions(+), 61 deletions(-)
@@ -14,8 +14,8 @@ index 309d6198d335..542e1ad432ae 100644
  /*
 - * Copyright (C) 2013-2015 Linaro Ltd
 + * Copyright (C) 2013-2017 Linaro Ltd
-  * Authors: Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  *          Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+  * Authors: Roy Franz <roy.franz@linaro.org>
+  *          Ard Biesheuvel <ard.biesheuvel@linaro.org>
   *
 @@ -8,6 +8,9 @@
   * published by the Free Software Foundation.
@@ -38,7 +38,7 @@ index 309d6198d335..542e1ad432ae 100644
    M_CLASS(	nop.w			)
 @@ -34,78 +37,81 @@
  		@ The only 2 fields of the MSDOS header that are used are this
- 		@ PE/COFF offset, and the "MZ" bytes at offset 0x0.
+ 		@ PE/COFF offset, and the "MZ" bytes@offset 0x0.
  		@
 -		.long	pe_header - start	@ Offset to the PE header.
 +		.long	pe_header - start		@ Offset to the PE header.
diff --git a/a/content_digest b/N1/content_digest
index 3881184..8c3e64e 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -2,10 +2,7 @@
   "ref\00020170629081849.15081-1-ard.biesheuvel\@linaro.org\0"
 ]
 [
-  "ref\00020170629081849.15081-1-ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org\0"
-]
-[
-  "From\0Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\0"
+  "From\0ard.biesheuvel\@linaro.org (Ard Biesheuvel)\0"
 ]
 [
   "Subject\0[PATCH v2 3/7] arm: efi: replace open coded constants with symbolic ones\0"
@@ -14,14 +11,7 @@
   "Date\0Thu, 29 Jun 2017 08:18:45 +0000\0"
 ]
 [
-  "To\0linux-efi-u79uwXL29TY76Z2rM5mHXA\@public.gmane.org",
-  " linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r\@public.gmane.org",
-  " linux-I+IVW8TIWO2tmTQ+vhA3Yw\@public.gmane.org\0"
-]
-[
-  "Cc\0matt-mF/unelCI9GS6iBeEJttW/XRex20P6io\@public.gmane.org",
-  " leif.lindholm-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org",
-  " Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\0"
+  "To\0linux-arm-kernel\@lists.infradead.org\0"
 ]
 [
   "\0000:1\0"
@@ -33,7 +23,7 @@
   "Replace the various open coded constants in the EFI PE/COFF header with\n",
   "definitions from pe.h, or expressions based on local symbols.\n",
   "\n",
-  "Signed-off-by: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\n",
+  "Signed-off-by: Ard Biesheuvel <ard.biesheuvel\@linaro.org>\n",
   "---\n",
   " arch/arm/boot/compressed/efi-header.S | 128 ++++++++++----------\n",
   " 1 file changed, 67 insertions(+), 61 deletions(-)\n",
@@ -46,8 +36,8 @@
   " /*\n",
   "- * Copyright (C) 2013-2015 Linaro Ltd\n",
   "+ * Copyright (C) 2013-2017 Linaro Ltd\n",
-  "  * Authors: Roy Franz <roy.franz-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\n",
-  "  *          Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A\@public.gmane.org>\n",
+  "  * Authors: Roy Franz <roy.franz\@linaro.org>\n",
+  "  *          Ard Biesheuvel <ard.biesheuvel\@linaro.org>\n",
   "  *\n",
   "\@\@ -8,6 +8,9 \@\@\n",
   "  * published by the Free Software Foundation.\n",
@@ -70,7 +60,7 @@
   "   M_CLASS(\tnop.w\t\t\t)\n",
   "\@\@ -34,78 +37,81 \@\@\n",
   " \t\t\@ The only 2 fields of the MSDOS header that are used are this\n",
-  " \t\t\@ PE/COFF offset, and the \"MZ\" bytes at offset 0x0.\n",
+  " \t\t\@ PE/COFF offset, and the \"MZ\" bytes\@offset 0x0.\n",
   " \t\t\@\n",
   "-\t\t.long\tpe_header - start\t\@ Offset to the PE header.\n",
   "+\t\t.long\tpe_header - start\t\t\@ Offset to the PE header.\n",
@@ -213,4 +203,4 @@
   "2.9.3"
 ]
 
-71651e8f36036af914a3d10a0459e90732460f279b8459cdf9eafdc6c49ddded
+a323a803110ce4c7508c8fe640cbb42253a76a5d203286cd47b24b2c6e63559e

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.