All of lore.kernel.org
 help / color / mirror / Atom feed
diff for duplicates of <20150521080049.GA25079@ulmo>

diff --git a/a/1.txt b/N1/1.txt
index 0ae1743..e22d859 100644
--- a/a/1.txt
+++ b/N1/1.txt
@@ -4,15 +4,15 @@ On Wed, May 20, 2015 at 09:26:38PM -0700, Greg Kroah-Hartman wrote:
 > > > On Tue, May 19, 2015 at 11:52:29PM +0200, Thierry Reding wrote:
 > > > > On Tue, May 19, 2015 at 02:45:19PM -0700, Kevin Hilman wrote:
 > > > > > On Tue, May 19, 2015 at 2:40 PM, Thierry Reding
-> > > > > <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
+> > > > > <thierry.reding@gmail.com> wrote:
 > > > > > > On Tue, May 19, 2015 at 02:15:41PM -0700, Kevin Hilman wrote:
 > > > > > >> On Thu, Mar 26, 2015 at 6:56 AM, Scot Doyle <lkml14@scotdoyle.com> wrote:
 > > > > > >> > vt now provides a cursor blink interval via vc_data. Use this
 > > > > > >> > interval instead of the currently hardcoded 200 msecs. Store it in
 > > > > > >> > fbcon_ops to avoid locking the console in cursor_timer_handler().
 > > > > > >> >
-> > > > > >> > Signed-off-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>
-> > > > > >> > Acked-by: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>
+> > > > > >> > Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
+> > > > > >> > Acked-by: Pavel Machek <pavel@ucw.cz>
 > > > > > >>
 > > > > > >> This patch hit next-20150519 in the form of commit 27a4c827c34a
 > > > > > >> (fbcon: use the cursor blink interval provided by vt) and has caused
@@ -47,7 +47,7 @@ On Wed, May 20, 2015 at 09:26:38PM -0700, Greg Kroah-Hartman wrote:
 > > > > > 
 > > > > > Applying this on next-20150519 makes my exynos board happily boot again as well.
 > > > > > 
-> > > > > Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> > > > > Tested-by: Kevin Hilman <khilman@linaro.org>
 > > > > 
 > > > > Excellent. Greg, Scot, any opinions on whether or not this is the right
 > > > > thing to do? It restores a bit that looks suspiciously like it snuck in
diff --git a/a/content_digest b/N1/content_digest
index 31fa649..1b99d18 100644
--- a/a/content_digest
+++ b/N1/content_digest
@@ -9,9 +9,9 @@
  "ref\020150520123615.GA24016@ulmo.nvidia.com\0"
  "ref\020150521042638.GB22632@kroah.com\0"
  "ref\020150521042638.GB22632-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org\0"
- "From\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Thierry Reding <thierry.reding@gmail.com>\0"
  "Subject\0Re: [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt\0"
- "Date\0Thu, 21 May 2015 10:00:50 +0200\0"
+ "Date\0Thu, 21 May 2015 08:00:50 +0000\0"
  "To\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0"
  "Cc\0Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
   Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>
@@ -37,15 +37,15 @@
  "> > > On Tue, May 19, 2015 at 11:52:29PM +0200, Thierry Reding wrote:\n"
  "> > > > On Tue, May 19, 2015 at 02:45:19PM -0700, Kevin Hilman wrote:\n"
  "> > > > > On Tue, May 19, 2015 at 2:40 PM, Thierry Reding\n"
- "> > > > > <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n"
+ "> > > > > <thierry.reding@gmail.com> wrote:\n"
  "> > > > > > On Tue, May 19, 2015 at 02:15:41PM -0700, Kevin Hilman wrote:\n"
  "> > > > > >> On Thu, Mar 26, 2015 at 6:56 AM, Scot Doyle <lkml14@scotdoyle.com> wrote:\n"
  "> > > > > >> > vt now provides a cursor blink interval via vc_data. Use this\n"
  "> > > > > >> > interval instead of the currently hardcoded 200 msecs. Store it in\n"
  "> > > > > >> > fbcon_ops to avoid locking the console in cursor_timer_handler().\n"
  "> > > > > >> >\n"
