Re: Update wireguard installation instructions for RHEL7/8-Centos8Stream

2022-07-13 Thread Faustin Lammler
Hi Shen! Shen Red , 12/07/2022 – 06:31:47 (+): > I think that the wireguard-linux-compat project doesn't officially > drop CentOS 8 Stream support. The recent commit message just indicates > that is no longer guaranteed to work, and it doesn't introduce any > code changes that actually break

[PATCH AUTOSEL 5.18 39/41] wireguard: selftests: use virt machine on m68k

2022-07-13 Thread Sasha Levin
From: "Jason A. Donenfeld" [ Upstream commit 1f2f341a62639c7066ee4c76b7d9ebe867e0a1d5 ] This should be a bit more stable hopefully. Signed-off-by: Jason A. Donenfeld Signed-off-by: Jakub Kicinski Signed-off-by: Sasha Levin --- tools/testing/selftests/wireguard/qemu/Makefile | 5

[PATCH AUTOSEL 5.18 38/41] wireguard: selftests: set fake real time in init

2022-07-13 Thread Sasha Levin
From: "Jason A. Donenfeld" [ Upstream commit 829be057dbc1e71383b8d7de8edb31dcf07b4aa0 ] Not all platforms have an RTC, and rather than trying to force one into each, it's much easier to just set a fixed time. This is necessary because WireGuard's latest handshakes parameter is returned in

[PATCH AUTOSEL 5.18 40/41] wireguard: selftests: always call kernel makefile

2022-07-13 Thread Sasha Levin
From: "Jason A. Donenfeld" [ Upstream commit 1a087eec257154e26a81a7a0a15380d7a2431765 ] These selftests are used for much more extensive changes than just the wireguard source files. So always call the kernel's build file, which will do something or nothing after checking the whole tree, per