mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
07246c1158
The bug was triggered when do suspend/resuming continuously on Dell XPS L322X/0PJHXN version 9333 (2013) with kernel 4.12.0-041200rc4-generic. But can't reproduce on DELL E5440 + AR9300 PCIE chips. The warning is caused by accessing invalid pointer sc->rng_task. sc->rng_task is not be cleared after kthread_stop(sc->rng_task) be called in ath9k_rng_stop(). Because the kthread is stopped before ath9k_rng_kthread() be scheduled. So set sc->rng_task to null after kthread_stop(sc->rng_task) to resolve this issue. WARNING: CPU: 0 PID: 984 at linux/kernel/kthread.c:71 kthread_stop+0xf1/0x100 CPU: 0 PID: 984 Comm: NetworkManager Not tainted 4.12.0-041200rc4-generic #201706042031 Hardware name: Dell Inc. Dell System XPS L322X/0PJHXN, BIOS A09 05/15/2013 task: ffff950170fdda00 task.stack: ffffa22c01538000 RIP: 0010:kthread_stop+0xf1/0x100 RSP: 0018:ffffa22c0153b5b0 EFLAGS: 00010246 RAX: ffffffffa6257800 RBX: ffff950171b79560 RCX: 0000000000000000 RDX: 0000000080000000 RSI: 000000007fffffff RDI: ffff9500ac9a9680 RBP: ffffa22c0153b5c8 R08: 0000000000000000 R09: 0000000000000000 R10: ffffa22c0153b648 R11: ffff9501768004b8 R12: ffff9500ac9a9680 R13: ffff950171b79f70 R14: ffff950171b78780 R15: ffff9501749dc018 FS: 00007f0d6bfd5540(0000) GS:ffff95017f200000(0000) knlGS:0000000000000000 CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033 CR2: 00007fc190161a08 CR3: 0000000232906000 CR4: 00000000001406f0 Call Trace: ath9k_rng_stop+0x1a/0x20 [ath9k] ath9k_stop+0x3b/0x1d0 [ath9k] drv_stop+0x33/0xf0 [mac80211] ieee80211_stop_device+0x43/0x50 [mac80211] ieee80211_do_stop+0x4f2/0x810 [mac80211] Bugzilla: https://bugzilla.kernel.org/show_bug.cgi?id=196043 Reported-by: Giulio Genovese <giulio.genovese@gmail.com> Tested-by: Giulio Genovese <giulio.genovese@gmail.com> Cc: <stable@vger.kernel.org> Signed-off-by: Miaoqing Pan <miaoqing@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com> |
||
---|---|---|
.. | ||
ahb.c | ||
ani.c | ||
ani.h | ||
antenna.c | ||
ar953x_initvals.h | ||
ar955x_1p0_initvals.h | ||
ar956x_initvals.h | ||
ar5008_initvals.h | ||
ar5008_phy.c | ||
ar9001_initvals.h | ||
ar9002_calib.c | ||
ar9002_hw.c | ||
ar9002_initvals.h | ||
ar9002_mac.c | ||
ar9002_phy.c | ||
ar9002_phy.h | ||
ar9003_2p2_initvals.h | ||
ar9003_aic.c | ||
ar9003_aic.h | ||
ar9003_buffalo_initvals.h | ||
ar9003_calib.c | ||
ar9003_eeprom.c | ||
ar9003_eeprom.h | ||
ar9003_hw.c | ||
ar9003_mac.c | ||
ar9003_mac.h | ||
ar9003_mci.c | ||
ar9003_mci.h | ||
ar9003_paprd.c | ||
ar9003_phy.c | ||
ar9003_phy.h | ||
ar9003_rtt.c | ||
ar9003_rtt.h | ||
ar9003_wow.c | ||
ar9330_1p1_initvals.h | ||
ar9330_1p2_initvals.h | ||
ar9340_initvals.h | ||
ar9462_2p0_initvals.h | ||
ar9462_2p1_initvals.h | ||
ar9485_initvals.h | ||
ar9565_1p0_initvals.h | ||
ar9565_1p1_initvals.h | ||
ar9580_1p0_initvals.h | ||
ath9k.h | ||
beacon.c | ||
btcoex.c | ||
btcoex.h | ||
calib.c | ||
calib.h | ||
channel.c | ||
common-beacon.c | ||
common-beacon.h | ||
common-debug.c | ||
common-debug.h | ||
common-init.c | ||
common-init.h | ||
common-spectral.c | ||
common-spectral.h | ||
common.c | ||
common.h | ||
debug_sta.c | ||
debug.c | ||
debug.h | ||
dfs_debug.c | ||
dfs_debug.h | ||
dfs.c | ||
dfs.h | ||
dynack.c | ||
dynack.h | ||
eeprom_4k.c | ||
eeprom_9287.c | ||
eeprom_def.c | ||
eeprom.c | ||
eeprom.h | ||
gpio.c | ||
hif_usb.c | ||
hif_usb.h | ||
htc_drv_beacon.c | ||
htc_drv_debug.c | ||
htc_drv_gpio.c | ||
htc_drv_init.c | ||
htc_drv_main.c | ||
htc_drv_txrx.c | ||
htc_hst.c | ||
htc_hst.h | ||
htc.h | ||
hw-ops.h | ||
hw.c | ||
hw.h | ||
init.c | ||
Kconfig | ||
link.c | ||
mac.c | ||
mac.h | ||
main.c | ||
Makefile | ||
mci.c | ||
mci.h | ||
pci.c | ||
phy.h | ||
recv.c | ||
reg_aic.h | ||
reg_mci.h | ||
reg_wow.h | ||
reg.h | ||
rng.c | ||
tx99.c | ||
wmi.c | ||
wmi.h | ||
wow.c | ||
xmit.c |