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: | kernel | Assignee: | 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.8 | CC: | 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 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: