[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230106063402.485336-1-kuba@kernel.org>
Date: Thu, 5 Jan 2023 22:33:53 -0800
From: Jakub Kicinski <kuba@...nel.org>
To: davem@...emloft.net
Cc: netdev@...r.kernel.org, edumazet@...gle.com, pabeni@...hat.com,
jacob.e.keller@...el.com, jiri@...nulli.us,
Jakub Kicinski <kuba@...nel.org>
Subject: [PATCH net-next 0/9] devlink: remove the wait-for-references on unregister
Move the registration and unregistration of the devlink instances
under their instance locks. Don't perform the netdev-style wait
for all references when unregistering the instance.
Instead the devlink instance refcount will only ensure that
the memory of the instance is not freed. All places which acquire
access to devlink instances via a reference must check that the
instance is still registered under the instance lock.
This fixes the problem of the netdev code accessing devlink
instances before they are registered.
RFC: https://lore.kernel.org/all/20221217011953.152487-1-kuba@kernel.org/
- rewrite the cover letter
- rewrite the commit message for patch 1
- un-export and rename devl_is_alive
- squash the netdevsim patches
Jakub Kicinski (9):
devlink: bump the instance index directly when iterating
devlink: update the code in netns move to latest helpers
devlink: protect devlink->dev by the instance lock
devlink: always check if the devlink instance is registered
devlink: remove the registration guarantee of references
devlink: don't require setting features before registration
devlink: allow registering parameters after the instance
netdevsim: rename a label
netdevsim: move devlink registration under the instance lock
drivers/net/netdevsim/dev.c | 15 +++--
include/net/devlink.h | 2 +
net/devlink/core.c | 121 ++++++++++++++++--------------------
net/devlink/devl_internal.h | 28 ++++-----
net/devlink/leftover.c | 64 ++++++++++++-------
net/devlink/netlink.c | 19 ++++--
6 files changed, 137 insertions(+), 112 deletions(-)
--
2.38.1
Powered by blists - more mailing lists