mbox series

[OEM-6.0,0/1] CVE-2022-3567

Message ID 20230125200715.25524-1-yuxuan.luo@canonical.com
Headers show
Series CVE-2022-3567 | expand

Message

Yuxuan Luo Jan. 25, 2023, 8:07 p.m. UTC
[Impact]
Data races occur at IPv6 handler.

[Backport]
It is a clean cherry pick, and has already been applied on generic kernels.

[Test]
Compile tested.

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

 net/core/sock.c          |  6 ++++--
 net/ipv4/af_inet.c       | 23 ++++++++++++++++-------
 net/ipv6/ipv6_sockglue.c |  4 ++--
 3 files changed, 22 insertions(+), 11 deletions(-)

Comments

Tim Gardner Feb. 8, 2023, 3:17 p.m. UTC | #1
On 1/25/23 1:07 PM, Yuxuan Luo wrote:
> [Impact]
> Data races occur at IPv6 handler.
> 
> [Backport]
> It is a clean cherry pick, and has already been applied on generic kernels.
> 
> [Test]
> Compile tested.
> 
> Kuniyuki Iwashima (1):
>    ipv6: Fix data races around sk->sk_prot.
> 
>   net/core/sock.c          |  6 ++++--
>   net/ipv4/af_inet.c       | 23 ++++++++++++++++-------
>   net/ipv6/ipv6_sockglue.c |  4 ++--
>   3 files changed, 22 insertions(+), 11 deletions(-)
> 
Acked-by: Tim Gardner <tim.gardner@canonical.com>
Timo Aaltonen Feb. 10, 2023, 10:28 a.m. UTC | #2
Yuxuan Luo kirjoitti 25.1.2023 klo 22.07:
> [Impact]
> Data races occur at IPv6 handler.
> 
> [Backport]
> It is a clean cherry pick, and has already been applied on generic kernels.
> 
> [Test]
> Compile tested.
> 
> Kuniyuki Iwashima (1):
>    ipv6: Fix data races around sk->sk_prot.
> 
>   net/core/sock.c          |  6 ++++--
>   net/ipv4/af_inet.c       | 23 ++++++++++++++++-------
>   net/ipv6/ipv6_sockglue.c |  4 ++--
>   3 files changed, 22 insertions(+), 11 deletions(-)
> 

applied, thanks