From: Jakub Kicinski Date: Tue, 20 Sep 2022 18:26:18 +0000 (-0700) Subject: Merge branch 'wireguard-patches-for-6-0-rc6' X-Git-Tag: v6.1-rc5~417^2~22 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=0507246d9e7aaac21e14d653eea7111106e6a136;p=platform%2Fkernel%2Flinux-starfive.git Merge branch 'wireguard-patches-for-6-0-rc6' Jason A. Donenfeld says: ==================== wireguard patches for 6.0-rc6 1) The ratelimiter timing test doesn't help outside of development, yet it is currently preventing the module from being inserted on some kernels when it flakes at insertion time. So we disable it. 2) A fix for a build error on UML, caused by a recent change in a different tree. 3) A WARN_ON() is triggered by Kees' new fortified memcpy() patch, due to memcpy()ing over a sockaddr pointer with the size of a sockaddr_in[6]. The type safe fix is pretty simple. Given how classic of a thing sockaddr punning is, I suspect this may be the first in a few patches like this throughout the net tree, once Kees' fortify series is more widely deployed (current it's just in next). ==================== Link: https://lore.kernel.org/r/20220916143740.831881-1-Jason@zx2c4.com Signed-off-by: Jakub Kicinski --- 0507246d9e7aaac21e14d653eea7111106e6a136