net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs
authorJakub Kicinski <kuba@kernel.org>
Fri, 2 Aug 2024 00:19:56 +0000 (17:19 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 5 Aug 2024 11:28:11 +0000 (12:28 +0100)
commitc89cca307b20917da739567a255a68a0798ee129
tree1e3af169a144e09d19520d506a8c67333c286394
parent3608d6aca5e793958462e6e01a8cdb6c6e8088d0
net: skbuff: sprinkle more __GFP_NOWARN on ingress allocs

build_skb() and frag allocations done with GFP_ATOMIC will
fail in real life, when system is under memory pressure,
and there's nothing we can do about that. So no point
printing warnings.

Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c