[PATCH 4.19 0/3] ipv6/v4: Fix data races around sk->sk_prot and icsk->icsk_af_ops

Kazunori Kobayashi posted 3 patches 2 years, 8 months ago
net/core/sock.c          |  6 ++++--
net/ipv4/af_inet.c       | 38 +++++++++++++++++++++++++++-----------
net/ipv4/tcp.c           | 10 ++++++----
net/ipv6/af_inet6.c      | 14 ++++++++++----
net/ipv6/ipv6_sockglue.c |  9 ++++++---
net/ipv6/tcp_ipv6.c      |  6 ++++--
6 files changed, 57 insertions(+), 26 deletions(-)
[PATCH 4.19 0/3] ipv6/v4: Fix data races around sk->sk_prot and icsk->icsk_af_ops
Posted by Kazunori Kobayashi 2 years, 8 months ago
For 4.19 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       | 38 +++++++++++++++++++++++++++-----------
 net/ipv4/tcp.c           | 10 ++++++----
 net/ipv6/af_inet6.c      | 14 ++++++++++----
 net/ipv6/ipv6_sockglue.c |  9 ++++++---
 net/ipv6/tcp_ipv6.c      |  6 ++++--
 6 files changed, 57 insertions(+), 26 deletions(-)

-- 
2.39.2