]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
Merge tag 'ovpn-net-20260514' of https://github.com/OpenVPN/ovpn-net-next
authorPaolo Abeni <pabeni@redhat.com>
Tue, 19 May 2026 11:51:08 +0000 (13:51 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Tue, 19 May 2026 11:51:08 +0000 (13:51 +0200)
commit956aa1ec975fcdcaec896d7698bdb78892bec1de
tree159fb83ab76ef19cd662c29db341e8eb5bdc80ca
parent35f0f0a2536a4d604b4dbad92c85c4a8fdebb870
parent0c0dddc07d272a8d25922e48041e8e4d2434df7e
Merge tag 'ovpn-net-20260514' of https://github.com/OpenVPN/ovpn-net-next

Antonio Quartulli says:

====================
Included fixes:
* fix TCP selftest failures by reducing number of attempted pings
* fix RCU ptr deref outside of RCU read section
* fix UAF in case of TCP peer failed to be added to hashtable
* fix race condition between iface teardown and new peer being added
* ensure dstats are updated with BH disabled to avoid concurrency

* tag 'ovpn-net-20260514' of https://github.com/OpenVPN/ovpn-net-next:
  ovpn: disable BHs when updating device stats
  ovpn: fix race between deleting interface and adding new peer
  ovpn: respect peer refcount in CMD_NEW_PEER error path
  ovpn: tcp - use cached peer pointer in ovpn_tcp_close()
  selftests: ovpn: reduce remaining ping flood counts
====================

Link: https://patch.msgid.link/20260514231544.795993-1-antonio@openvpn.net
Signed-off-by: Paolo Abeni <pabeni@redhat.com>