diff options
| author | Christophe JAILLET <[email protected]> | 2020-08-13 19:34:58 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2020-08-18 16:07:17 +0200 |
| commit | acac75bb451fd39344eb54fad6602dfc9482e970 (patch) | |
| tree | eef018d4593f00060e1931be0b7c65a45c1a8b79 /tools/perf/scripts/python/event_analyzing_sample.py | |
| parent | 4d7dc178ab19f2de50c2eb7c33e4e5d703cdb9e6 (diff) | |
staging: rtl8192u: Do not use GFP_KERNEL in atomic context
'rtl8192_irq_rx_tasklet()' is a tasklet initialized in
'rtl8192_init_priv_task()'.
>From this function it is possible to allocate some memory with the
GFP_KERNEL flag, which is not allowed in the atomic context of a tasklet.
Use GFP_ATOMIC instead.
The call chain is:
rtl8192_irq_rx_tasklet (in r8192U_core.c)
--> rtl8192_rx_nomal (in r8192U_core.c)
--> ieee80211_rx (in ieee80211/ieee80211_rx.c)
--> RxReorderIndicatePacket (in ieee80211/ieee80211_rx.c)
Fixes: 79a5ccd97209 ("staging: rtl8192u: fix large frame size compiler warning")
Signed-off-by: Christophe JAILLET <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions