Merge branch 'net-adopting-nlmsg_payload-final-series'
authorJakub Kicinski <kuba@kernel.org>
Tue, 22 Apr 2025 01:38:03 +0000 (18:38 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 22 Apr 2025 01:38:04 +0000 (18:38 -0700)
Breno Leitao says:

====================
net: Adopting nlmsg_payload() (final series)

This patchset marks the final step in converting users to the new
nlmsg_payload() function. It addresses the last two files that were not
converted in previous series, specifically updating the following
functions:

neigh_valid_dump_req
rtnl_valid_dump_ifinfo_req
rtnl_valid_getlink_req
valid_fdb_get_strict
valid_bridge_getlink_req
rtnl_valid_stats_req
rtnl_mdb_valid_dump_req

I would like to extend a big thank you to Kuniyuki Iwashima for his
invaluable help and review of this effort.
====================

Link: https://patch.msgid.link/20250417-nlmsg_v3-v1-0-9b09d9d7e61d@debian.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

Trivial merge