summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTilman Schmidt <tilman@imap.cc>2010-07-05 14:18:27 +0000
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-21 12:45:53 -0700
commit99b0ee6c642cc2d03fc38dab8e64ae6ef468d3fe (patch)
tree7b3cebd501d845716908e7c82ac4273998f05c1e /Makefile
parentb8f5defbad63b47b8a43e4e6cc6089b93049f87f (diff)
isdn: avoid calling tty_ldisc_flush() in atomic context
commit bc10f96757bd6ab3721510df8defa8f21c32f974 upstream. Remove the call to tty_ldisc_flush() from the RESULT_NO_CARRIER branch of isdn_tty_modem_result(), as already proposed in commit 00409bb045887ec5e7b9e351bc080c38ab6bfd33. 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>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions