Re: [PATCH] fbcon: Avoid deleting a timer in IRQ context

2015-05-27 Thread Thierry Reding
On Thu, May 21, 2015 at 09:58:03AM +0200, Thierry Reding wrote: > From: Thierry Reding > > Commit 27a4c827c34a ("fbcon: use the cursor blink interval provided by > vt") unconditionally removes the cursor blink timer. Unfortunately that > wreaks havoc under some circumstances. An easily reproducib

Re: [PATCH] fbcon: Avoid deleting a timer in IRQ context

2015-05-27 Thread Tomeu Vizoso
On 27 May 2015 at 13:19, Andrey Wagin wrote: > 2015-05-21 10:58 GMT+03:00 Thierry Reding : >> From: Thierry Reding >> >> Commit 27a4c827c34a ("fbcon: use the cursor blink interval provided by >> vt") unconditionally removes the cursor blink timer. Unfortunately that >> wreaks havoc under some cir

Re: [PATCH] fbcon: Avoid deleting a timer in IRQ context

2015-05-27 Thread Andrey Wagin
2015-05-21 10:58 GMT+03:00 Thierry Reding : > From: Thierry Reding > > Commit 27a4c827c34a ("fbcon: use the cursor blink interval provided by > vt") unconditionally removes the cursor blink timer. Unfortunately that > wreaks havoc under some circumstances. An easily reproducible way is to > use bo

[PATCH] fbcon: Avoid deleting a timer in IRQ context

2015-05-21 Thread Thierry Reding
From: Thierry Reding Commit 27a4c827c34a ("fbcon: use the cursor blink interval provided by vt") unconditionally removes the cursor blink timer. Unfortunately that wreaks havoc under some circumstances. An easily reproducible way is to use both the framebuffer console and a debug serial port as t