OSDN Git Service

Merge branch 'wireguard-patches-for-5-18-rc6'
authorJakub Kicinski <kuba@kernel.org>
Thu, 5 May 2022 00:50:00 +0000 (17:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 May 2022 00:50:00 +0000 (17:50 -0700)
commit205557ba9904eec0a8e9ca28ec32e567f5027338
treed25c3d9d7ead417a3ecdc7fca002aaead4a1bd4f
parentad0724b90a2d637c4279fba0a56d4c0b8efc7401
parent3fc1b11e5d7278437bdfff0e01f51e777eefb222
Merge branch 'wireguard-patches-for-5-18-rc6'

Jason A. Donenfeld says:

====================
wireguard patches for 5.18-rc6

In working on some other problems, I wound up leaning on the WireGuard
CI more than usual and uncovered a few small issues with reliability.
These are fairly low key changes, since they don't impact kernel code
itself.

One change does stick out in particular, though, which is the "make
routing loop test non-fatal" commit. I'm not thrilled about doing this,
but currently [1] remains unsolved, and I'm still working on a real
solution to that (hopefully for 5.19 or 5.20 if I can come up with a
good idea...), so for now that test just prints a big red warning
instead.

[1] https://lore.kernel.org/netdev/YmszSXueTxYOC41G@zx2c4.com/
====================

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