[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240815211137.62280-1-kuniyu@amazon.com>
Date: Thu, 15 Aug 2024 14:11:35 -0700
From: Kuniyuki Iwashima <kuniyu@...zon.com>
To: "David S. Miller" <davem@...emloft.net>, Eric Dumazet
<edumazet@...gle.com>, Jakub Kicinski <kuba@...nel.org>, Paolo Abeni
<pabeni@...hat.com>, David Ahern <dsahern@...nel.org>, Roopa Prabhu
<roopa@...dia.com>, Nikolay Aleksandrov <razor@...ckwall.org>
CC: Kuniyuki Iwashima <kuniyu@...zon.com>, Kuniyuki Iwashima
<kuni1840@...il.com>, <netdev@...r.kernel.org>
Subject: [PATCH v1 net-next 0/2] net: Clean up af_ops->{get_link_af_size,fill_link_af}().
Since commit 5fa85a09390c ("net: core: rcu-ify rtnl af_ops"),
af_ops->{get_link_af_size,fill_link_af}() are called under RCU.
Patch 1 makes the context clear and patch 2 removes unnecessary
rcu_read_lock().
Kuniyuki Iwashima (2):
ipv4: Use RCU helper in inet_get_link_af_size() and
inet_fill_link_af().
net: bridge: Remove rcu_read_lock() in br_get_link_af_size_filtered().
net/bridge/br_netlink.c | 2 --
net/ipv4/devinet.c | 6 ++----
2 files changed, 2 insertions(+), 6 deletions(-)
--
2.30.2
Powered by blists - more mailing lists