]> git.baikalelectronics.ru Git - kernel.git/commit
net: allow __skb_ext_alloc to sleep
authorFlorian Westphal <fw@strlen.de>
Sat, 16 May 2020 08:46:23 +0000 (10:46 +0200)
committerDavid S. Miller <davem@davemloft.net>
Sun, 17 May 2020 19:35:34 +0000 (12:35 -0700)
commit1f490550cf90413406ce37ef4545901c44e56a6b
tree11c8520bff5181c4954df61a7082f12f441f0867
parent7e6ff1fec4b3c7d379ab11de4fdab1fe3f323b19
net: allow __skb_ext_alloc to sleep

mptcp calls this from the transmit side, from process context.
Allow a sleeping allocation instead of unconditional GFP_ATOMIC.

Acked-by: Paolo Abeni <pabeni@redhat.com>
Signed-off-by: Florian Westphal <fw@strlen.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/skbuff.h
net/core/skbuff.c
net/mptcp/protocol.c