[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <167426641678.22020.4200875243915232545.git-patchwork-notify@kernel.org>
Date: Sat, 21 Jan 2023 02:00:16 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com,
netdev@...r.kernel.org, eric.dumazet@...il.com
Subject: Re: [PATCH net] netlink: prevent potential spectre v1 gadgets
Hello:
This patch was applied to netdev/net.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Thu, 19 Jan 2023 11:01:50 +0000 you wrote:
> Most netlink attributes are parsed and validated from
> __nla_validate_parse() or validate_nla()
>
> u16 type = nla_type(nla);
>
> if (type == 0 || type > maxtype) {
> /* error or continue */
> }
>
> [...]
Here is the summary with links:
- [net] netlink: prevent potential spectre v1 gadgets
https://git.kernel.org/netdev/net/c/f0950402e8c7
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