Merge branch 'wireguard-patches-for-5-20-rc1'
authorJakub Kicinski <kuba@kernel.org>
Tue, 2 Aug 2022 20:47:52 +0000 (13:47 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 2 Aug 2022 20:47:53 +0000 (13:47 -0700)
commit9017462f006c4b686cb1e1e1a3a52ea8363076e6
treee9bf186a53cb3c67552cf873af0083f393860045
parent1995943c3f2a59d73efe8bf9b33a92d0f1812af3
parentb438b3b8d6e6ee1359a66c508345703888e61346
Merge branch 'wireguard-patches-for-5-20-rc1'

Jason A. Donenfeld says:

====================
wireguard patches for 5.20-rc1

I had planned to send these out eventually as net.git patches, but as
you emailed earlier, I figure there's no harm in just doing this now for
net-next.git. Please apply the following small fixes:

1) Rather than using msleep() in order to approximate ktime_get_coarse_
   boottime_ns(), instead use an hrtimer, rounded heuristically.

2) An update in selftest config fragments, from Lukas.

3) Linus noticed that a debugging WARN_ON() to detect (impossible) stack
   corruption would still allow the corruption to happen, making it harder
   to get the report about the corruption subsequently.

4) Support for User Mode Linux in the test suite. This depends on some
   UML patches that are slated for 5.20. Richard hasn't sent his pull
   in, but they're in his tree, so I assume it'll happen.
====================

Link: https://lore.kernel.org/r/20220802125613.340848-1-Jason@zx2c4.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>