Description of problem: When running a SysRq-t, there are several messages along the line of kernel: Badness in local_bh_enable at kernel/softirq.c:141 Version-Release number of selected component (if applicable): How reproducible: Every time Steps to Reproduce: 1. configure a machine with netconsole running over a bonded interface 2. start a transfering a large file _away_ from the machine over scp 3. run for i in seq 100;do echo t > /proc/sysrq-trigger sleep 5 done Actual results: In syslog, the following message will appear: kernel: Badness in local_bh_enable at kernel/softirq.c:141 Expected results: No error messages Additional info: