[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <161360160743.1867.14294526201297817960.git-patchwork-notify@kernel.org>
Date: Wed, 17 Feb 2021 22:40:07 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Dan Carpenter <dan.carpenter@...cle.com>
Cc: sgoutham@...vell.com, gakula@...vell.com, sbhatta@...vell.com,
hkelam@...vell.com, davem@...emloft.net, kuba@...nel.org,
netdev@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH net-next] cteontx2-pf: cn10k: Prevent harmless double shift
bugs
Hello:
This patch was applied to netdev/net-next.git (refs/heads/master):
On Wed, 17 Feb 2021 09:16:20 +0300 you wrote:
> These defines are used with set_bit() and test_bit() which take a bit
> number. In other words, the code is doing:
>
> if (BIT(BIT(1)) & pf->hw.cap_flag) {
>
> This was done consistently so it did not cause a problem at runtime but
> it's still worth fixing.
>
> [...]
Here is the summary with links:
- [net-next] cteontx2-pf: cn10k: Prevent harmless double shift bugs
https://git.kernel.org/netdev/net-next/c/c77662605d8d
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