linux/drivers/net/wireless/rtlwifi
Larry Finger ebecdcc12f 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 <ronald.wahl@raritan.com>
Tested-by: Ronald Wahl <ronald.wahl@raritan.com>
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Cc: Stable <stable@vger.kernel.org>
Cc: Ronald Wahl <ronald.wahl@raritan.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2012-03-05 15:53:49 -05:00
..
rtl8192c rtlwifi: rtl8192c: Prevent sleeping from invalid context in rtl8192cu 2012-03-05 15:53:49 -05:00
rtl8192ce rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
rtl8192cu rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
rtl8192de rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements 2012-02-22 14:47:38 -05:00
rtl8192se rtlwifi: rtl8192se firmware load can overflow target buffer 2012-02-22 14:48:53 -05:00
base.c Correcting typos in rtlwifi/base.c 2012-02-22 14:48:49 -05:00
base.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
cam.c rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
cam.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
core.c rtlwifi: Remove extra debugging message accidentally left in 2012-02-06 14:53:09 -05:00
core.h rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
debug.c rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
debug.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
efuse.c rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
efuse.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
Kconfig rtlwifi: Fix breakage in debug functions when built as a module 2012-02-27 14:05:45 -05:00
Makefile rtlwifi: rtl8192de: Modify Kconfig and Makefile routines for new driver 2011-06-27 15:09:38 -04:00
pci.c rtlwifi: Modify rtl_pci_init to return 0 on success 2012-02-09 14:49:37 -05:00
pci.h rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
ps.c rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00
ps.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
rc.c rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
rc.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
regd.c rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
regd.h rtlwifi: Update copyright dates 2012-01-24 14:08:37 -05:00
usb.c rtlwifi: Remove extraneous value return 2012-03-05 15:53:47 -05:00
usb.h rtlwifi: Move pr_fmt macros to a single location 2012-01-30 15:48:23 -05:00
wifi.h rtlwifi: Convert to asynchronous firmware load 2012-01-30 15:48:50 -05:00