Commit 9601d84
committed
ipv6: use RCU protection in ip6_default_advmss()
jira LE-3187
cve CVE-2025-21765
Rebuild_History Non-Buildable kernel-5.14.0-570.19.1.el9_6
commit-author Eric Dumazet <edumazet@google.com>
commit 3c8ffcd
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>
(cherry picked from commit 3c8ffcd)
Signed-off-by: Jonathan Maple <jmaple@ciq.com>1 parent cb32423 commit 9601d84
1 file changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3189 | 3189 | | |
3190 | 3190 | | |
3191 | 3191 | | |
3192 | | - | |
| 3192 | + | |
3193 | 3193 | | |
3194 | 3194 | | |
3195 | 3195 | | |
| 3196 | + | |
| 3197 | + | |
| 3198 | + | |
3196 | 3199 | | |
3197 | 3200 | | |
3198 | 3201 | | |
| 3202 | + | |
| 3203 | + | |
3199 | 3204 | | |
3200 | 3205 | | |
3201 | 3206 | | |
| |||
0 commit comments