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, ja@ssi.bg,
longman@redhat.com, lvs-devel@vger.kernel.org
Subject: Re: [PATCH net 1/8] ipvs: fixes for the new ip_vs_status info
Date: Wed, 06 May 2026 01:10:15 +0000 [thread overview]
Message-ID: <177802981580.2332967.9254644733543379445.git-patchwork-notify@kernel.org> (raw)
In-Reply-To: <20260505001648.360569-2-pablo@netfilter.org>
Hello:
This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@netfilter.org>:
On Tue, 5 May 2026 02:16:41 +0200 you wrote:
> From: Julian Anastasov <ja@ssi.bg>
>
> Sashiko reports some problems for the recently added
> /proc/net/ip_vs_status:
>
> * ip_vs_status_show() as a table reader may run long after the
> conn_tab and svc_table table are released. While ip_vs_conn_flush()
> properly changes the conn_tab_changes counter when conn_tab is removed,
> ip_vs_del_service() and ip_vs_flush() were missing such change for
> the svc_table_changes counter. As result, readers like
> ip_vs_dst_event() and ip_vs_status_show() may continue to use
> a freed table after a cond_resched_rcu() call.
>
> [...]
Here is the summary with links:
- [net,1/8] ipvs: fixes for the new ip_vs_status info
https://git.kernel.org/netdev/net/c/afbd961305eb
- [net,2/8] ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars
https://git.kernel.org/netdev/net/c/f2da9a96abb4
- [net,3/8] ipvs: fix the spin_lock usage for RT build
https://git.kernel.org/netdev/net/c/d493d9de1c21
- [net,4/8] ipvs: do not leak dest after get from dest trash
https://git.kernel.org/netdev/net/c/fbe1e01e818e
- [net,5/8] ipvs: fix races around est_mutex and est_cpulist
https://git.kernel.org/netdev/net/c/2fd109238925
- [net,6/8] ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_size
https://git.kernel.org/netdev/net/c/4ee52b7021a7
- [net,7/8] ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU
https://git.kernel.org/netdev/net/c/aa6065206987
- [net,8/8] sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAIN
https://git.kernel.org/netdev/net/c/8f78b749f3da
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
next prev parent reply other threads:[~2026-05-06 1:11 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-05 0:16 [PATCH net 0/8] IPVS fixes for net Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 1/8] ipvs: fixes for the new ip_vs_status info Pablo Neira Ayuso
2026-05-06 1:10 ` patchwork-bot+netdevbpf [this message]
2026-05-05 0:16 ` [PATCH net 2/8] ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 3/8] ipvs: fix the spin_lock usage for RT build Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 4/8] ipvs: do not leak dest after get from dest trash Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 5/8] ipvs: fix races around est_mutex and est_cpulist Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 6/8] ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_size Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 7/8] ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCU Pablo Neira Ayuso
2026-05-05 0:16 ` [PATCH net 8/8] sched/isolation: Make HK_TYPE_KTHREAD an alias of HK_TYPE_DOMAIN 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=177802981580.2332967.9254644733543379445.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=ja@ssi.bg \
--cc=kuba@kernel.org \
--cc=longman@redhat.com \
--cc=lvs-devel@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox