public inbox for netdev@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 5.15 0/3] ipv6/v4: Fix data races around sk->sk_prot and icsk->icsk_af_ops
@ 2023-04-17 16:53 Kazunori Kobayashi
  2023-04-17 16:53 ` [PATCH 5.15 1/3] ipv6: annotate some data-races around sk->sk_prot Kazunori Kobayashi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Kazunori Kobayashi @ 2023-04-17 16:53 UTC (permalink / raw)
  To: netdev; +Cc: stable, linux-kernel, hiraku.toyooka, Kazunori Kobayashi

For 5.15 kernel, this series includes backports of CVE-2022-3566 and
CVE-2022-3567 fixes.

Eric Dumazet (1):
  ipv6: annotate some data-races around sk->sk_prot

Kuniyuki Iwashima (2):
  ipv6: Fix data races around sk->sk_prot.
  tcp: Fix data races around icsk->icsk_af_ops.

 net/core/sock.c          |  6 ++++--
 net/ipv4/af_inet.c       | 23 ++++++++++++++++-------
 net/ipv4/tcp.c           | 10 ++++++----
 net/ipv6/af_inet6.c      | 24 ++++++++++++++++++------
 net/ipv6/ipv6_sockglue.c |  9 ++++++---
 net/ipv6/tcp_ipv6.c      |  6 ++++--
 6 files changed, 54 insertions(+), 24 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-03  6:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 16:53 [PATCH 5.15 0/3] ipv6/v4: Fix data races around sk->sk_prot and icsk->icsk_af_ops Kazunori Kobayashi
2023-04-17 16:53 ` [PATCH 5.15 1/3] ipv6: annotate some data-races around sk->sk_prot Kazunori Kobayashi
2024-07-02  9:42   ` Greg KH
2024-07-03  6:45     ` Kazunori Kobayashi
2023-04-17 16:53 ` [PATCH 5.15 2/3] ipv6: Fix data races " Kazunori Kobayashi
2023-04-17 16:53 ` [PATCH 5.15 3/3] tcp: Fix data races around icsk->icsk_af_ops Kazunori Kobayashi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox