All of lore.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, pabeni@redhat.com,
	edumazet@google.com
Subject: Re: [PATCH net-next 01/12] netfilter: nft_inner: fix IS_ERR() vs NULL check
Date: Mon, 12 Dec 2022 23:00:20 +0000	[thread overview]
Message-ID: <167088602097.14719.3291558869117710249.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20221211101204.1751-2-pablo@netfilter.org>

Hello:

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

On Sun, 11 Dec 2022 11:11:53 +0100 you wrote:
> From: Dan Carpenter <error27@gmail.com>
> 
> The __nft_expr_type_get() function returns NULL on error.  It never
> returns error pointers.
> 
> Fixes: 3a07327d10a0 ("netfilter: nft_inner: support for inner tunnel header matching")
> Signed-off-by: Dan Carpenter <error27@gmail.com>
> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
> 
> [...]

Here is the summary with links:
  - [net-next,01/12] netfilter: nft_inner: fix IS_ERR() vs NULL check
    https://git.kernel.org/netdev/net-next/c/98cbc40e4f7d
  - [net-next,02/12] netfilter: conntrack: add sctp DATA_SENT state
    https://git.kernel.org/netdev/net-next/c/bff3d0534804
  - [net-next,03/12] netfilter: conntrack: merge ipv4+ipv6 confirm functions
    https://git.kernel.org/netdev/net-next/c/a70e483460d5
  - [net-next,04/12] netfilter: ipset: Add support for new bitmask parameter
    https://git.kernel.org/netdev/net-next/c/e93745249505
  - [net-next,05/12] netfilter: conntrack: set icmpv6 redirects as RELATED
    https://git.kernel.org/netdev/net-next/c/7d7cfb48d813
  - [net-next,06/12] netfilter: flowtable: add a 'default' case to flowtable datapath
    https://git.kernel.org/netdev/net-next/c/895fa59647cd
  - [net-next,07/12] ipvs: add rcu protection to stats
    https://git.kernel.org/netdev/net-next/c/5df7d714d8cb
  - [net-next,08/12] ipvs: use common functions for stats allocation
    https://git.kernel.org/netdev/net-next/c/de39afb3d811
  - [net-next,09/12] ipvs: use u64_stats_t for the per-cpu counters
    https://git.kernel.org/netdev/net-next/c/1dbd8d9a82e3
  - [net-next,10/12] ipvs: use kthreads for stats estimation
    https://git.kernel.org/netdev/net-next/c/705dd3444081
  - [net-next,11/12] ipvs: add est_cpulist and est_nice sysctl vars
    https://git.kernel.org/netdev/net-next/c/f0be83d54217
  - [net-next,12/12] ipvs: run_estimation should control the kthread tasks
    https://git.kernel.org/netdev/net-next/c/144361c1949f

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



  reply	other threads:[~2022-12-12 23:00 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-11 10:11 [PATCH net-next 00/12] Netfilter/IPVS updates for net-next Pablo Neira Ayuso
2022-12-11 10:11 ` [PATCH net-next 01/12] netfilter: nft_inner: fix IS_ERR() vs NULL check Pablo Neira Ayuso
2022-12-12 23:00   ` patchwork-bot+netdevbpf [this message]
2022-12-11 10:11 ` [PATCH net-next 02/12] netfilter: conntrack: add sctp DATA_SENT state Pablo Neira Ayuso
2022-12-11 10:11 ` [PATCH net-next 03/12] netfilter: conntrack: merge ipv4+ipv6 confirm functions Pablo Neira Ayuso
2022-12-11 10:11 ` [PATCH net-next 04/12] netfilter: ipset: Add support for new bitmask parameter Pablo Neira Ayuso
2022-12-11 10:11 ` [PATCH net-next 05/12] netfilter: conntrack: set icmpv6 redirects as RELATED Pablo Neira Ayuso
2023-02-14  8:19   ` Wang Hai
2023-02-14  8:48     ` Wang Hai
2022-12-11 10:11 ` [PATCH net-next 06/12] netfilter: flowtable: add a 'default' case to flowtable datapath Pablo Neira Ayuso
2022-12-11 10:11 ` [PATCH net-next 07/12] ipvs: add rcu protection to stats Pablo Neira Ayuso
2022-12-11 10:12 ` [PATCH net-next 08/12] ipvs: use common functions for stats allocation Pablo Neira Ayuso
2022-12-11 10:12 ` [PATCH net-next 09/12] ipvs: use u64_stats_t for the per-cpu counters Pablo Neira Ayuso
2022-12-11 10:12 ` [PATCH net-next 10/12] ipvs: use kthreads for stats estimation Pablo Neira Ayuso
2022-12-11 10:12 ` [PATCH net-next 11/12] ipvs: add est_cpulist and est_nice sysctl vars Pablo Neira Ayuso
2022-12-11 10:12 ` [PATCH net-next 12/12] ipvs: run_estimation should control the kthread tasks 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=167088602097.14719.3291558869117710249.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=netfilter-devel@vger.kernel.org \
    --cc=pabeni@redhat.com \
    --cc=pablo@netfilter.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.