aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mpls/af_mpls.c
diff options
context:
space:
mode:
authorJia-Ju Bai <baijiaju1990@163.com>2017-05-31 09:40:11 +0800
committerDavid S. Miller <davem@davemloft.net>2017-05-31 14:38:10 -0400
commite8f4ae85439f34bec3b0ab69223a41809dab28c9 (patch)
tree06a335def58c9f7583e4ea9c45005abbdbf97e83 /net/mpls/af_mpls.c
parentnet: freescale: fix potential null pointer dereference (diff)
downloadwireguard-linux-e8f4ae85439f34bec3b0ab69223a41809dab28c9.tar.xz
wireguard-linux-e8f4ae85439f34bec3b0ab69223a41809dab28c9.zip
isdn: Fix a sleep-in-atomic bug
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>
Diffstat (limited to 'net/mpls/af_mpls.c')
0 files changed, 0 insertions, 0 deletions