linux/drivers/isdn
Jia-Ju Bai 93818da5ee mISDN: Fix a sleep-in-atomic bug
The driver may sleep under a read spin lock, and the function call path is:
send_socklist (acquire the lock by read_lock)
  skb_copy(GFP_KERNEL) --> may sleep

To fix it, the "GFP_KERNEL" is replaced with "GFP_ATOMIC".

Signed-off-by: Jia-Ju Bai <baijiaju1990@163.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-06-01 14:49:47 -04:00
..
capi
divert
gigaset
hardware Annotation of module parameters that specify device settings 2017-05-10 19:13:03 -07:00
hisax Annotation of module parameters that specify device settings 2017-05-10 19:13:03 -07:00
hysdn
i4l isdn: Fix a sleep-in-atomic bug 2017-05-31 14:38:10 -04:00
isdnloop
mISDN mISDN: Fix a sleep-in-atomic bug 2017-06-01 14:49:47 -04:00
Kconfig
Makefile