netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 net-next 0/3] net: Followup series for ->exit_rtnl().
@ 2025-04-18  0:32 Kuniyuki Iwashima
  2025-04-18  0:32 ` [PATCH v2 net-next 1/3] net: Drop hold_rtnl arg from ops_undo_list() Kuniyuki Iwashima
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Kuniyuki Iwashima @ 2025-04-18  0:32 UTC (permalink / raw)
  To: Andrew Lunn, David S. Miller, Eric Dumazet, Jakub Kicinski,
	Paolo Abeni
  Cc: Simon Horman, Kuniyuki Iwashima, Kuniyuki Iwashima, netdev

Patch 1 drops the hold_rtnl arg in ops_undo_list() as suggested by Jakub.
Patch 2 & 3 apply ->exit_rtnl() to pfcp and ppp.


Changes:
  v2:
    * Patch 3
      * Fix build failure by forward declaration

  v1: https://lore.kernel.org/netdev/20250415022258.11491-1-kuniyu@amazon.com/


Kuniyuki Iwashima (3):
  net: Drop hold_rtnl arg from ops_undo_list().
  pfcp: Convert pfcp_net_exit() to ->exit_rtnl().
  ppp: Split ppp_exit_net() to ->exit_rtnl().

 drivers/net/pfcp.c            | 23 +++++++----------------
 drivers/net/ppp/ppp_generic.c | 25 ++++++++++---------------
 net/core/net_namespace.c      | 14 ++++++++------
 3 files changed, 25 insertions(+), 37 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2025-04-25  4:28 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-18  0:32 [PATCH v2 net-next 0/3] net: Followup series for ->exit_rtnl() Kuniyuki Iwashima
2025-04-18  0:32 ` [PATCH v2 net-next 1/3] net: Drop hold_rtnl arg from ops_undo_list() Kuniyuki Iwashima
2025-04-18  0:32 ` [PATCH v2 net-next 2/3] pfcp: Convert pfcp_net_exit() to ->exit_rtnl() Kuniyuki Iwashima
2025-04-23  2:47   ` Jakub Kicinski
2025-04-23  8:37     ` Michal Swiatkowski
2025-04-23 13:33       ` Jakub Kicinski
2025-04-24  4:40         ` Michal Swiatkowski
2025-04-24 22:26           ` Jakub Kicinski
2025-04-25  4:28             ` Michal Swiatkowski
2025-04-23 13:40   ` Jakub Kicinski
2025-04-23 14:12     ` Kuniyuki Iwashima
2025-04-23 22:33       ` Jakub Kicinski
2025-04-23 22:52       ` Jakub Kicinski
2025-04-24  2:23         ` Kuniyuki Iwashima
2025-04-24 22:24           ` Jakub Kicinski
2025-04-18  0:32 ` [PATCH v2 net-next 3/3] ppp: Split ppp_exit_net() " Kuniyuki Iwashima
2025-04-23  2:50 ` [PATCH v2 net-next 0/3] net: Followup series for ->exit_rtnl() patchwork-bot+netdevbpf

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).