aboutsummaryrefslogtreecommitdiff
path: root/include/linux/debugobjects.h
diff options
context:
space:
mode:
authorLarry Finger <[email protected]>2012-03-02 15:23:36 -0600
committerJohn W. Linville <[email protected]>2012-03-05 15:53:49 -0500
commitebecdcc12fed5d3c81853dea61a0a78a5aefab52 (patch)
tree0a73dd36e34f8a11465447f2e8c9106e0fb296d6 /include/linux/debugobjects.h
parent8f526ab4aa1b145bda2baf56e223050c7ef3e1b0 (diff)
rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu
When driver rtl8192cu is used with the debug level set to 3 or greater, the result is "sleeping function called from invalid context" due to an rcu_read_lock() call in the DM refresh routine in driver rtl8192c. This lock is not necessary as the USB driver does not use the struct being protected, thus the lock is set only when a PCI interface is active. This bug is reported in https://bugzilla.kernel.org/show_bug.cgi?id=42775. Reported-by: Ronald Wahl <[email protected]> Tested-by: Ronald Wahl <[email protected]> Signed-off-by: Larry Finger <[email protected]> Cc: Stable <[email protected]> Cc: Ronald Wahl <[email protected]> Signed-off-by: John W. Linville <[email protected]>
Diffstat (limited to 'include/linux/debugobjects.h')
0 files changed, 0 insertions, 0 deletions