mbox series

[net,0/4] wireguard fixes for 6.10-rc7

Message ID 20240704154517.1572127-1-Jason@zx2c4.com (mailing list archive)
Headers show
Series wireguard fixes for 6.10-rc7 | expand

Message

Jason A. Donenfeld July 4, 2024, 3:45 p.m. UTC
Hi Jakub,

These are four small fixes for WireGuard, which are all marked for
stable:

1) A QEMU command line fix to remove deprecated flags.

2) Use of proper unaligned helpers to avoid unaligned memory access on
   some systems, from Helge.

3) Two patches to annotate intentional data races, so KCSAN and syzbot
   don't get upset.

Thanks,
Jason

Helge Deller (1):
  wireguard: allowedips: avoid unaligned 64-bit memory accesses

Jason A. Donenfeld (3):
  wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
  wireguard: queueing: annotate intentional data race in cpu round robin
  wireguard: send: annotate intentional data race in checking empty
    queue

 drivers/net/wireguard/allowedips.c              | 4 ++--
 drivers/net/wireguard/queueing.h                | 4 ++--
 drivers/net/wireguard/send.c                    | 2 +-
 tools/testing/selftests/wireguard/qemu/Makefile | 8 ++++----
 4 files changed, 9 insertions(+), 9 deletions(-)

Comments

patchwork-bot+netdevbpf@kernel.org July 6, 2024, 12:50 a.m. UTC | #1
Hello:

This series was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@kernel.org>:

On Thu,  4 Jul 2024 17:45:13 +0200 you wrote:
> Hi Jakub,
> 
> These are four small fixes for WireGuard, which are all marked for
> stable:
> 
> 1) A QEMU command line fix to remove deprecated flags.
> 
> [...]

Here is the summary with links:
  - [net,1/4] wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU
    https://git.kernel.org/netdev/net/c/2cb489eb8dfc
  - [net,2/4] wireguard: allowedips: avoid unaligned 64-bit memory accesses
    https://git.kernel.org/netdev/net/c/948f991c62a4
  - [net,3/4] wireguard: queueing: annotate intentional data race in cpu round robin
    https://git.kernel.org/netdev/net/c/2fe3d6d2053c
  - [net,4/4] wireguard: send: annotate intentional data race in checking empty queue
    https://git.kernel.org/netdev/net/c/381a7d453fa2

You are awesome, thank you!