Re: [PATCH 2/2] fbcon: use the cursor blink interval provided by vt
From: Andrey Wagin <hidden>
Date: 2015-05-27 05:57:55
Also in:
linux-api, linux-fbdev, linux-man
From: Andrey Wagin <hidden>
Date: 2015-05-27 05:57:55
Also in:
linux-api, linux-fbdev, linux-man
2015-02-27 22:15 GMT+03:00 Scot Doyle [off-list ref]:
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().
I regularly execute criu tests on linux-next. For this, I use virtual machine from the digitalocean clould. The current version of linux-next hangs after a few seconds. I use git bisect to find the commit where the problem is appeaed. And it looks like the problem is in this patch. When the kernel hangs, it doesn't report anything on the screen and there is nothing suspicious in logs after reboot. I will try to reproduce the problem in my local enviroment to get more information. There is my config file: https://github.com/avagin/criu-jenkins-digitalocean/blob/d95d9e30a7da8755c47b290630bac7ee1fe7132d/jenkins-scripts/config Thanks, Andrew