public inbox for netdev@vger.kernel.org
 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>
Subject: Re: [PATCH net 0/3] pull request: ovpn for net 2026-02-12
Date: Tue, 17 Feb 2026 15:35:54 +0100	[thread overview]
Message-ID: <599a89cb-496c-484e-be62-471bbe49e7e4@redhat.com> (raw)
In-Reply-To: <20260212210340.11260-1-antonio@openvpn.net>

On 2/12/26 10:03 PM, Antonio Quartulli wrote:
> In this batch you can three fixes:
> 
> 1) ensure that sk_user_data is set before configuring socket callbacks.
> This way we avoid dropping early packets received by the CB when the
> ovpn data is not yet configured.
> 
> 2) fix use-after-free in ovpn_net_xmit by not blindly assuming that the
> first skb segment will always be valid. It may actually be released by
> skb_share_check.
> 
> 3) properly increase TX stats, by counting bytes of all segments that
> have been properly processed, instead of just counting the first segment
> only.
> 
> Please pull or let me know of any issue!

Pulled, thanks!

Paolo


      parent reply	other threads:[~2026-02-17 14:35 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-12 21:03 [PATCH net 0/3] pull request: ovpn for net 2026-02-12 Antonio Quartulli
2026-02-12 21:03 ` [PATCH net 1/3] ovpn: set sk_user_data before overriding callbacks Antonio Quartulli
2026-02-17 10:30   ` patchwork-bot+netdevbpf
2026-02-12 21:03 ` [PATCH net 2/3] ovpn: fix possible use-after-free in ovpn_net_xmit Antonio Quartulli
2026-02-12 21:03 ` [PATCH net 3/3] ovpn: fix VPN TX bytes counting Antonio Quartulli
2026-02-17 14:35 ` Paolo Abeni [this message]

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=599a89cb-496c-484e-be62-471bbe49e7e4@redhat.com \
    --to=pabeni@redhat.com \
    --cc=antonio@openvpn.net \
    --cc=kuba@kernel.org \
    --cc=netdev@vger.kernel.org \
    --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