All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/5] wireguard fixes for 5.6-rc1
@ 2020-02-04 21:17 Jason A. Donenfeld
  2020-02-04 21:17   ` Jason A. Donenfeld
                   ` (5 more replies)
  0 siblings, 6 replies; 8+ messages in thread
From: Jason A. Donenfeld @ 2020-02-04 21:17 UTC (permalink / raw)
  To: netdev, davem; +Cc: Jason A. Donenfeld

Hi Dave,

Here are fixes for WireGuard before 5.6-rc1 is tagged. It includes:

1) A fix for a UaF (caused by kmalloc failing during a very small
   allocation) that syzkaller found, from Eric Dumazet.

2) A fix for a deadlock that syzkaller found, along with an additional
   selftest to ensure that the bug fix remains correct, from me.

3) Two little fixes/cleanups to the selftests from Krzysztof Kozlowski
   and me.

Thanks,
Jason


Eric Dumazet (1):
  wireguard: allowedips: fix use-after-free in root_remove_peer_lists

Jason A. Donenfeld (3):
  wireguard: noise: reject peers with low order public keys
  wireguard: selftests: ensure non-addition of peers with failed
    precomputation
  wireguard: selftests: tie socket waiting to target pid

Krzysztof Kozlowski (1):
  wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATED

 drivers/net/wireguard/allowedips.c            |  1 +
 drivers/net/wireguard/netlink.c               |  6 ++---
 drivers/net/wireguard/noise.c                 | 10 +++++---
 tools/testing/selftests/wireguard/netns.sh    | 23 +++++++++++--------
 .../selftests/wireguard/qemu/debug.config     |  1 -
 5 files changed, 24 insertions(+), 17 deletions(-)

-- 
2.25.0


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

end of thread, other threads:[~2020-02-05 13:15 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-04 21:17 [PATCH net 0/5] wireguard fixes for 5.6-rc1 Jason A. Donenfeld
2020-02-04 21:17 ` [PATCH net 1/5] wireguard: allowedips: fix use-after-free in root_remove_peer_lists Jason A. Donenfeld
2020-02-04 21:17   ` Jason A. Donenfeld
2020-02-04 21:17 ` [PATCH net 2/5] wireguard: noise: reject peers with low order public keys Jason A. Donenfeld
2020-02-04 21:17 ` [PATCH net 3/5] wireguard: selftests: ensure non-addition of peers with failed precomputation Jason A. Donenfeld
2020-02-04 21:17 ` [PATCH net 4/5] wireguard: selftests: cleanup CONFIG_ENABLE_WARN_DEPRECATED Jason A. Donenfeld
2020-02-04 21:17 ` [PATCH net 5/5] wireguard: selftests: tie socket waiting to target pid Jason A. Donenfeld
2020-02-05 13:15 ` [PATCH net 0/5] wireguard fixes for 5.6-rc1 David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.