mbox series

[Impish/OEM-5.14,0/1] CVE-2022-0742

Message ID 20220315121026.778023-1-cascardo@canonical.com
Headers show
Series CVE-2022-0742 | expand

Message

Thadeu Lima de Souza Cascardo March 15, 2022, 12:10 p.m. UTC
[Impact]
Memory leaks when processing some packets may lead to out-of-memory
situations.

[Test case]
Memory leak was observed with a test case on a kernel without the fix.
It could not be observed once the fix was applied.

[Potential regression]
Processing of IGMPv6 packets may be affected.

Eric Dumazet (1):
  ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()

 include/net/ndisc.h |  4 ++--
 net/ipv6/mcast.c    | 32 ++++++++++++--------------------
 2 files changed, 14 insertions(+), 22 deletions(-)

Comments

Tim Gardner March 15, 2022, 1:13 p.m. UTC | #1
Acked-by: Tim Gardner <tim.gardner@canonical.com>

On 3/15/22 06:10, Thadeu Lima de Souza Cascardo wrote:
> [Impact]
> Memory leaks when processing some packets may lead to out-of-memory
> situations.
> 
> [Test case]
> Memory leak was observed with a test case on a kernel without the fix.
> It could not be observed once the fix was applied.
> 
> [Potential regression]
> Processing of IGMPv6 packets may be affected.
> 
> Eric Dumazet (1):
>    ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
> 
>   include/net/ndisc.h |  4 ++--
>   net/ipv6/mcast.c    | 32 ++++++++++++--------------------
>   2 files changed, 14 insertions(+), 22 deletions(-)
>
Stefan Bader March 15, 2022, 1:38 p.m. UTC | #2
On 15.03.22 13:10, Thadeu Lima de Souza Cascardo wrote:
> [Impact]
> Memory leaks when processing some packets may lead to out-of-memory
> situations.
> 
> [Test case]
> Memory leak was observed with a test case on a kernel without the fix.
> It could not be observed once the fix was applied.
> 
> [Potential regression]
> Processing of IGMPv6 packets may be affected.
> 
> Eric Dumazet (1):
>    ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
> 
>   include/net/ndisc.h |  4 ++--
>   net/ipv6/mcast.c    | 32 ++++++++++++--------------------
>   2 files changed, 14 insertions(+), 22 deletions(-)
> 

Acked-by: Stefan Bader <stefan.bader@canonical.com>
Kleber Sacilotto de Souza March 15, 2022, 1:51 p.m. UTC | #3
On 15.03.22 13:10, Thadeu Lima de Souza Cascardo wrote:
> [Impact]
> Memory leaks when processing some packets may lead to out-of-memory
> situations.
> 
> [Test case]
> Memory leak was observed with a test case on a kernel without the fix.
> It could not be observed once the fix was applied.
> 
> [Potential regression]
> Processing of IGMPv6 packets may be affected.
> 
> Eric Dumazet (1):
>    ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
> 
>   include/net/ndisc.h |  4 ++--
>   net/ipv6/mcast.c    | 32 ++++++++++++--------------------
>   2 files changed, 14 insertions(+), 22 deletions(-)
> 

Applied to impish:linux.

Thanks,
Kleber
Timo Aaltonen March 17, 2022, 5:20 p.m. UTC | #4
Thadeu Lima de Souza Cascardo kirjoitti 15.3.2022 klo 14.10:
> [Impact]
> Memory leaks when processing some packets may lead to out-of-memory
> situations.
> 
> [Test case]
> Memory leak was observed with a test case on a kernel without the fix.
> It could not be observed once the fix was applied.
> 
> [Potential regression]
> Processing of IGMPv6 packets may be affected.
> 
> Eric Dumazet (1):
>    ipv6: fix skb drops in igmp6_event_query() and igmp6_event_report()
> 
>   include/net/ndisc.h |  4 ++--
>   net/ipv6/mcast.c    | 32 ++++++++++++--------------------
>   2 files changed, 14 insertions(+), 22 deletions(-)
> 

applied to oem-5.14, thanks