- "> > > > > >> > Signed-off-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>\n"
- "> > > > > >> > Acked-by: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>\n"
+ "> > > > > >> > Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>\n"
+ "> > > > > >> > Acked-by: Pavel Machek <pavel@ucw.cz>\n"
  "> > > > > >>\n"
  "> > > > > >> This patch hit next-20150519 in the form of commit 27a4c827c34a\n"
  "> > > > > >> (fbcon: use the cursor blink interval provided by vt) and has caused\n"
@@ -80,7 +80,7 @@
  "> > > > > \n"
  "> > > > > Applying this on next-20150519 makes my exynos board happily boot again as well.\n"
  "> > > > > \n"
- "> > > > > Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> > > > > Tested-by: Kevin Hilman <khilman@linaro.org>\n"
  "> > > > \n"
  "> > > > Excellent. Greg, Scot, any opinions on whether or not this is the right\n"
  "> > > > thing to do? It restores a bit that looks suspiciously like it snuck in\n"
@@ -122,4 +122,4 @@
  "=Azwq\n"
  "-----END PGP SIGNATURE-----\n"
 
-967cd9180d0150069a935c5773146424d089324315f1fe96941b854ed379c9ce
+0a2bda54f7c21fd013b836d670f11ea8decba0060891fc1da1b18fbd6a62d4c2

diff --git a/a/1.txt b/N2/1.txt
index 0ae1743..e22d859 100644
--- a/a/1.txt
+++ b/N2/1.txt
@@ -4,15 +4,15 @@ On Wed, May 20, 2015 at 09:26:38PM -0700, Greg Kroah-Hartman wrote:
 > > > On Tue, May 19, 2015 at 11:52:29PM +0200, Thierry Reding wrote:
 > > > > On Tue, May 19, 2015 at 02:45:19PM -0700, Kevin Hilman wrote:
 > > > > > On Tue, May 19, 2015 at 2:40 PM, Thierry Reding
-> > > > > <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:
+> > > > > <thierry.reding@gmail.com> wrote:
 > > > > > > On Tue, May 19, 2015 at 02:15:41PM -0700, Kevin Hilman wrote:
 > > > > > >> On Thu, Mar 26, 2015 at 6:56 AM, Scot Doyle <lkml14@scotdoyle.com> wrote:
 > > > > > >> > vt now provides a cursor blink interval via vc_data. Use this
 > > > > > >> > interval instead of the currently hardcoded 200 msecs. Store it in
 > > > > > >> > fbcon_ops to avoid locking the console in cursor_timer_handler().
 > > > > > >> >
-> > > > > >> > Signed-off-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>
-> > > > > >> > Acked-by: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>
+> > > > > >> > Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>
+> > > > > >> > Acked-by: Pavel Machek <pavel@ucw.cz>
 > > > > > >>
 > > > > > >> This patch hit next-20150519 in the form of commit 27a4c827c34a
 > > > > > >> (fbcon: use the cursor blink interval provided by vt) and has caused
@@ -47,7 +47,7 @@ On Wed, May 20, 2015 at 09:26:38PM -0700, Greg Kroah-Hartman wrote:
 > > > > > 
 > > > > > Applying this on next-20150519 makes my exynos board happily boot again as well.
 > > > > > 
-> > > > > Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
+> > > > > Tested-by: Kevin Hilman <khilman@linaro.org>
 > > > > 
 > > > > Excellent. Greg, Scot, any opinions on whether or not this is the right
 > > > > thing to do? It restores a bit that looks suspiciously like it snuck in
diff --git a/a/content_digest b/N2/content_digest
index 31fa649..8658400 100644
--- a/a/content_digest
+++ b/N2/content_digest
@@ -8,27 +8,26 @@
  "ref\020150519234112.GA25218@kroah.com\0"
  "ref\020150520123615.GA24016@ulmo.nvidia.com\0"
  "ref\020150521042638.GB22632@kroah.com\0"
- "ref\020150521042638.GB22632-U8xfFu+wG4EAvxtiuMwx3w@public.gmane.org\0"
- "From\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>\0"
+ "From\0Thierry Reding <thierry.reding@gmail.com>\0"
  "Subject\0Re: [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt\0"
  "Date\0Thu, 21 May 2015 10:00:50 +0200\0"
