[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250418003259.48017-1-kuniyu@amazon.com>
Date: Thu, 17 Apr 2025 17:32:31 -0700
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: Andrew Lunn <andrew+netdev@...n.ch>, "David S. Miller"
<davem@...emloft.net>, Eric Dumazet <edumazet@...gle.com>, Jakub Kicinski
<kuba@...nel.org>, Paolo Abeni <pabeni@...hat.com>
CC: Simon Horman <horms@...nel.org>, Kuniyuki Iwashima <kuniyu@...zon.com>,
Kuniyuki Iwashima <kuni1840@...il.com>, <netdev@...r.kernel.org>
Subject: [PATCH v2 net-next 0/3] net: Followup series for ->exit_rtnl().
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
Powered by blists - more mailing lists