Bug 889425
| Summary: | enable CONFIG_RTLWIFI_DEBUG in debug kernels | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | johnny.westerlund |
| Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | gansalmon, itamar, johnny.westerlund, jonathan, kernel-maint, larry.finger, madhu.chinakonda |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-05-10 15:08:15 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
johnny.westerlund
2012-12-21 07:50:52 UTC
From what I can tell, the module debug options depend on CONFIG_RTLWIFI_DEBUG being set. We don't have that option set for release kernels. We could look at enabling it for debug kernels though. Ahh, that explains alot. We'll i'd like to be able to debug modules for trying to assist in submitting bug reports. And i know i've done it before for on fedora 16 for example. I'm guessing for now i need to build my own kernel for debugging this? /J Moving this to rawhide for now. Need to make sure enabling the debug option doesn't cripple the driver's performance before we turn it on. That option will not harm the performance. With the normal debug level of 0, only the emergency messages will be output, and there is only a little code executed when the various trace macros do not result in output. The driver is larger with debugging enabled, but the main effect is that the debugging level can be changed when the module is loaded. This bug appears to have been reported against 'rawhide' during the Fedora 19 development cycle. Changing version to '19'. (As we did not run this process for some time, it could affect also pre-Fedora 19 development cycle bugs. We are very sorry. It will help us with cleanup during Fedora 19 End Of Life. Thank you.) More information and reason for this action is here: https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora19 Finally done in rawhide. |