netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/4] wireguard fixes for 6.10-rc7
@ 2024-07-04 15:45 Jason A. Donenfeld
  2024-07-04 15:45 ` [PATCH net 1/4] wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU Jason A. Donenfeld
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Jason A. Donenfeld @ 2024-07-04 15:45 UTC (permalink / raw)
  To: netdev, davem, kuba; +Cc: Jason A. Donenfeld

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-07-06  0:50 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-04 15:45 [PATCH net 0/4] wireguard fixes for 6.10-rc7 Jason A. Donenfeld
2024-07-04 15:45 ` [PATCH net 1/4] wireguard: selftests: use acpi=off instead of -no-acpi for recent QEMU Jason A. Donenfeld
2024-07-04 15:45 ` [PATCH net 2/4] wireguard: allowedips: avoid unaligned 64-bit memory accesses Jason A. Donenfeld
2024-07-04 15:45 ` [PATCH net 3/4] wireguard: queueing: annotate intentional data race in cpu round robin Jason A. Donenfeld
2024-07-04 15:45 ` [PATCH net 4/4] wireguard: send: annotate intentional data race in checking empty queue Jason A. Donenfeld
2024-07-06  0:50 ` [PATCH net 0/4] wireguard fixes for 6.10-rc7 patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).