From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fengguang Wu Date: Sun, 24 Jun 2012 05:21:38 +0000 Subject: boot hang on CONFIG_FB_VGA16 Message-Id: <20120624052138.GA6965@localhost> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: "Antonino A. Daplas" Cc: Florian Tobias Schandinat , linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org Hi, I can reproduce this easily when running CONFIG_FB_VGA16=y kernels inside KVM. Older kernels like 3.2, 3.3, 3.4 don't have these warning messages, but just randomly hang during boot. I'm not sure if this is a relevant problem, but anyway, here is the bug report. INFO: rcu_sched self-detected stall on CPU { 1} (t003 jiffies) Pid: 8, comm: kworker/1:0 Not tainted 3.5.0-rc3-wl+ #11 Call Trace: [] __rcu_pending+0xc2/0x3c3 [] ? tick_nohz_handler+0xd5/0xd5 [] rcu_check_callbacks+0x9d/0x149 [] ? sched_clock_cpu+0xbb/0xcc [] update_process_times+0x3e/0x72 [] tick_sched_timer+0x6c/0x95 [] ? local_clock+0xf/0x3c [] __run_hrtimer+0xcf/0x1d1 [] hrtimer_interrupt+0xc6/0x191 [] smp_apic_timer_interrupt+0x86/0x99 [] apic_timer_interrupt+0x6c/0x80 [] ? console_unlock+0x21b/0x2c5 [] ? update_attr.isra.1+0x8a/0x8a [] fb_flashcursor+0x114/0x123 [] process_one_work+0x238/0x45c [] ? process_one_work+0x19b/0x45c [] ? get_color+0xfd/0xfd [] process_scheduled_works+0x21/0x2f [] worker_thread+0x179/0x240 Thanks, Fengguang