lkml.org 
[lkml]   [2000]   [Sep]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject2.4.x vgacon causes SMP deadlock
Date
Resend, no response to first mail.

2.4.0-test9-pre5, although this has existed since at least 2.4.0-test1.
VT console on vga. printk -> vt_console_print -> hide_cursor ->
vgacons_cursor -> write_vga -> cli -> __global_cli -> get_irqlock ->
wait_on_irq -> show -> printk -> SMP deadlock!

I hit this on an SMP box, one cpu was dead and inside an interrupt.
The other cpu tried to print to the console, ran down that chain, timed
out in wait_on_irq and tried to print. It was big red button time.

Not only is this path *slow* but it introduces a nasty deadlock
condition into printk. We cannot rely on printk to get diagnostics for
SMP hangs.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:39    [W:0.037 / U:0.100 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site