[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<173497925226.3927205.12338609140853122005.git-patchwork-notify@kernel.org>
Date: Mon, 23 Dec 2024 18:40:52 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Yuyang Huang <yuyanghuang@...gle.com>
Cc: davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org,
pabeni@...hat.com, horms@...nel.org, dsahern@...nel.org,
roopa@...ulusnetworks.com, jiri@...nulli.us, stephen@...workplumber.org,
jimictw@...gle.com, prohr@...gle.com, liuhangbin@...il.com,
nicolas.dichtel@...nd.com, andrew@...n.ch, pruddy@...tta.att-mail.com,
netdev@...r.kernel.org, maze@...gle.com, lorenzo@...gle.com
Subject: Re: [PATCH net-next,
v2] netlink: correct nlmsg size for multicast notifications
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Sat, 21 Dec 2024 19:00:07 +0900 you wrote:
> Corrected the netlink message size calculation for multicast group
> join/leave notifications. The previous calculation did not account for
> the inclusion of both IPv4/IPv6 addresses and ifa_cacheinfo in the
> payload. This fix ensures that the allocated message size is
> sufficient to hold all necessary information.
>
> This patch also includes the following improvements:
> * Uses GFP_KERNEL instead of GFP_ATOMIC when holding the RTNL mutex.
> * Uses nla_total_size(sizeof(struct in6_addr)) instead of
> nla_total_size(16).
> * Removes unnecessary EXPORT_SYMBOL().
>
> [...]
Here is the summary with links:
- [net-next,v2] netlink: correct nlmsg size for multicast notifications
https://git.kernel.org/netdev/net-next/c/aa4ad7c3f283
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
Powered by blists - more mailing lists