diff for duplicates of <20150522020031.GA3516@kroah.com> diff --git a/a/1.txt b/N1/1.txt index c88aace..6f867ba 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -5,15 +5,15 @@ On Thu, May 21, 2015 at 10:00:50AM +0200, Thierry Reding 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-enLWO88E2pdl57MIdRCFDg@public.gmane.org> 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 @@ -44,11 +44,11 @@ On Thu, May 21, 2015 at 10:00:50AM +0200, Thierry Reding wrote: > > > > > > > + else > > > > > > > fbcon_add_cursor_timer(info); > > > > > > > -> > > > > > > ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1; +> > > > > > > ops->cursor_flash = (mode = CM_ERASE) ? 0 : 1; > > > > > > > > > > > > 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 @@ -79,7 +79,3 @@ limited resouce, not developers. thanks, greg k-h --- -To unsubscribe from this list: send the line "unsubscribe linux-man" 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 c0d893b..c55c004 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -8,9 +8,9 @@ "ref\020150520123615.GA24016@ulmo.nvidia.com\0" "ref\020150521042638.GB22632@kroah.com\0" "ref\020150521080049.GA25079@ulmo\0" - "From\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0" + "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt\0" - "Date\0Thu, 21 May 2015 19:00:31 -0700\0" + "Date\0Fri, 22 May 2015 02:00:31 +0000\0" "To\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@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-enLWO88E2pdl57MIdRCFDg@public.gmane.org> 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" @@ -76,11 +76,11 @@ "> > > > > > > + else\n" "> > > > > > > fbcon_add_cursor_timer(info);\n" "> > > > > > >\n" - "> > > > > > > ops->cursor_flash = (mode == CM_ERASE) ? 0 : 1;\n" + "> > > > > > > ops->cursor_flash = (mode = CM_ERASE) ? 0 : 1;\n" "> > > > > > \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" @@ -110,10 +110,6 @@ "\n" "thanks,\n" "\n" - "greg k-h\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-man\" 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 + greg k-h -c8bf177ae49f46b1a57f4a2faa224ed9197f2261f2490bb067310c23b48d1d67 +79c535118d0804aebc836e02b31a9aea2b1afdc02aeedbc34aa8940b078bfd35
diff --git a/a/1.txt b/N2/1.txt index c88aace..7de2b4b 100644 --- a/a/1.txt +++ b/N2/1.txt @@ -5,15 +5,15 @@ On Thu, May 21, 2015 at 10:00:50AM +0200, Thierry Reding 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-enLWO88E2pdl57MIdRCFDg@public.gmane.org> 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 @@ -48,7 +48,7 @@ On Thu, May 21, 2015 at 10:00:50AM +0200, Thierry Reding 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 @@ -79,7 +79,3 @@ limited resouce, not developers. thanks, greg k-h --- -To unsubscribe from this list: send the line "unsubscribe linux-man" 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/N2/content_digest index c0d893b..eea9ba7 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,26 +8,26 @@ "ref\020150520123615.GA24016@ulmo.nvidia.com\0" "ref\020150521042638.GB22632@kroah.com\0" "ref\020150521080049.GA25079@ulmo\0" - "From\0Greg Kroah-Hartman <gregkh-hQyY1W1yCW8ekmWlsbkhG0B+6BGkLq7r@public.gmane.org>\0" + "From\0Greg Kroah-Hartman <gregkh@linuxfoundation.org>\0" "Subject\0Re: [PATCH v2 2/3] fbcon: use the cursor blink interval provided by vt\0" "Date\0Thu, 21 May 2015 19:00:31 -0700\0" - "To\0Thierry Reding <thierry.reding-Re5JQEeQqe8AvxtiuMwx3w@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\0Thierry Reding <thierry.reding@gmail.com>\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" "\00:1\0" "b\0" "On Thu, May 21, 2015 at 10:00:50AM +0200, Thierry Reding wrote:\n" @@ -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-enLWO88E2pdl57MIdRCFDg@public.gmane.org> 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" @@ -110,10 +110,6 @@ "\n" "thanks,\n" "\n" - "greg k-h\n" - "--\n" - "To unsubscribe from this list: send the line \"unsubscribe linux-man\" 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 + greg k-h -c8bf177ae49f46b1a57f4a2faa224ed9197f2261f2490bb067310c23b48d1d67 +ba671b9c330577b80fe995d31c6dfba46f99cb7c4b5fef80a9e4032b932f4416
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.