linux_dsm_epyc7002/drivers/net/wireless/realtek/rtlwifi
Wei Yongjun e496561473 rtlwifi: Use dev_kfree_skb_irq instead of kfree_skb
It is not allowed to call kfree_skb() from hardware interrupt
context or with interrupts being disabled, spin_lock_irqsave()
make sure always in irq disable context. So the kfree_skb()
should be replaced with dev_kfree_skb_irq().

This is detected by Coccinelle semantic patch.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2016-11-17 08:48:33 +02:00
..
btcoexist rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
rtl8188ee rtlwifi: rtl8188ee: Remove address of Free Software Foundation 2016-11-17 08:41:50 +02:00
rtl8192c rtlwifi: rtl8192c: Remove address of Free Software Foundation 2016-11-17 08:41:50 +02:00
rtl8192ce rtlwifi: rtl8192ce: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
rtl8192cu rtlwifi: rtl8192cu: Remove address of Free Software Foundation 2016-11-17 08:41:48 +02:00
rtl8192de rtlwifi: rtl8192de: Remove address of Free Software Foundation 2016-11-17 08:41:46 +02:00
rtl8192ee rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines 2016-09-27 18:46:03 +03:00
rtl8192se rtlwifi: rtl8192se: Remove address of Free Software Foundation 2016-11-17 08:41:47 +02:00
rtl8723ae rtlwifi: rtl8723ae: Remove address of Free Software Foundation 2016-11-17 08:41:49 +02:00
rtl8723be rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines 2016-09-27 18:46:03 +03:00
rtl8723com rtlwifi: Delete unnecessary checks before the function call "kfree_skb" 2015-11-26 14:55:27 +02:00
rtl8821ae rtlwifi: Add switch variable to 'switch case not processed' messages 2016-09-27 18:44:19 +03:00
base.c rtlwifi: Fix logic error in enter/exit power-save mode 2016-05-11 21:44:07 +03:00
base.h
cam.c
cam.h
core.c rtlwifi: Use dev_kfree_skb_irq instead of kfree_skb 2016-11-17 08:48:33 +02:00
core.h
debug.c rtlwifi: Create _rtl_dbg_trace function to reduce RT_TRACE code size 2016-07-08 12:55:09 +03:00
debug.h rtlwifi: Create _rtl_dbg_trace function to reduce RT_TRACE code size 2016-07-08 12:55:09 +03:00
efuse.c rtlwifi: Create common routine to get hardware info 2016-07-08 16:50:00 +03:00
efuse.h rtlwifi: Create common routine to get hardware info 2016-07-08 16:50:00 +03:00
Kconfig
Makefile
pci.c rtlwifi: Remove address of Free Software Foundation 2016-11-17 08:41:51 +02:00
pci.h rtlwifi: Remove address of Free Software Foundation 2016-11-17 08:41:51 +02:00
ps.c rtlwifi: Add switch variable to 'switch case not processed' messages 2016-09-27 18:44:19 +03:00
ps.h rtlwifi: Remove unused parameter from rtl_ps_set_rf_state() 2016-07-05 17:31:41 +03:00
pwrseqcmd.h
rc.c rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
rc.h
regd.c rtlwifi: Fix missing country code for Great Britain 2016-09-03 20:00:25 +03:00
regd.h
stats.c rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
stats.h rtlwifi: use s8 instead of char 2016-06-29 18:48:15 +03:00
usb.c rtlwifi: Remove address of Free Software Foundation 2016-11-17 08:41:51 +02:00
usb.h rtlwifi: Remove address of Free Software Foundation 2016-11-17 08:41:51 +02:00
wifi.h rtlwifi: Add explicit values to hw_variables enum 2016-09-27 18:46:03 +03:00