diff options
author | Jia-Ju Bai <baijiaju1990@163.com> | 2017-05-31 01:40:11 (GMT) |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-08-07 01:59:42 (GMT) |
commit | b756862459d2b8a977538e5f61345e3633c51d0f (patch) | |
tree | e7a3a25ee12541d0cfb9852f532202b2f9a91715 /samples/pktgen/pktgen_sample01_simple.sh | |
parent | 6c78197e4a69c19e61dfe904fdc661b2aee8ec20 (diff) | |
download | linux-b756862459d2b8a977538e5f61345e3633c51d0f.tar.xz |
isdn: Fix a sleep-in-atomic bug
commit e8f4ae85439f34bec3b0ab69223a41809dab28c9 upstream.
The driver may sleep under a spin lock, the function call path is:
isdn_ppp_mp_receive (acquire the lock)
isdn_ppp_mp_reassembly
isdn_ppp_push_higher
isdn_ppp_decompress
isdn_ppp_ccp_reset_trans
isdn_ppp_ccp_reset_alloc_state
kzalloc(GFP_KERNEL) --> may sleep
To fixed 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>
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'samples/pktgen/pktgen_sample01_simple.sh')
0 files changed, 0 insertions, 0 deletions