Re: [PATCH v5.10 0/2] Fix for CVE-2024-36901

From: Greg KH
Date: Mon Jul 15 2024 - 07:48:04 EST


On Fri, Jul 12, 2024 at 02:19:37PM -0700, Florian Fainelli wrote:
> On 7/9/24 03:22, Ashwin Kamat wrote:
> > From: Ashwin Dayanand Kamat <ashwin.kamat@xxxxxxxxxxxx>
> >
> > net/ipv6: annotate data-races around cnf.disable_ipv6
> > disable_ipv6 is read locklessly, add appropriate READ_ONCE() and WRITE_ONCE() annotations.
> >
> > net/ipv6: prevent NULL dereference in ip6_output()
> > Fix for CVE-2024-36901
> >
> > Ashwin Dayanand Kamat (2):
> > net/ipv6: annotate data-races around cnf.disable_ipv6
> > net/ipv6: prevent NULL dereference in ip6_output()
>
> LGTM

All now queued up, thanks.

greg k-h