[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175803708499.1166060.6121503858718992957.git-patchwork-notify@kernel.org>
Date: Tue, 16 Sep 2025 15:38:04 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Vladimir Oltean <vladimir.oltean@....com>
Cc: netdev@...r.kernel.org, donald.hunter@...il.com, kuba@...nel.org,
davem@...emloft.net, edumazet@...gle.com, pabeni@...hat.com, horms@...nel.org
Subject: Re: [PATCH net-next] tools: ynl: avoid "use of uninitialized
variable"
false positive in generated code
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 15 Sep 2025 17:44:14 +0300 you wrote:
> With indexed-array types such as "ops" from
> Documentation/netlink/specs/nlctrl.yaml, the generator creates code
> such as:
>
> int nlctrl_getfamily_rsp_parse(const struct nlmsghdr *nlh,
> struct ynl_parse_arg *yarg)
> {
> struct nlctrl_getfamily_rsp *dst;
> const struct nlattr *attr_ops;
> const struct nlattr *attr;
> struct ynl_parse_arg parg;
> unsigned int n_ops = 0;
> int i;
>
> [...]
Here is the summary with links:
- [net-next] tools: ynl: avoid "use of uninitialized variable" false positive in generated code
https://git.kernel.org/netdev/net-next/c/a6824f65c996
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