public inbox for netdev@vger.kernel.org 
 help / color / mirror / Atom feed
From: patchwork-bot+netdevbpf@kernel•org
To: Pablo Neira Ayuso <pablo@netfilter•org>
Cc: netfilter-devel@vger•kernel.org, davem@davemloft•net,
	netdev@vger•kernel.org, kuba@kernel•org
Subject: Re: [PATCH net-next 01/32] netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instance
Date: Mon, 10 Jan 2022 00:30:16 +0000	[thread overview]
Message-ID: <164177461648.5269.3129860481078933201.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20220109231640.104123-2-pablo@netfilter.org>

Hello:

This series was applied to netdev/net-next.git (master)
by Pablo Neira Ayuso <pablo@netfilter•org>:

On Mon, 10 Jan 2022 00:16:09 +0100 you wrote:
> From: Eric Dumazet <edumazet@google•com>
> 
> If compiled with CONFIG_NET_NS_REFCNT_TRACKER=y,
> using put_net_track() in nfulnl_instance_free_rcu()
> and get_net_track() in instance_create()
> might help us finding netns refcount imbalances.
> 
> [...]

Here is the summary with links:
  - [net-next,01/32] netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instance
    https://git.kernel.org/netdev/net-next/c/a9382d9389a0
  - [net-next,02/32] netfilter: nf_nat_masquerade: add netns refcount tracker to masq_dev_work
    https://git.kernel.org/netdev/net-next/c/fc0d026a2fad
  - [net-next,03/32] netfilter: nf_tables: remove rcu read-size lock
    https://git.kernel.org/netdev/net-next/c/0d1873a52289
  - [net-next,04/32] netfilter: nft_payload: WARN_ON_ONCE instead of BUG
    https://git.kernel.org/netdev/net-next/c/8801d791b487
  - [net-next,05/32] netfilter: nf_tables: consolidate rule verdict trace call
    https://git.kernel.org/netdev/net-next/c/4765473fefd4
  - [net-next,06/32] netfilter: nf_tables: replace WARN_ON by WARN_ON_ONCE for unknown verdicts
    https://git.kernel.org/netdev/net-next/c/690d541739a3
  - [net-next,07/32] netfilter: nf_tables: make counter support built-in
    https://git.kernel.org/netdev/net-next/c/023223dfbfb3
  - [net-next,08/32] netfilter: conntrack: tag conntracks picked up in local out hook
    https://git.kernel.org/netdev/net-next/c/4a6fbdd801e8
  - [net-next,09/32] netfilter: nat: force port remap to prevent shadowing well-known ports
    https://git.kernel.org/netdev/net-next/c/878aed8db324
  - [net-next,10/32] netfilter: flowtable: remove ipv4/ipv6 modules
    https://git.kernel.org/netdev/net-next/c/c42ba4290b21
  - [net-next,11/32] netfilter: nft_set_pipapo_avx2: remove redundant pointer lt
    https://git.kernel.org/netdev/net-next/c/2b71e2c7b56c
  - [net-next,12/32] netfilter: conntrack: Use max() instead of doing it manually
    https://git.kernel.org/netdev/net-next/c/613a0c67d12f
  - [net-next,13/32] netfilter: conntrack: convert to refcount_t api
    https://git.kernel.org/netdev/net-next/c/719774377622
  - [net-next,14/32] netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook
    https://git.kernel.org/netdev/net-next/c/3fce16493dc1
  - [net-next,15/32] netfilter: make function op structures const
    https://git.kernel.org/netdev/net-next/c/285c8a7a5815
  - [net-next,16/32] netfilter: conntrack: avoid useless indirection during conntrack destruction
    https://git.kernel.org/netdev/net-next/c/6ae7989c9af0
  - [net-next,17/32] net: prefer nf_ct_put instead of nf_conntrack_put
    https://git.kernel.org/netdev/net-next/c/408bdcfce8df
  - [net-next,18/32] netfilter: egress: avoid a lockdep splat
    https://git.kernel.org/netdev/net-next/c/6316136ec6e3
  - [net-next,19/32] netfilter: nft_connlimit: move stateful fields out of expression data
    https://git.kernel.org/netdev/net-next/c/37f319f37d90
  - [net-next,20/32] netfilter: nft_last: move stateful fields out of expression data
    https://git.kernel.org/netdev/net-next/c/33a24de37e81
  - [net-next,21/32] netfilter: nft_quota: move stateful fields out of expression data
    https://git.kernel.org/netdev/net-next/c/ed0a0c60f0e5
  - [net-next,22/32] netfilter: nft_numgen: move stateful fields out of expression data
    https://git.kernel.org/netdev/net-next/c/567882eb3d44
  - [net-next,23/32] netfilter: nft_limit: rename stateful structure
    https://git.kernel.org/netdev/net-next/c/369b6cb5d391
  - [net-next,24/32] netfilter: nft_limit: move stateful fields out of expression data
    https://git.kernel.org/netdev/net-next/c/3b9e2ea6c11b
  - [net-next,25/32] netfilter: nf_tables: add rule blob layout
    https://git.kernel.org/netdev/net-next/c/2c865a8a28a1
  - [net-next,26/32] netfilter: nf_tables: add NFT_REG32_NUM
    https://git.kernel.org/netdev/net-next/c/642c8eff5c60
  - [net-next,27/32] netfilter: nf_tables: add register tracking infrastructure
    https://git.kernel.org/netdev/net-next/c/12e4ecfa244b
  - [net-next,28/32] netfilter: nft_payload: track register operations
    https://git.kernel.org/netdev/net-next/c/a7c176bf9f0e
  - [net-next,29/32] netfilter: nft_meta: track register operations
    https://git.kernel.org/netdev/net-next/c/9b17afb2c88b
  - [net-next,30/32] netfilter: nft_bitwise: track register operations
    https://git.kernel.org/netdev/net-next/c/be5650f8f47e
  - [net-next,31/32] netfilter: nft_payload: cancel register tracking after payload update
    https://git.kernel.org/netdev/net-next/c/cc003c7ee609
  - [net-next,32/32] netfilter: nft_meta: cancel register tracking after meta update
    https://git.kernel.org/netdev/net-next/c/4a80e026981b

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



  reply	other threads:[~2022-01-10  0:30 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-09 23:16 [PATCH net-next 00/32] Netfilter updates for net-next Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 01/32] netfilter: nfnetlink: add netns refcount tracker to struct nfulnl_instance Pablo Neira Ayuso
