Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 688180 Details for
Bug 903881
[abrt]: BUG: scheduling while atomic: kworker/u:0/3171/0x10000100
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Test patch for this oops
rtlwifi_test_brc903881 (text/plain), 1.03 KB, created by
Larry Finger
on 2013-01-26 22:36:16 UTC
(
hide
)
Description:
Test patch for this oops
Filename:
MIME Type:
Creator:
Larry Finger
Created:
2013-01-26 22:36:16 UTC
Size:
1.03 KB
patch
obsolete
>Index: wireless-testing-new/drivers/net/wireless/rtlwifi/base.c >=================================================================== >--- wireless-testing-new.orig/drivers/net/wireless/rtlwifi/base.c >+++ wireless-testing-new/drivers/net/wireless/rtlwifi/base.c >@@ -1004,7 +1004,8 @@ u8 rtl_is_special_data(struct ieee80211_ > is_tx ? "Tx" : "Rx"); > > if (is_tx) { >- rtl_lps_leave(hw); >+ schedule_work(&rtlpriv-> >+ works.lps_leave_work); > ppsc->last_delaylps_stamp_jiffies = > jiffies; > } >@@ -1014,7 +1015,7 @@ u8 rtl_is_special_data(struct ieee80211_ > } > } else if (ETH_P_ARP == ether_type) { > if (is_tx) { >- rtl_lps_leave(hw); >+ schedule_work(&rtlpriv->works.lps_leave_work); > ppsc->last_delaylps_stamp_jiffies = jiffies; > } > >@@ -1024,7 +1025,7 @@ u8 rtl_is_special_data(struct ieee80211_ > "802.1X %s EAPOL pkt!!\n", is_tx ? "Tx" : "Rx"); > > if (is_tx) { >- rtl_lps_leave(hw); >+ schedule_work(&rtlpriv->works.lps_leave_work); > ppsc->last_delaylps_stamp_jiffies = jiffies; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 903881
: 688180