lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240704154517.1572127-1-Jason@zx2c4.com>
Date: Thu,  4 Jul 2024 17:45:13 +0200
From: "Jason A. Donenfeld" <Jason@...c4.com>
To: netdev@...r.kernel.org,
	davem@...emloft.net,
	kuba@...nel.org
Cc: "Jason A. Donenfeld" <Jason@...c4.com>
Subject: [PATCH net 0/4] wireguard fixes for 6.10-rc7

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(-)

-- 
2.45.2


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