netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5.10 0/2] Fix for CVE-2024-36901
@ 2024-07-09 10:22 Ashwin Kamat
  2024-07-09 10:22 ` [PATCH v5.10 1/2] net/ipv6: annotate data-races around cnf.disable_ipv6 Ashwin Kamat
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Ashwin Kamat @ 2024-07-09 10:22 UTC (permalink / raw)
  To: linux-kernel
  Cc: gregkh, davem, yoshfuji, dsahern, kuba, netdev, florian.fainelli,
	ajay.kaher, vasavi.sirnapalli, tapas.kundu, ashwin.kamat

From: Ashwin Dayanand Kamat <ashwin.kamat@broadcom.com>

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()

 net/ipv6/addrconf.c   | 9 +++++----
 net/ipv6/ip6_input.c  | 2 +-
 net/ipv6/ip6_output.c | 2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)

--
2.7.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-07-15 11:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 10:22 [PATCH v5.10 0/2] Fix for CVE-2024-36901 Ashwin Kamat
2024-07-09 10:22 ` [PATCH v5.10 1/2] net/ipv6: annotate data-races around cnf.disable_ipv6 Ashwin Kamat
2024-07-09 10:22 ` [PATCH v5.10 2/2] net/ipv6: prevent NULL dereference in ip6_output() Ashwin Kamat
2024-07-12 21:19 ` [PATCH v5.10 0/2] Fix for CVE-2024-36901 Florian Fainelli
2024-07-15 11:47   ` Greg KH
2024-07-13  6:52 ` Greg KH
     [not found]   ` <CA+tTbbvb04ZuTY+5pH+Yf5-OKJnx5RqvyjxfDixWhinwvH_hFw@mail.gmail.com>
2024-07-13 11:05     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).