From: Sasha Levin <sashal@kernel.org>
To: stable@vger.kernel.org
Cc: Cliff Liu <donghua.liu@windriver.com>, Sasha Levin <sashal@kernel.org>
Subject: Re: [PATCH 5.10.y] ipvs: properly dereference pe in ip_vs_add_service
Date: Tue, 25 Mar 2025 09:02:16 -0400 [thread overview]
Message-ID: <20250325075625-994ee91cdf42f593@stable.kernel.org> (raw)
In-Reply-To: <20250325061439.3334363-1-donghua.liu@windriver.com>
[ Sasha's backport helper bot ]
Hi,
✅ All tests passed successfully. No issues detected.
No action required from the submitter.
The upstream commit SHA1 provided is correct: cbd070a4ae62f119058973f6d2c984e325bce6e7
WARNING: Author mismatch between patch and upstream commit:
Backport author: Cliff Liu<donghua.liu@windriver.com>
Commit author: Chen Hanxiao<chenhx.fnst@fujitsu.com>
Status in newer kernel trees:
6.13.y | Present (exact SHA1)
6.12.y | Present (exact SHA1)
6.6.y | Present (different SHA1: 3dd428039e06)
6.1.y | Present (different SHA1: b2c664df3bb4)
5.15.y | Not found
Note: The patch differs from the upstream commit:
---
1: cbd070a4ae62f ! 1: 11fd9143f92c0 ipvs: properly dereference pe in ip_vs_add_service
@@ Metadata
## Commit message ##
ipvs: properly dereference pe in ip_vs_add_service
+ [ Upstream commit cbd070a4ae62f119058973f6d2c984e325bce6e7 ]
+
Use pe directly to resolve sparse warning:
net/netfilter/ipvs/ip_vs_ctl.c:1471:27: warning: dereference of noderef expression
@@ Commit message
Acked-by: Julian Anastasov <ja@ssi.bg>
Acked-by: Simon Horman <horms@kernel.org>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
+ Signed-off-by: Cliff Liu <donghua.liu@windriver.com>
+ Signed-off-by: He Zhe <Zhe.He@windriver.com>
## net/netfilter/ipvs/ip_vs_ctl.c ##
@@ net/netfilter/ipvs/ip_vs_ctl.c: ip_vs_add_service(struct netns_ipvs *ipvs, struct ip_vs_service_user_kern *u,
- if (ret < 0)
- goto out_err;
+ sched = NULL;
+ }
- /* Bind the ct retriever */
- RCU_INIT_POINTER(svc->pe, pe);
@@ net/netfilter/ipvs/ip_vs_ctl.c: ip_vs_add_service(struct netns_ipvs *ipvs, struc
+ if (pe && pe->conn_out)
atomic_inc(&ipvs->conn_out_counter);
+ ip_vs_start_estimator(ipvs, &svc->stats);
+
+ /* Bind the ct retriever */
+ RCU_INIT_POINTER(svc->pe, pe);
+ pe = NULL;
---
Results of testing on various branches:
| Branch | Patch Apply | Build Test |
|---------------------------|-------------|------------|
| stable/linux-5.10.y | Success | Success |
prev parent reply other threads:[~2025-03-25 13:02 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-25 6:14 [PATCH 5.10.y] ipvs: properly dereference pe in ip_vs_add_service Cliff Liu
2025-03-25 13:02 ` Sasha Levin [this message]
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=20250325075625-994ee91cdf42f593@stable.kernel.org \
--to=sashal@kernel.org \
--cc=donghua.liu@windriver.com \
--cc=stable@vger.kernel.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.