Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 4 product line. The current stable release is 4.9. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 549494

Summary: Kernel reports: Badness in local_bh_enable at kernel/softirq.c:141
Product: Red Hat Enterprise Linux 4 Reporter: Marc Milgram <mmilgram>
Component: kernelAssignee: Red Hat Kernel Manager <kernel-mgr>
Status: CLOSED WONTFIX QA Contact: Red Hat Kernel QE team <kernel-qe>
Severity: medium Docs Contact:
Priority: low    
Version: 4.8CC: dhoward, jwest, pbunyan
Target Milestone: rc   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-06-14 20:10:55 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marc Milgram 2009-12-21 20:26:36 UTC
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: