From: Simon Horman <horms@kernel.org>
To: James Chapman <jchapman@katalix.com>
Cc: netdev@vger.kernel.org, davem@davemloft.net, edumazet@google.com,
kuba@kernel.org, pabeni@redhat.com, dsahern@kernel.org,
tparkin@katalix.com
Subject: Re: [PATCH net-next 0/9] l2tp: misc improvements
Date: Fri, 9 Aug 2024 09:19:01 +0100 [thread overview]
Message-ID: <20240809081901.GE3075665@kernel.org> (raw)
In-Reply-To: <bb820af8-6079-cd7f-4466-9c9a9851155e@katalix.com>
On Tue, Aug 06, 2024 at 04:53:24PM +0100, James Chapman wrote:
> On 06/08/2024 15:40, Simon Horman wrote:
> > On Mon, Aug 05, 2024 at 12:35:24PM +0100, James Chapman wrote:
> > > This series makes several improvements to l2tp:
> > >
> > > * update documentation to be consistent with recent l2tp changes.
> > > * move l2tp_ip socket tables to per-net data.
> > > * fix handling of hash key collisions in l2tp_v3_session_get
> > > * implement and use get-next APIs for management and procfs/debugfs.
> > > * improve l2tp refcount helpers.
> > > * use per-cpu dev->tstats in l2tpeth devices.
> > > * fix a lockdep splat.
> > > * fix a race between l2tp_pre_exit_net and pppol2tp_release.
> > >
> > > James Chapman (9):
> > > documentation/networking: update l2tp docs
> > > l2tp: move l2tp_ip and l2tp_ip6 data to pernet
> > > l2tp: fix handling of hash key collisions in l2tp_v3_session_get
> > > l2tp: add tunnel/session get_next helpers
> > > l2tp: use get_next APIs for management requests and procfs/debugfs
> > > l2tp: improve tunnel/session refcount helpers
> > > l2tp: l2tp_eth: use per-cpu counters from dev->tstats
> > > l2tp: fix lockdep splat
> > > l2tp: flush workqueue before draining it
> >
> > Hi James,
> >
> > I notice that some of these patches are described as fixes and have Fixes
> > tags. As such they seem appropriate for, a separate, smaller series,
> > targeted at net.
> >
> > ...
>
> Hi Simon,
>
> Thanks for reviewing.
>
> Patch 3 changes code which already differs in the net-next and net trees. If
> it is applied to net, I think commit 24256415d1869 ("l2tp: prevent possible
> tunnel refcount underflow") is also suitable for net. I see now that I
> haven't used the Fixes tag consistently. tbh, I think both commits address
> possible issues in a rare use case so aren't necessary for net. But if you
> or others think otherwise, I'll respin for net.
Thanks, and sorry for my slow response.
In principle I think it is fine to push changes to net-next, without Fixes
tags, that are marginal wrt being fixes.
>
> I'll respin patch 8 targetted at net.
>
> Patch 9 addresses changes code that isn't yet in the net tree. I'll remove
> the Fixes tag in v2.
>
>
prev parent reply other threads:[~2024-08-09 8:19 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-05 11:35 [PATCH net-next 0/9] l2tp: misc improvements James Chapman
2024-08-05 11:35 ` [PATCH net-next 1/9] documentation/networking: update l2tp docs James Chapman
2024-08-05 11:35 ` [PATCH net-next 2/9] l2tp: move l2tp_ip and l2tp_ip6 data to pernet James Chapman
2024-08-05 11:35 ` [PATCH net-next 3/9] l2tp: fix handling of hash key collisions in l2tp_v3_session_get James Chapman
2024-08-05 11:35 ` [PATCH net-next 4/9] l2tp: add tunnel/session get_next helpers James Chapman
2024-08-06 14:37 ` Simon Horman
2024-08-11 13:38 ` Dan Carpenter
2024-08-05 11:35 ` [PATCH net-next 5/9] l2tp: use get_next APIs for management requests and procfs/debugfs James Chapman
2024-08-05 11:35 ` [PATCH net-next 6/9] l2tp: improve tunnel/session refcount helpers James Chapman
2024-08-05 11:35 ` [PATCH net-next 7/9] l2tp: l2tp_eth: use per-cpu counters from dev->tstats James Chapman
2024-08-05 11:35 ` [PATCH net-next 8/9] l2tp: fix lockdep splat James Chapman
2024-08-05 11:35 ` [PATCH net-next 9/9] l2tp: flush workqueue before draining it James Chapman
2024-08-06 14:40 ` [PATCH net-next 0/9] l2tp: misc improvements Simon Horman
2024-08-06 15:53 ` James Chapman
2024-08-09 8:19 ` Simon Horman [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=20240809081901.GE3075665@kernel.org \
--to=horms@kernel.org \
--cc=davem@davemloft.net \
--cc=dsahern@kernel.org \
--cc=edumazet@google.com \
--cc=jchapman@katalix.com \
--cc=kuba@kernel.org \
--cc=netdev@vger.kernel.org \
--cc=pabeni@redhat.com \
--cc=tparkin@katalix.com \
/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 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.