[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240229114016.2995906-1-edumazet@google.com>
Date: Thu, 29 Feb 2024 11:40:10 +0000
From: Eric Dumazet <edumazet@...gle.com>
To: "David S . Miller" <davem@...emloft.net>, Jakub Kicinski <kuba@...nel.org>,
Paolo Abeni <pabeni@...hat.com>
Cc: Jiri Pirko <jiri@...dia.com>, David Ahern <dsahern@...nel.org>, netdev@...r.kernel.org,
Florian Westphal <fw@...len.de>, eric.dumazet@...il.com, Eric Dumazet <edumazet@...gle.com>
Subject: [PATCH net-next 0/6] inet: no longer use RTNL to protect inet_dump_ifaddr()
This series convert inet so that a dump of addresses (ip -4 addr)
no longer requires RTNL.
Eric Dumazet (6):
inet: annotate data-races around ifa->ifa_tstamp and ifa->ifa_cstamp
inet: annotate data-races around ifa->ifa_valid_lft
inet: annotate data-races around ifa->ifa_preferred_lft
inet: annotate data-races around ifa->ifa_flags
inet: prepare inet_base_seq() to run without RTNL
inet: use xa_array iterator to implement inet_dump_ifaddr()
net/core/dev.c | 5 +-
net/ipv4/devinet.c | 166 +++++++++++++++++++++------------------------
2 files changed, 79 insertions(+), 92 deletions(-)
--
2.44.0.278.ge034bb2e1d-goog
Powered by blists - more mailing lists