All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20170525205154.GD114788@google.com>

diff --git a/a/1.txt b/N1/1.txt
index dad914b..41883e4 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -1,5 +1,5 @@
 On Wed, May 24, 2017 at 11:44:37AM +0200, Rafał Miłecki wrote:
-> From: Rafał Miłecki <rafal@milecki.pl>
+> From: Rafał Miłecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>
 > 
 > This makes TRX parsing code reusable with other platforms and parsers.
 > 
@@ -8,7 +8,7 @@ On Wed, May 24, 2017 at 11:44:37AM +0200, Rafał Miłecki wrote:
 > working on non-hacky method of checking rootfs format) but it's not
 > really a subject of this change.
 > 
-> Signed-off-by: Rafał Miłecki <rafal@milecki.pl>
+> Signed-off-by: Rafał Miłecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>
 > ---
 > V2: A totally rebased & refreshed version.
 > V5: Add TRX format verification, improve comment, fix memory leak
@@ -17,7 +17,7 @@ On Wed, May 24, 2017 at 11:44:37AM +0200, Rafał Miłecki wrote:
 I think this looks OK now. I'll wait on resolving the rest of the
 infrastucture, so I'll leave this here for now:
 
-Reviewed-by: Brian Norris <computersforpeace@gmail.com>
+Reviewed-by: Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
 
 > ---
 >  drivers/mtd/Kconfig              |   4 ++
@@ -56,3 +56,7 @@ this, even if you know they're only used for a few architectures.
 ...
 
 Brian
+--
+To unsubscribe from this list: send the line "unsubscribe devicetree" in
+the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff --git a/a/content_digest b/N1/content_digest
index cbec26b..9cc89df 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -1,21 +1,22 @@
  "ref\020170524094437.2174-1-zajec5@gmail.com\0"
  "ref\020170524094437.2174-5-zajec5@gmail.com\0"
- "From\0Brian Norris <computersforpeace@gmail.com>\0"
+ "ref\020170524094437.2174-5-zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org\0"
+ "From\0Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
  "Subject\0Re: [PATCH V5 4/4] mtd: extract TRX parser out of bcm47xxpart into a separated module\0"
  "Date\0Thu, 25 May 2017 13:51:54 -0700\0"
- "To\0Rafa\305\202 Mi\305\202ecki <zajec5@gmail.com>\0"
- "Cc\0David Woodhouse <dwmw2@infradead.org>"
-  Boris Brezillon <boris.brezillon@free-electrons.com>
-  Marek Vasut <marek.vasut@gmail.com>
-  Richard Weinberger <richard@nod.at>
-  Cyrille Pitchen <cyrille.pitchen@wedev4u.fr>
-  linux-mtd@lists.infradead.org
-  devicetree@vger.kernel.org
- " Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\0"
+ "To\0Rafa\305\202 Mi\305\202ecki <zajec5-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "Cc\0David Woodhouse <dwmw2-wEGCiKHe2LqWVfeAwA7xHQ@public.gmane.org>"
+  Boris Brezillon <boris.brezillon-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org>
+  Marek Vasut <marek.vasut-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
+  Richard Weinberger <richard-/L3Ra7n9ekc@public.gmane.org>
+  Cyrille Pitchen <cyrille.pitchen-yU5RGvR974pGWvitb5QawA@public.gmane.org>
+  linux-mtd-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
+  devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
+ " Rafa\305\202 Mi\305\202ecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>\0"
  "\00:1\0"
  "b\0"
  "On Wed, May 24, 2017 at 11:44:37AM +0200, Rafa\305\202 Mi\305\202ecki wrote:\n"
- "> From: Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\n"
+ "> From: Rafa\305\202 Mi\305\202ecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>\n"
  "> \n"
  "> This makes TRX parsing code reusable with other platforms and parsers.\n"
  "> \n"
@@ -24,7 +25,7 @@
  "> working on non-hacky method of checking rootfs format) but it's not\n"
  "> really a subject of this change.\n"
  "> \n"
- "> Signed-off-by: Rafa\305\202 Mi\305\202ecki <rafal@milecki.pl>\n"
+ "> Signed-off-by: Rafa\305\202 Mi\305\202ecki <rafal-g1n6cQUeyibVItvQsEIGlw@public.gmane.org>\n"
  "> ---\n"
  "> V2: A totally rebased & refreshed version.\n"
  "> V5: Add TRX format verification, improve comment, fix memory leak\n"
@@ -33,7 +34,7 @@
  "I think this looks OK now. I'll wait on resolving the rest of the\n"
  "infrastucture, so I'll leave this here for now:\n"
  "\n"
- "Reviewed-by: Brian Norris <computersforpeace@gmail.com>\n"
+ "Reviewed-by: Brian Norris <computersforpeace-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\n"
  "\n"
  "> ---\n"
  ">  drivers/mtd/Kconfig              |   4 ++\n"
@@ -71,6 +72,10 @@
  "\n"
  "...\n"
  "\n"
- Brian
+ "Brian\n"
+ "--\n"
+ "To unsubscribe from this list: send the line \"unsubscribe devicetree\" in\n"
+ "the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org\n"
+ More majordomo info at  http://vger.kernel.org/majordomo-info.html
 
-4129b8b7515cd712384e627756d7dbb63c1c379ea812a12352f980988cfe69d1
+59a9fce44e794e8809849ca20411197601ac6923545ed557e09cc48697715dd4

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.