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, fw@strlen.de, horms@kernel.org
Subject: Re: [PATCH net-next 01/11] ipvs: Replace use of system_unbound_wq with system_dfl_long_wq
Date: Mon, 15 Jun 2026 21:20:36 +0000	[thread overview]
Message-ID: <178155843618.301119.5062848421589308847.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260614114605.474783-2-pablo@netfilter.org>

Hello:

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

On Sun, 14 Jun 2026 13:45:55 +0200 you wrote:
> From: Marco Crivellari <marco.crivellari@suse.com>
> 
> This patch continues the effort to refactor workqueue APIs, which has
> begun with the changes introducing new workqueues and a new
> alloc_workqueue flag:
> 
>    commit 128ea9f6ccfb ("workqueue: Add system_percpu_wq and system_dfl_wq")
>    commit 930c2ea566af ("workqueue: Add new WQ_PERCPU flag")
> 
> [...]

Here is the summary with links:
  - [net-next,01/11] ipvs: Replace use of system_unbound_wq with system_dfl_long_wq
    https://git.kernel.org/netdev/net-next/c/30877f3da910
  - [net-next,02/11] netfilter: nf_tables: use DEBUG_NET_WARN_ON_ONCE in packet and control paths
    https://git.kernel.org/netdev/net-next/c/42eb1ca711b6
  - [net-next,03/11] netfilter: nf_conncount: callers must hold rcu read lock
    https://git.kernel.org/netdev/net-next/c/64d7d5abe216
  - [net-next,04/11] netfilter: nf_conncount: use per nf_conncount_data spinlocks
    https://git.kernel.org/netdev/net-next/c/eae341ecfc24
  - [net-next,05/11] netfilter: nf_conncount: split count_tree_node rbtree walk into helper
    https://git.kernel.org/netdev/net-next/c/2e064ae85942
  - [net-next,06/11] netfilter: nf_conncount: add sequence counter to detect tree modifications
    https://git.kernel.org/netdev/net-next/c/635a10f6d076
  - [net-next,07/11] netfilter: nf_conncount: gc and rcu fixes
    https://git.kernel.org/netdev/net-next/c/4eb7c3db5b85
  - [net-next,08/11] netfilter: conntrack: check NULL when retrieving ct extension
    https://git.kernel.org/netdev/net-next/c/e3cd138e5607
  - [net-next,09/11] netfilter: flowtable: bail out if forward path cannot be discovered
    https://git.kernel.org/netdev/net-next/c/871df5007eda
  - [net-next,10/11] ipvs: fix doc syntax for conn_max sysctl
    https://git.kernel.org/netdev/net-next/c/0e2a5d02f1d1
  - [net-next,11/11] netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them
    https://git.kernel.org/netdev/net-next/c/2354e975932d

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



  reply	other threads:[~2026-06-15 21:20 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-14 11:45 [PATCH net-next 00/11] Netfilter/IPVS updates for net-next Pablo Neira Ayuso
2026-06-14 11:45 ` [PATCH net-next 01/11] ipvs: Replace use of system_unbound_wq with system_dfl_long_wq Pablo Neira Ayuso
2026-06-15 21:20   ` patchwork-bot+netdevbpf [this message]
2026-06-14 11:45 ` [PATCH net-next 02/11] netfilter: nf_tables: use DEBUG_NET_WARN_ON_ONCE in packet and control paths Pablo Neira Ayuso
2026-06-14 11:45 ` [PATCH net-next 03/11] netfilter: nf_conncount: callers must hold rcu read lock Pablo Neira Ayuso
2026-06-14 11:45 ` [PATCH net-next 04/11] netfilter: nf_conncount: use per nf_conncount_data spinlocks Pablo Neira Ayuso
2026-06-14 11:45 ` [PATCH net-next 05/11] netfilter: nf_conncount: split count_tree_node rbtree walk into helper Pablo Neira Ayuso
2026-06-14 11:46 ` [PATCH net-next 06/11] netfilter: nf_conncount: add sequence counter to detect tree modifications Pablo Neira Ayuso
2026-06-14 11:46 ` [PATCH net-next 07/11] netfilter: nf_conncount: gc and rcu fixes Pablo Neira Ayuso
2026-06-14 11:46 ` [PATCH net-next 08/11] netfilter: conntrack: check NULL when retrieving ct extension Pablo Neira Ayuso
2026-06-14 11:46 ` [PATCH net-next 09/11] netfilter: flowtable: bail out if forward path cannot be discovered Pablo Neira Ayuso
2026-06-15  9:27   ` Lorenzo Bianconi
2026-06-14 11:46 ` [PATCH net-next 10/11] ipvs: fix doc syntax for conn_max sysctl Pablo Neira Ayuso
2026-06-14 11:46 ` [PATCH net-next 11/11] netfilter: nf_dup_netdev: add nf_dev_xmit_recursion*() helpers and use them 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=178155843618.301119.5062848421589308847.git-patchwork-notify@kernel.org \
    --to=patchwork-bot+netdevbpf@kernel.org \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=fw@strlen.de \
    --cc=horms@kernel.org \
    --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.