2022-01-10  0:30   ` patchwork-bot+netdevbpf [this message]
2022-01-09 23:16 ` [PATCH net-next 02/32] netfilter: nf_nat_masquerade: add netns refcount tracker to masq_dev_work Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 03/32] netfilter: nf_tables: remove rcu read-size lock Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 04/32] netfilter: nft_payload: WARN_ON_ONCE instead of BUG Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 05/32] netfilter: nf_tables: consolidate rule verdict trace call Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 06/32] netfilter: nf_tables: replace WARN_ON by WARN_ON_ONCE for unknown verdicts Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 07/32] netfilter: nf_tables: make counter support built-in Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 08/32] netfilter: conntrack: tag conntracks picked up in local out hook Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 09/32] netfilter: nat: force port remap to prevent shadowing well-known ports Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 10/32] netfilter: flowtable: remove ipv4/ipv6 modules Pablo Neira Ayuso
2022-01-11  9:01   ` Geert Uytterhoeven
2022-01-09 23:16 ` [PATCH net-next 11/32] netfilter: nft_set_pipapo_avx2: remove redundant pointer lt Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 12/32] netfilter: conntrack: Use max() instead of doing it manually Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 13/32] netfilter: conntrack: convert to refcount_t api Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 14/32] netfilter: core: move ip_ct_attach indirection to struct nf_ct_hook Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 15/32] netfilter: make function op structures const Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 16/32] netfilter: conntrack: avoid useless indirection during conntrack destruction Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 17/32] net: prefer nf_ct_put instead of nf_conntrack_put Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 18/32] netfilter: egress: avoid a lockdep splat Pablo Neira Ayuso
2022-02-28  2:13   ` Eric Dumazet
2022-02-28  2:32     ` Florian Westphal
2022-01-09 23:16 ` [PATCH net-next 19/32] netfilter: nft_connlimit: move stateful fields out of expression data Pablo Neira Ayuso
2022-01-10 18:20   ` Julian Wiedmann
2022-01-10 19:25     ` Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 20/32] netfilter: nft_last: " Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 21/32] netfilter: nft_quota: " Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 22/32] netfilter: nft_numgen: " Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 23/32] netfilter: nft_limit: rename stateful structure Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 24/32] netfilter: nft_limit: move stateful fields out of expression data Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 25/32] netfilter: nf_tables: add rule blob layout Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 26/32] netfilter: nf_tables: add NFT_REG32_NUM Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 27/32] netfilter: nf_tables: add register tracking infrastructure Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 28/32] netfilter: nft_payload: track register operations Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 29/32] netfilter: nft_meta: " Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 30/32] netfilter: nft_bitwise: " Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 31/32] netfilter: nft_payload: cancel register tracking after payload update Pablo Neira Ayuso
2022-01-09 23:16 ` [PATCH net-next 32/32] netfilter: nft_meta: cancel register tracking after meta update Pablo Neira Ayuso

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=164177461648.5269.3129860481078933201.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel$(echo .)org \
    --cc=davem@davemloft$(echo .)net \
    --cc=kuba@kernel$(echo .)org \
    --cc=netdev@vger$(echo .)kernel.org \
    --cc=netfilter-devel@vger$(echo .)kernel.org \
    --cc=pablo@netfilter$(echo .)org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox