![]() |
lvs-devel
|
| To: | Simon Horman <horms@xxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCHv3 net 0/3] IPVS: fixes after the new hash tables |
| Cc: | Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx>, Florian Westphal <fw@xxxxxxxxx>, lvs-devel@xxxxxxxxxxxxxxx, netfilter-devel@xxxxxxxxxxxxxxx |
| From: | Julian Anastasov <ja@xxxxxx> |
| Date: | Wed, 22 Apr 2026 16:58:20 +0300 |
Hello,
This patchset contains fixes after the recent net-next
work for resizable hash tables. We target multiple reports from
Sashiko and one from syzkaller. The patches are based on the
net tree where the fixed commits are present...
v3:
patch 3: use cp->lock in ip_vs_conn_fill_cport() to protect the
cp->flags modifications
v2:
* patch 3: remove cp->lock from ip_vs_conn_fill_cport() and avoid
races with resizing and possible multiple attempts to fill cport.
Julian Anastasov (3):
ipvs: fixes for the new ip_vs_status info
ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars
ipvs: fix the spin_lock usage for RT build
net/netfilter/ipvs/ip_vs_conn.c | 66 ++++++++++++++++-----------------
net/netfilter/ipvs/ip_vs_ctl.c | 63 ++++++++++++++++++++++---------
2 files changed, 78 insertions(+), 51 deletions(-)
--
2.53.0
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCHv3 net 2/3] ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars, Julian Anastasov |
|---|---|
| Next by Date: | [PATCHv3 net 1/3] ipvs: fixes for the new ip_vs_status info, Julian Anastasov |
| Previous by Thread: | [PATCHv2 net] ipvs: fix races around est_mutex and est_cpulist, Julian Anastasov |
| Next by Thread: | [PATCHv3 net 2/3] ipvs: fix races around the conn_lfactor and svc_lfactor sysctl vars, Julian Anastasov |
| Indexes: | [Date] [Thread] [Top] [All Lists] |