|
Hello:
This series was applied to netdev/net.git (main)
by Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>:
On Tue, 5 May 2026 02:16:41 +0200 you wrote:
> From: Julian Anastasov <ja@xxxxxx>
>
> 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
|