Netdev List
 help / color / mirror / Atom feed
From: Paolo Abeni <pabeni@redhat.com>
To: Antonio Quartulli <antonio@openvpn.net>, netdev@vger.kernel.org
Cc: Sabrina Dubroca <sd@queasysnail.net>,
	Jakub Kicinski <kuba@kernel.org>,
	"David S. Miller" <davem@davemloft.net>,
	Eric Dumazet <edumazet@google.com>,
	Andrew Lunn <andrew+netdev@lunn.ch>,
	Ralf Lici <ralf@mandelbit.com>
Subject: Re: [PATCH net 0/5] pull request: fixes for ovpn 2026-05-14
Date: Tue, 19 May 2026 13:50:23 +0200	[thread overview]
Message-ID: <98bf6672-334a-40df-a21d-c53fac584314@redhat.com> (raw)
In-Reply-To: <20260514231544.795993-1-antonio@openvpn.net>

On 5/15/26 1:15 AM, Antonio Quartulli wrote:
> Hello netdev team,
> 
> This batch includes a few fixes for net. Specifically:
> 
> Patch 1 fixes the remaining of the selftests in order to avoid
> TCP failures on slow kernels, where pings cannot be always
> delivered on time.
> 
> Patch 2 fixes a RCU deref outside of the RCU read critical area.
> 
> Patch 3 fixes a potential UAF in case of a TCP peer that fails
> to be added to the hash table, while being fully initialized.
> In this scenario, potentially ongoing TCP socket syscalls would
> attempt accessing a free'd peer.
> 
> Patch 4 fixes a race condition betwen interface teardown and a
> new peer being added via netlink. The race condition would lead
> to the "ghost peer" endlessly holding the netdev while the core
> is waiting for it to be released.
> 
> Patch 5 fixes dev dstats updates by ensuring they are always
> performed with BH disabled, to avoid concurrent updates on the
> same CPU.
> 
> Please pull or let me know of any issue.

LGTM, but sashiko idendified a number of pre-existing issue that could
deserve some follow-up:

https://sashiko.dev/#/patchset/20260514231544.795993-1-antonio%40openvpn.net

/P


  parent reply	other threads:[~2026-05-19 11:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-14 23:15 [PATCH net 0/5] pull request: fixes for ovpn 2026-05-14 Antonio Quartulli
2026-05-14 23:15 ` [PATCH net 1/5] selftests: ovpn: reduce remaining ping flood counts Antonio Quartulli
2026-05-19 12:00   ` patchwork-bot+netdevbpf
2026-05-14 23:15 ` [PATCH net 2/5] ovpn: tcp - use cached peer pointer in ovpn_tcp_close() Antonio Quartulli
2026-05-14 23:15 ` [PATCH net 3/5] ovpn: respect peer refcount in CMD_NEW_PEER error path Antonio Quartulli
2026-05-14 23:15 ` [PATCH net 4/5] ovpn: fix race between deleting interface and adding new peer Antonio Quartulli
2026-05-14 23:15 ` [PATCH net 5/5] ovpn: disable BHs when updating device stats Antonio Quartulli
2026-05-19 11:50 ` Paolo Abeni [this message]
2026-05-19 12:01   ` [PATCH net 0/5] pull request: fixes for ovpn 2026-05-14 Antonio Quartulli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=98bf6672-334a-40df-a21d-c53fac584314@redhat.com \
    --to=pabeni@redhat.com \
    --cc=andrew+netdev@lunn.ch \
    --cc=antonio@openvpn.net \
    --cc=davem@davemloft.net \
    --cc=edumazet@google.com \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --cc=ralf@mandelbit.com \
    --cc=sd@queasysnail.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox