memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation
authorVasily Averin <vvs@virtuozzo.com>
Mon, 19 Jul 2021 10:44:50 +0000 (13:44 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Jul 2021 13:00:38 +0000 (06:00 -0700)
commit1b51d8271973e4966078f0c1a5cb061ae9a424d2
tree151115de1857830b843f432a4511ddef9dfd58f7
parenta89893dd7b08fa85bcf643ca742ab388e001c08e
memcg: ipv6/sit: account and don't WARN on ip_tunnel_prl structs allocation

Author: Andrey Ryabinin <aryabinin@virtuozzo.com>

The size of the ip_tunnel_prl structs allocation is controllable from
user-space, thus it's better to avoid spam in dmesg if allocation failed.
Also add __GFP_ACCOUNT as this is a good candidate for per-memcg
accounting. Allocation is temporary and limited by 4GB.

Signed-off-by: Andrey Ryabinin <aryabinin@virtuozzo.com>
Signed-off-by: Vasily Averin <vvs@virtuozzo.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv6/sit.c