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
..
2012-02-21 09:04:01 -08:00
2015-08-07 13:58:05 +02:00
2017-03-24 12:33:42 -07:00
2012-04-26 03:10:45 -04:00
2012-04-26 03:10:45 -04:00
2017-03-24 12:33:42 -07:00
2008-07-27 01:54:58 +02:00
2013-12-02 14:54:57 +01:00
2017-03-24 12:33:42 -07:00
2012-02-21 09:04:01 -08:00
2012-05-04 11:55:39 -04:00
2012-02-21 09:04:01 -08:00
2012-02-21 09:04:01 -08:00
2017-06-01 14:49:47 -04:00
2012-11-30 12:10:57 -05:00