Re: [PATCH] ovpn: avoid putting unrelated P2P peer on socket release
From: Simon Horman
Date: Thu May 28 2026 - 06:12:14 EST
On Wed, May 27, 2026 at 02:45:03PM +0200, Antonio Quartulli wrote:
> Hi,
>
> On 27/05/2026 10:55, Simon Horman wrote:
> > On Sat, May 23, 2026 at 04:15:43PM +0800, Qing Ming wrote:
...
> > It is probably not necessary to resubmit because of this,
> > but for future reference bug fixes for code present in the net tree
> > should be targeted at that tree like this:
> >
> > Subject: [PATCH net] ...
> >
> > You can see more about the Networking development workflow here:
> > https://docs.kernel.org/process/maintainer-netdev.html
> >
>
> Thanks for spotting this!
> I'll queue this patch in my tree and send it to net soon.
>
> >
> > FTR, there is an AI-generated review of this patchset available on
> > sashiko.dev. I do not believe it should effect the progress of this patch.
> > But, rather, be considered in the context of possible follow-up.
> >
>
> We are already actively working on all pre-existing issues.
>
> Posted fixes can be seen on the openvpn-devel mailing list.
>
> We are triaging patches there first (Sashiko is picking them up too) to
> avoid clogging netdev.
Thanks Antonio, got it.
...