Commit a855ddb
Guillaume Nault
ipv6: use RCU protection in ip6_default_advmss()
JIRA: https://issues.redhat.com/browse/RHEL-81574
Upstream Status: linux.git
CVE: CVE-2025-21765
commit 3c8ffcd
Author: Eric Dumazet <edumazet@google.com>
Date: Wed Feb 5 15:51:18 2025 +0000
ipv6: use RCU protection in ip6_default_advmss()
ip6_default_advmss() needs rcu protection to make
sure the net structure it reads does not disappear.
Fixes: 5578689 ("[NETNS][IPV6] route6 - make route6 per namespace")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Link: https://patch.msgid.link/20250205155120.1676781-11-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Signed-off-by: Guillaume Nault <gnault@redhat.com>1 parent b12daca commit a855ddb
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3196 | 3196 | | |
3197 | 3197 | | |
3198 | 3198 | | |
3199 | | - | |
| 3199 | + | |
3200 | 3200 | | |
3201 | 3201 | | |
3202 | 3202 | | |
| 3203 | + | |
| 3204 | + | |
| 3205 | + | |
3203 | 3206 | | |
3204 | 3207 | | |
3205 | 3208 | | |
| 3209 | + | |
| 3210 | + | |
3206 | 3211 | | |
3207 | 3212 | | |
3208 | 3213 | | |
| |||
0 commit comments