]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mctp: no longer rely on net->dev_index_head[]
authorEric Dumazet <edumazet@google.com>
Fri, 6 Dec 2024 22:38:11 +0000 (22:38 +0000)
committerJakub Kicinski <kuba@kernel.org>
Mon, 9 Dec 2024 22:29:14 +0000 (14:29 -0800)
commit2d20773aec14996b6cc4db92d885028319be683d
treed3a88656f2013c2ed692faced7b83e5da816cdca
parentf9663b7cafa5e15b700efc1fdfabe33e31c133e7
mctp: no longer rely on net->dev_index_head[]

mctp_dump_addrinfo() is one of the last users of
net->dev_index_head[] in the control path.

Switch to for_each_netdev_dump() for better scalability.

Use C99 for mctp_device_rtnl_msg_handlers[] to prepare
future RTNL removal from mctp_dump_addrinfo()

(mdev->addrs is not yet RCU protected)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Matt Johnston <matt@codeconstruct.com.au>
Reviewed-by: Kuniyuki Iwashima <kuniyu@amazon.com>
Acked-by: Jeremy Kerr <jk@codeconstruct.com.au>
Link: https://patch.msgid.link/20241206223811.1343076-1-edumazet@google.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/mctp/device.c