-
- Downloads
netfilter: nf_tables: missing objects with no memcg accounting
Several ruleset objects are still not using GFP_KERNEL_ACCOUNT for memory accounting, update them. This includes: - catchall elements - compat match large info area - log prefix - meta secctx - numgen counters - pipapo set backend datastructure - tunnel private objects Fixes: 33758c89 ("memcg: enable accounting for nft objects") Signed-off-by:Pablo Neira Ayuso <pablo@netfilter.org>
Showing
- net/netfilter/nf_tables_api.c 1 addition, 1 deletionnet/netfilter/nf_tables_api.c
- net/netfilter/nft_compat.c 3 additions, 3 deletionsnet/netfilter/nft_compat.c
- net/netfilter/nft_log.c 1 addition, 1 deletionnet/netfilter/nft_log.c
- net/netfilter/nft_meta.c 1 addition, 1 deletionnet/netfilter/nft_meta.c
- net/netfilter/nft_numgen.c 1 addition, 1 deletionnet/netfilter/nft_numgen.c
- net/netfilter/nft_set_pipapo.c 7 additions, 6 deletionsnet/netfilter/nft_set_pipapo.c
- net/netfilter/nft_tunnel.c 3 additions, 2 deletionsnet/netfilter/nft_tunnel.c
Loading
Please register or sign in to comment