All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/2] net: Adopting nlmsg_payload() (final series)
@ 2025-04-17 13:03 Breno Leitao
  2025-04-17 13:03 ` [PATCH net-next 1/2] net: Use nlmsg_payload in neighbour file Breno Leitao
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Breno Leitao @ 2025-04-17 13:03 UTC (permalink / raw)
  To: David S. Miller, Eric Dumazet, Jakub Kicinski, Paolo Abeni,
	Simon Horman, kuniyu
  Cc: netdev, linux-kernel, Breno Leitao, kernel-team

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.

Signed-off-by: Breno Leitao <leitao@debian.org>
---
Breno Leitao (2):
      net: Use nlmsg_payload in neighbour file
      net: Use nlmsg_payload in rtnetlink file

 net/core/neighbour.c |  4 ++--
 net/core/rtnetlink.c | 25 ++++++++++++-------------
 2 files changed, 14 insertions(+), 15 deletions(-)
---
base-commit: aa5f7b9bc025408a84c4c1828501b42335b8fd68
change-id: 20250417-nlmsg_v3-2c8e6915e0d7

Best regards,
-- 
Breno Leitao <leitao@debian.org>


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-04-22  9:10 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-17 13:03 [PATCH net-next 0/2] net: Adopting nlmsg_payload() (final series) Breno Leitao
2025-04-17 13:03 ` [PATCH net-next 1/2] net: Use nlmsg_payload in neighbour file Breno Leitao
2025-04-17 21:35   ` Kuniyuki Iwashima
2025-04-17 13:03 ` [PATCH net-next 2/2] net: Use nlmsg_payload in rtnetlink file Breno Leitao
2025-04-17 21:37   ` Kuniyuki Iwashima
2025-04-22  9:10 ` [PATCH net-next 0/2] net: Adopting nlmsg_payload() (final series) patchwork-bot+netdevbpf

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.