mbox series

[openEuler-1.0-LTS,v2,0/4] CVE-2022-3567

Message ID 1666780099-9989-1-git-send-email-xujia39@huawei.com (mailing list archive)
Headers show
Series CVE-2022-3567 | expand

Message

Xu Jia Oct. 26, 2022, 10:28 a.m. UTC
*** BLURB HERE ***

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

Kuniyuki Iwashima (1):
  ipv6: Fix data races around sk->sk_prot.

Paolo Abeni (2):
  ipv6: provide and use ipv6 specific version for {recv, send}msg
  inet: factor out inet_send_prepare()

 include/net/inet_common.h |  1 +
 net/core/sock.c           | 26 +++++++++++++---------
 net/ipv4/af_inet.c        | 44 ++++++++++++++++++++++++-------------
 net/ipv6/af_inet6.c       | 55 ++++++++++++++++++++++++++++++++++++++++-------
 net/ipv6/ipv6_sockglue.c  |  6 ++++--
 5 files changed, 97 insertions(+), 35 deletions(-)