From: Paolo Abeni Date: Tue, 19 Mar 2024 10:22:54 +0000 (+0100) Subject: Merge branch 'wireguard-fixes-for-6-9-rc1' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=710fe438e34f3dc76d1badd0d786f0d3abdc3bfd;p=linux.git Merge branch 'wireguard-fixes-for-6-9-rc1' Jason A. Donenfeld says: ==================== wireguard fixes for 6.9-rc1 This series has four WireGuard fixes: 1) Annotate a data race that KCSAN found by using READ_ONCE/WRITE_ONCE, which has been causing syzkaller noise. 2) Use the generic netdev tstats allocation and stats getters instead of doing this within the driver. 3) Explicitly check a flag variable instead of an empty list in the netlink code, to prevent a UaF situation when paging through GET results during a remove-all SET operation. 4) Set a flag in the RISC-V CI config so the selftests continue to boot. ==================== Link: https://lore.kernel.org/r/20240314224911.6653-1-Jason@zx2c4.com Signed-off-by: Paolo Abeni --- 710fe438e34f3dc76d1badd0d786f0d3abdc3bfd