From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-alma10-1.taild15c8.ts.net [100.103.45.18]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 72C5439524E; Mon, 15 Jun 2026 21:20:41 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=100.103.45.18 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781558442; cv=none; b=IdlyIEZm6ETSeSxOBZdPYMq02tFHFOqtWYLpcB4A7Nd1dPkEooZm2s7//MQyiIKTmgG8hwnZkCeEphqcLqvQx6s8u+WiNBF2GJQoktA/ywbTm6jidWcE4lQbUp2rqZb0fMUW44e0it7vpzeaZ5mqGKBw0t6jQiuF5pIiJdRPh+g= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1781558442; c=relaxed/simple; bh=/UPlBpgi7VhPmT8JbMLOPei/oFmnqBzhSMcuxIhH+ok=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=dBLbVotGycDCf77y7SOtqYA4vut/S04TxpZxvDQEXusFpPBjXEE3FoJoW97sdXKFesn7y8o6vbUbO8NkRSKql3n/3286Z8P6hL8DZ1jFTz1PVI0IMcR5ZJ2m1tFya7IYbq2l8DNNlWQOknQ6C7iRxqCEY3pLT/+qmBNmwxtX4Qo= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=DT0zOsE0; arc=none smtp.client-ip=100.103.45.18 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="DT0zOsE0" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 120CE1F000E9; Mon, 15 Jun 2026 21:20:41 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kernel.org; s=k20260515; t=1781558441; bh=TShMPVpuwyA7WLtOxzwnDuVG1ofCLhti/tuFrKiBGoU=; h=Subject:From:Date:References:In-Reply-To:To:Cc; b=DT0zOsE0ZqYmd1FJM04sMNS7/D/0Stw65ZNSb2VfH9Wl2HYEMakYMEbdkK2GOBuBd bg0vRSEI7ADU4ANDnLxqXARYXnzST+lPEOeVfJn1Six90lH8G+IrAvaYvJbvRgWJpY h/vr+3FdYGUIuZOwoobjr/1HCt3HRT3kQ9Iz+La8ygrhWnx8OJGb0xoYTtJHXYbTXn MuW7yaMBUQg4TW8OQZQX8J9WPw5Yf3NgcAAg3OlGP7hDilX+S48Q7S8JSP81q9SySG S5h+wjnsEQKWYnFAXpqRR3KXhnnexmig/mmVWHM8mVLPVIqWLmqt9GdLCaWvCevnqw QgjA358e4x2rA== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 5685E3839A06; Mon, 15 Jun 2026 21:20:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PATCH net-next 01/11] ipvs: Replace use of system_unbound_wq with system_dfl_long_wq From: patchwork-bot+netdevbpf@kernel.org Message-Id: <178155843618.301119.5062848421589308847.git-patchwork-notify@kernel.org> Date: Mon, 15 Jun 2026 21:20:36 +0000 References: <20260614114605.474783-2-pablo@netfilter.org> In-Reply-To: <20260614114605.474783-2-pablo@netfilter.org> To: Pablo Neira Ayuso 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 Hello: This series was applied to netdev/net-next.git (main) by Pablo Neira Ayuso : On Sun, 14 Jun 2026 13:45:55 +0200 you wrote: > From: Marco Crivellari > > 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