Files
linux/drivers
Tilman Schmidt 907ca374f8 isdn: avoid calling tty_ldisc_flush() in atomic context
commit bc10f96757 upstream.

Remove the call to tty_ldisc_flush() from the RESULT_NO_CARRIER
branch of isdn_tty_modem_result(), as already proposed in commit
00409bb045.
This avoids a "sleeping function called from invalid context" BUG
when the hardware driver calls the statcallb() callback with
command==ISDN_STAT_DHUP in atomic context, which in turn calls
isdn_tty_modem_result(RESULT_NO_CARRIER, ~), and from there,
tty_ldisc_flush() which may sleep.

Signed-off-by: Tilman Schmidt <tilman@imap.cc>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-03-23 13:16:55 -07:00
..
2011-01-07 14:43:17 -08:00
2011-01-07 14:43:06 -08:00
2009-10-15 09:58:27 -06:00
2009-11-12 07:26:01 -08:00
2011-02-17 15:37:00 -08:00
2011-03-14 14:29:53 -07:00
2011-02-17 15:37:03 -08:00
2010-05-12 14:57:15 -07:00