From: Jakub Kicinski Date: Thu, 13 Oct 2022 00:50:40 +0000 (-0700) Subject: Merge branch 'tcp-udp-fix-memory-leaks-and-data-races-around-ipv6_addrform' X-Git-Tag: v6.1-rc5~182^2~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4f0f2121a63ca57845fac78beb313ae6d2b8e957;p=platform%2Fkernel%2Flinux-starfive.git 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 --- 4f0f2121a63ca57845fac78beb313ae6d2b8e957