Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'
authorJakub Kicinski <kuba@kernel.org>
Thu, 13 Oct 2022 00:50:40 +0000 (17:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 13 Oct 2022 00:50:40 +0000 (17:50 -0700)
commit4f0f2121a63ca57845fac78beb313ae6d2b8e957
tree4950aa7712d9acefbff34efec23105915293f8c8
parent3a732b46736cd8a29092e4b0b1a9ba83e672bf89
parentf49cd2f4d6170d27a2c61f1fecb03d8a70c91f57
Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform'

Kuniyuki Iwashima says:

====================
tcp/udp: Fix memory leaks and data races around IPV6_ADDRFORM.

This series fixes some memory leaks and data races caused in the
same scenario where one thread converts an IPv6 socket into IPv4
with IPV6_ADDRFORM and another accesses the socket concurrently.

  v4: https://lore.kernel.org/netdev/20221004171802.40968-1-kuniyu@amazon.com/
  v3 (Resend): https://lore.kernel.org/netdev/20221003154425.49458-1-kuniyu@amazon.com/
  v3: https://lore.kernel.org/netdev/20220929012542.55424-1-kuniyu@amazon.com/
  v2: https://lore.kernel.org/netdev/20220928002741.64237-1-kuniyu@amazon.com/
  v1: https://lore.kernel.org/netdev/20220927161209.32939-1-kuniyu@amazon.com/
====================

Link: https://lore.kernel.org/r/20221006185349.74777-1-kuniyu@amazon.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>