diff options
author | Michael Straube <straube.linux@gmail.com> | 2021-08-19 17:29:14 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2021-08-26 10:40:27 +0200 |
commit | 55cdf7d7b2a187d0c2bcf11ed70e2eeb192713da (patch) | |
tree | 7273023b6ebf64d08ce4d9870af28bcb6e5fa400 /lib/.gitignore | |
parent | 89b9f3f39a088a7a0f833621dc62acb201a37ac5 (diff) |
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: 79f712ea994de ("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>
Diffstat (limited to 'lib/.gitignore')
0 files changed, 0 insertions, 0 deletions