- "To\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0"
- "Cc\0Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>"
-  Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>
-  Tomi Valkeinen <tomi.valkeinen-l0cyMroinI0@public.gmane.org>
-  Michael Kerrisk <mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
-  Jiri Slaby <jslaby-AlSwsSmVLrQ@public.gmane.org>
-  Jean-Christophe Plagniol-Villard <plagnioj-sclMFOaUSTBWk0Htik3J/w@public.gmane.org>
-  Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>
-  Geert Uytterhoeven <geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org>
-  lkml <linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
-  linux-fbdev-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-man-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  linux-api-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
-  Tyler Baker <tyler.baker-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>
-  Olof Johansson <olof-nZhT3qVonbNeoWH0uzbU5w@public.gmane.org>
-  Daniel Stone <daniel-rLtY4a/8tF1rovVCs/uTlw@public.gmane.org>
- " Arnd Bergmann <arnd-r2nGTMty4D4@public.gmane.org>\0"
+ "To\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0"
+ "Cc\0Kevin Hilman <khilman@kernel.org>"
+  Scot Doyle <lkml14@scotdoyle.com>
+  Tomi Valkeinen <tomi.valkeinen@ti.com>
+  Michael Kerrisk <mtk.manpages@gmail.com>
+  Jiri Slaby <jslaby@suse.cz>
+  Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
+  Pavel Machek <pavel@ucw.cz>
+  Geert Uytterhoeven <geert@linux-m68k.org>
+  lkml <linux-kernel@vger.kernel.org>
+  linux-fbdev@vger.kernel.org
+  linux-man@vger.kernel.org
+  linux-api@vger.kernel.org
+  Tyler Baker <tyler.baker@linaro.org>
+  Olof Johansson <olof@lixom.net>
+  Daniel Stone <daniel@fooishbar.org>
+ " Arnd Bergmann <arnd@arndb.de>\0"
  "\01:1\0"
  "b\0"
  "On Wed, May 20, 2015 at 09:26:38PM -0700, Greg Kroah-Hartman wrote:\n"
@@ -37,15 +36,15 @@
  "> > > On Tue, May 19, 2015 at 11:52:29PM +0200, Thierry Reding wrote:\n"
  "> > > > On Tue, May 19, 2015 at 02:45:19PM -0700, Kevin Hilman wrote:\n"
  "> > > > > On Tue, May 19, 2015 at 2:40 PM, Thierry Reding\n"
- "> > > > > <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:\n"
+ "> > > > > <thierry.reding@gmail.com> wrote:\n"
  "> > > > > > On Tue, May 19, 2015 at 02:15:41PM -0700, Kevin Hilman wrote:\n"
  "> > > > > >> On Thu, Mar 26, 2015 at 6:56 AM, Scot Doyle <lkml14@scotdoyle.com> wrote:\n"
  "> > > > > >> > vt now provides a cursor blink interval via vc_data. Use this\n"
  "> > > > > >> > interval instead of the currently hardcoded 200 msecs. Store it in\n"
  "> > > > > >> > fbcon_ops to avoid locking the console in cursor_timer_handler().\n"
  "> > > > > >> >\n"
- "> > > > > >> > Signed-off-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>\n"
- "> > > > > >> > Acked-by: Pavel Machek <pavel-+ZI9xUNit7I@public.gmane.org>\n"
+ "> > > > > >> > Signed-off-by: Scot Doyle <lkml14@scotdoyle.com>\n"
+ "> > > > > >> > Acked-by: Pavel Machek <pavel@ucw.cz>\n"
  "> > > > > >>\n"
  "> > > > > >> This patch hit next-20150519 in the form of commit 27a4c827c34a\n"
  "> > > > > >> (fbcon: use the cursor blink interval provided by vt) and has caused\n"
@@ -80,7 +79,7 @@
  "> > > > > \n"
  "> > > > > Applying this on next-20150519 makes my exynos board happily boot again as well.\n"
  "> > > > > \n"
- "> > > > > Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n"
+ "> > > > > Tested-by: Kevin Hilman <khilman@linaro.org>\n"
  "> > > > \n"
  "> > > > Excellent. Greg, Scot, any opinions on whether or not this is the right\n"
  "> > > > thing to do? It restores a bit that looks suspiciously like it snuck in\n"
@@ -122,4 +121,4 @@
  "=Azwq\n"
  "-----END PGP SIGNATURE-----\n"
 
-967cd9180d0150069a935c5773146424d089324315f1fe96941b854ed379c9ce
+0463ef1ff5da3f79917e60e9d037bdfb4112afac3ca474f078999e2208e21a9a

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.