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

diff --git a/a/1.txt b/N1/1.txt
index 13c2f7b..fad23ad 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,4 +1,4 @@
-From: Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
+From: Lukas Wunner <lukas@wunner.de>
 
 We're about to extended the efistub to retrieve device properties from
 EFI on Apple Macs. The properties use EFI Device Paths to indicate the
@@ -24,11 +24,11 @@ efi_get_device_by_path() itself is exported).
 The dependency on CONFIG_ACPI is needed for acpi_match_device_ids().
 It can be removed if an empty inline stub is added for that function.
 
-Signed-off-by: Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
-Cc: Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>
-Cc: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-Cc: Andreas Noever <andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-Signed-off-by: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>
+Signed-off-by: Lukas Wunner <lukas@wunner.de>
+Cc: Peter Jones <pjones@redhat.com>
+Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>
+Cc: Andreas Noever <andreas.noever@gmail.com>
+Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>
 ---
  drivers/firmware/efi/Kconfig           |   5 +
  drivers/firmware/efi/Makefile          |   1 +
@@ -70,7 +70,7 @@ index 000000000000..85d1834ee9b7
 @@ -0,0 +1,203 @@
 +/*
 + * dev-path-parser.c - EFI Device Path parser
-+ * Copyright (C) 2016 Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>
++ * Copyright (C) 2016 Lukas Wunner <lukas@wunner.de>
 + *
 + * This program is free software; you can redistribute it and/or modify
 + * it under the terms of the GNU General Public License (version 2) as
diff --git a/a/content_digest b/N1/content_digest
index 3785ecc..84d4322 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,20 @@
  "ref\020161112213237.8804-1-matt@codeblueprint.co.uk\0"
- "ref\020161112213237.8804-1-matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org\0"
- "From\0Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>\0"
+ "From\0Matt Fleming <matt@codeblueprint.co.uk>\0"
  "Subject\0[PATCH 6/9] efi: Add device path parser\0"
  "Date\0Sat, 12 Nov 2016 21:32:34 +0000\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\0Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>"
-  Ard 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>
-  Andreas Noever <andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
- " Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\0"
+ "To\0Ingo Molnar <mingo@kernel.org>"
+  Thomas Gleixner <tglx@linutronix.de>
+ " H . Peter Anvin <hpa@zytor.com>\0"
+ "Cc\0Lukas Wunner <lukas@wunner.de>"
+  Ard Biesheuvel <ard.biesheuvel@linaro.org>
+  linux-kernel@vger.kernel.org
+  linux-efi@vger.kernel.org
+  Matt Fleming <matt@codeblueprint.co.uk>
+  Andreas Noever <andreas.noever@gmail.com>
+ " Peter Jones <pjones@redhat.com>\0"
  "\00:1\0"
  "b\0"
- "From: Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>\n"
+ "From: Lukas Wunner <lukas@wunner.de>\n"
  "\n"
  "We're about to extended the efistub to retrieve device properties from\n"
  "EFI on Apple Macs. The properties use EFI Device Paths to indicate the\n"
@@ -41,11 +40,11 @@
  "The dependency on CONFIG_ACPI is needed for acpi_match_device_ids().\n"
  "It can be removed if an empty inline stub is added for that function.\n"
  "\n"
- "Signed-off-by: Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>\n"
- "Cc: Peter Jones <pjones-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org>\n"
- "Cc: Ard Biesheuvel <ard.biesheuvel-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
- "Cc: Andreas Noever <andreas.noever-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
- "Signed-off-by: Matt Fleming <matt-mF/unelCI9GS6iBeEJttW/XRex20P6io@public.gmane.org>\n"
+ "Signed-off-by: Lukas Wunner <lukas@wunner.de>\n"
+ "Cc: Peter Jones <pjones@redhat.com>\n"
+ "Cc: Ard Biesheuvel <ard.biesheuvel@linaro.org>\n"
+ "Cc: Andreas Noever <andreas.noever@gmail.com>\n"
+ "Signed-off-by: Matt Fleming <matt@codeblueprint.co.uk>\n"
  "---\n"
  " drivers/firmware/efi/Kconfig           |   5 +\n"
  " drivers/firmware/efi/Makefile          |   1 +\n"
@@ -87,7 +86,7 @@
  "@@ -0,0 +1,203 @@\n"
  "+/*\n"
  "+ * dev-path-parser.c - EFI Device Path parser\n"
- "+ * Copyright (C) 2016 Lukas Wunner <lukas-JFq808J9C/izQB+pC5nmwQ@public.gmane.org>\n"
+ "+ * Copyright (C) 2016 Lukas Wunner <lukas@wunner.de>\n"
  "+ *\n"
  "+ * This program is free software; you can redistribute it and/or modify\n"
  "+ * it under the terms of the GNU General Public License (version 2) as\n"
@@ -322,4 +321,4 @@
  "-- \n"
  2.10.0
 
-a5f30f6957938f857f22e680059210c42c6ae69adccf06ba5eb4fc10e61fa89c
+43fac606d7b874ba7146bc9013314d5c297e0f5498177a9873a7c66ed10c5dc1

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.