Merge branch 'wireguard-patches-for-6-0-rc6'
authorJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 18:26:18 +0000 (11:26 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 20 Sep 2022 18:26:19 +0000 (11:26 -0700)
commit0507246d9e7aaac21e14d653eea7111106e6a136
treec713b038b1f48a571e68da4a7035e3a396e40374
parent589c6eded10c77a12b7b2cf235b6b19a2bdb91fa
parent26c013108c12b94bc023bf19198a4300596c98b1
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 <kuba@kernel.org>