[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171031862869.2195.17842406623480961317.git-patchwork-notify@kernel.org>
Date: Wed, 13 Mar 2024 08:30:28 +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,
syzbot+a340daa06412d6028918@...kaller.appspotmail.com,
vladimir.oltean@....com
Subject: Re: [PATCH net] net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Mon, 11 Mar 2024 20:46:28 +0000 you wrote:
> taprio_parse_tc_entry() is not correctly checking
> TCA_TAPRIO_TC_ENTRY_INDEX attribute:
>
> int tc; // Signed value
>
> tc = nla_get_u32(tb[TCA_TAPRIO_TC_ENTRY_INDEX]);
> if (tc >= TC_QOPT_MAX_QUEUE) {
> NL_SET_ERR_MSG_MOD(extack, "TC entry index out of range");
> return -ERANGE;
> }
>
> [...]
Here is the summary with links:
- [net] net/sched: taprio: proper TCA_TAPRIO_TC_ENTRY_INDEX check
https://git.kernel.org/netdev/net/c/343041b59b78
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