linux/drivers/staging/r8188eu
Michael Straube 55cdf7d7b2 staging: r8188eu: use GFP_ATOMIC under spinlock
kmalloc() in function update_bcn_wps_ie() is called under a spinlock
so the allocation have to be atomic.

-> update_beacon() <- takes a spinlock
   -> update_bcn_vendor_spec_ie()
      -> update_bcn_wps_ie()

Fixes: 79f712ea99 ("staging: r8188eu: Remove wrappers for kalloc() and kzalloc()")
Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210819152914.17482-1-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2021-08-26 10:40:27 +02:00
..
core staging: r8188eu: use GFP_ATOMIC under spinlock 2021-08-26 10:40:27 +02:00
hal staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc calls 2021-08-19 07:42:57 +02:00
include staging: r8188eu: remove rtw_update_mem_stat macro and associated flags 2021-08-19 07:42:57 +02:00
os_dep staging: r8188eu: remove function _rtw_zvmalloc 2021-08-19 07:42:57 +02:00
Kconfig staging: r8188eu: use proper way to build a module 2021-08-12 10:23:02 +02:00
Makefile staging: r8188eu: remove CONFIG_USB_HCI from Makefile 2021-08-12 10:23:02 +02:00