netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5.15 0/2] Fix for CVE-2024-36901
@ 2024-07-09 10:19 Ashwin Kamat
  2024-07-09 10:19 ` [PATCH v5.15 1/2] net/ipv6: annotate data-races around cnf.disable_ipv6 Ashwin Kamat
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Ashwin Kamat @ 2024-07-09 10:19 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] 4+ messages in thread

end of thread, other threads:[~2024-07-12 21:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-09 10:19 [PATCH v5.15 0/2] Fix for CVE-2024-36901 Ashwin Kamat
2024-07-09 10:19 ` [PATCH v5.15 1/2] net/ipv6: annotate data-races around cnf.disable_ipv6 Ashwin Kamat
2024-07-09 10:19 ` [PATCH v5.15 2/2] net/ipv6: prevent NULL dereference in ip6_output() Ashwin Kamat
2024-07-12 21:19 ` [PATCH v5.15 0/2] Fix for CVE-2024-36901 Florian Fainelli

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