Papadomitsos Panagiotis wrote:
Now before 2.6.0-test7-bk1 (that means up to 2.6.0-test6) I had this error
message popping in my syslog file (and tty) whenever there was data
transmission over my ppp (pppd 2.4.1) dial-up connection (resulting in a
very big /var/log/syslog file around 20 mb! and a very slow connection and a
very unresponsive system)(I had no problems at all on 2.4.22-ac4) :

Badness in local_bh_enable at kernel/softirq.c:121 Call Trace:
[<c01220ec>] local_bh_enable+0x8c/0x90
[<c02a4852>] ppp_asynctty_receive+0x62/0xb0
[<c026df27>] flush_to_ldisc+0xa7/0x120
[<c02fadcf>] acm_read_bulk+0xbf/0x140
[<c02eb6f9>] usb_hcd_giveback_urb+0x29/0x50
[<c02f9a1c>] dl_done_list+0x11c/0x130
[<c02fa41f>] ohci_irq+0xef/0x160
[<c02eb756>] usb_hcd_irq+0x36/0x60
[<c010b62a>] handle_IRQ_event+0x3a/0x70
[<c010b9b7>] do_IRQ+0x97/0x140

That "badness" is that the TTY code is calling local_bh_enable() in an IRQ handler context ... which it shouldn't be doing.






------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to