diff for duplicates of <20150520123615.GA24016@ulmo.nvidia.com> diff --git a/a/1.1.txt b/N1/1.1.txt index 7f094c2..d28c659 100644 --- a/a/1.1.txt +++ b/N1/1.1.txt @@ -2,15 +2,15 @@ On Tue, May 19, 2015 at 04:41:12PM -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-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 @@ -45,7 +45,7 @@ On Tue, May 19, 2015 at 04:41:12PM -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/1.2.txt b/N1/1.2.txt index 9985ea4..b2eb9a3 100644 --- a/a/1.2.txt +++ b/N1/1.2.txt @@ -1,5 +1,5 @@ From 4f2f70dbbe9de54c0da9b03a1f384e1464755eab Mon Sep 17 00:00:00 2001 -From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +From: Thierry Reding <treding@nvidia.com> Date: Wed, 20 May 2015 13:41:52 +0200 Subject: [PATCH] fbcon: Avoid deleting a timer in IRQ context @@ -37,11 +37,11 @@ unrelated error messages. This commit fixes this by restoring the condition under which the call to fbcon_del_cursor_timer() happens. -Reported-by: Daniel Stone <daniel-rLtY4a/8tF1rovVCs/uTlw@public.gmane.org> -Reported-by: Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -Tested-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org> -Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +Reported-by: Daniel Stone <daniel@fooishbar.org> +Reported-by: Kevin Hilman <khilman@kernel.org> +Tested-by: Kevin Hilman <khilman@linaro.org> +Tested-by: Scot Doyle <lkml14@scotdoyle.com> +Signed-off-by: Thierry Reding <treding@nvidia.com> --- drivers/video/console/fbcon.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/a/content_digest b/N1/content_digest index 7ad6436..41cba44 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -9,9 +9,9 @@ "ref\020150519215228.GA27163@ulmo.nvidia.com\0" "ref\020150519234112.GA25218@kroah.com\0" "ref\020150519234112.GA25218-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\0Wed, 20 May 2015 14:36:17 +0200\0" + "Date\0Wed, 20 May 2015 12:36:17 +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> @@ -35,15 +35,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" @@ -78,7 +78,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" @@ -98,7 +98,7 @@ "fn\00001-fbcon-Avoid-deleting-a-timer-in-IRQ-context.patch\0" "b\0" "From 4f2f70dbbe9de54c0da9b03a1f384e1464755eab Mon Sep 17 00:00:00 2001\n" - "From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "From: Thierry Reding <treding@nvidia.com>\n" "Date: Wed, 20 May 2015 13:41:52 +0200\n" "Subject: [PATCH] fbcon: Avoid deleting a timer in IRQ context\n" "\n" @@ -136,11 +136,11 @@ "This commit fixes this by restoring the condition under which the call\n" "to fbcon_del_cursor_timer() happens.\n" "\n" - "Reported-by: Daniel Stone <daniel-rLtY4a/8tF1rovVCs/uTlw@public.gmane.org>\n" - "Reported-by: Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" - "Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" - "Tested-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>\n" - "Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "Reported-by: Daniel Stone <daniel@fooishbar.org>\n" + "Reported-by: Kevin Hilman <khilman@kernel.org>\n" + "Tested-by: Kevin Hilman <khilman@linaro.org>\n" + "Tested-by: Scot Doyle <lkml14@scotdoyle.com>\n" + "Signed-off-by: Thierry Reding <treding@nvidia.com>\n" "---\n" " drivers/video/console/fbcon.c | 5 +++--\n" " 1 file changed, 3 insertions(+), 2 deletions(-)\n" @@ -183,4 +183,4 @@ "=R53W\n" "-----END PGP SIGNATURE-----\n" -d53904b185cd3c7695a1cb3f412b0cb446a02e24f9b3e5cf7fe441102736db84 +55c9e4ad837cbc035775e9601b37a132828a379589ad41e30f0e263a7a3ca234
diff --git a/a/1.1.txt b/N2/1.1.txt index 7f094c2..d28c659 100644 --- a/a/1.1.txt +++ b/N2/1.1.txt @@ -2,15 +2,15 @@ On Tue, May 19, 2015 at 04:41:12PM -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-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 @@ -45,7 +45,7 @@ On Tue, May 19, 2015 at 04:41:12PM -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/1.2.txt b/N2/1.2.txt index 9985ea4..b2eb9a3 100644 --- a/a/1.2.txt +++ b/N2/1.2.txt @@ -1,5 +1,5 @@ From 4f2f70dbbe9de54c0da9b03a1f384e1464755eab Mon Sep 17 00:00:00 2001 -From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +From: Thierry Reding <treding@nvidia.com> Date: Wed, 20 May 2015 13:41:52 +0200 Subject: [PATCH] fbcon: Avoid deleting a timer in IRQ context @@ -37,11 +37,11 @@ unrelated error messages. This commit fixes this by restoring the condition under which the call to fbcon_del_cursor_timer() happens. -Reported-by: Daniel Stone <daniel-rLtY4a/8tF1rovVCs/uTlw@public.gmane.org> -Reported-by: Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org> -Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org> -Tested-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org> -Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org> +Reported-by: Daniel Stone <daniel@fooishbar.org> +Reported-by: Kevin Hilman <khilman@kernel.org> +Tested-by: Kevin Hilman <khilman@linaro.org> +Tested-by: Scot Doyle <lkml14@scotdoyle.com> +Signed-off-by: Thierry Reding <treding@nvidia.com> --- drivers/video/console/fbcon.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/a/content_digest b/N2/content_digest index 7ad6436..0a1dced 100644 --- a/a/content_digest +++ b/N2/content_digest @@ -8,42 +8,41 @@ "ref\0CAMAWPa88E2pfViKLXjxWHuT4ZkVhzYt_BsXGePzc-70ZrEmJFA@mail.gmail.com\0" "ref\020150519215228.GA27163@ulmo.nvidia.com\0" "ref\020150519234112.GA25218@kroah.com\0" - "ref\020150519234112.GA25218-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\0Wed, 20 May 2015 14:36:17 +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" "\02:1.1\0" "b\0" "On Tue, May 19, 2015 at 04:41:12PM -0700, Greg Kroah-Hartman wrote:\n" "> 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" @@ -78,7 +77,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" @@ -98,7 +97,7 @@ "fn\00001-fbcon-Avoid-deleting-a-timer-in-IRQ-context.patch\0" "b\0" "From 4f2f70dbbe9de54c0da9b03a1f384e1464755eab Mon Sep 17 00:00:00 2001\n" - "From: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "From: Thierry Reding <treding@nvidia.com>\n" "Date: Wed, 20 May 2015 13:41:52 +0200\n" "Subject: [PATCH] fbcon: Avoid deleting a timer in IRQ context\n" "\n" @@ -136,11 +135,11 @@ "This commit fixes this by restoring the condition under which the call\n" "to fbcon_del_cursor_timer() happens.\n" "\n" - "Reported-by: Daniel Stone <daniel-rLtY4a/8tF1rovVCs/uTlw@public.gmane.org>\n" - "Reported-by: Kevin Hilman <khilman-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>\n" - "Tested-by: Kevin Hilman <khilman-QSEj5FYQhm4dnm+yROfE0A@public.gmane.org>\n" - "Tested-by: Scot Doyle <lkml14-enLWO88E2pdl57MIdRCFDg@public.gmane.org>\n" - "Signed-off-by: Thierry Reding <treding-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>\n" + "Reported-by: Daniel Stone <daniel@fooishbar.org>\n" + "Reported-by: Kevin Hilman <khilman@kernel.org>\n" + "Tested-by: Kevin Hilman <khilman@linaro.org>\n" + "Tested-by: Scot Doyle <lkml14@scotdoyle.com>\n" + "Signed-off-by: Thierry Reding <treding@nvidia.com>\n" "---\n" " drivers/video/console/fbcon.c | 5 +++--\n" " 1 file changed, 3 insertions(+), 2 deletions(-)\n" @@ -183,4 +182,4 @@ "=R53W\n" "-----END PGP SIGNATURE-----\n" -d53904b185cd3c7695a1cb3f412b0cb446a02e24f9b3e5cf7fe441102736db84 +922fc74591b68a206e0105632c4ebdad075a2829f6761a25af9f8b0b80b3ba70
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.