[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<172428723899.1872412.15704401811722513523.git-patchwork-notify@kernel.org>
Date: Thu, 22 Aug 2024 00:40:38 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Dan Carpenter <dan.carpenter@...aro.org>
Cc: junfeng.guo@...el.com, anthony.l.nguyen@...el.com,
przemyslaw.kitszel@...el.com, davem@...emloft.net, edumazet@...gle.com,
kuba@...nel.org, pabeni@...hat.com, qi.z.zhang@...el.com,
marcin.szycik@...ux.intel.com, ahmed.zaki@...el.com,
intel-wired-lan@...ts.osuosl.org, netdev@...r.kernel.org,
linux-kernel@...r.kernel.org, kernel-janitors@...r.kernel.org
Subject: Re: [PATCH net-next] ice: Fix a 32bit bug
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 20 Aug 2024 16:43:46 +0300 you wrote:
> BIT() is unsigned long but ->pu.flg_msk and ->pu.flg_val are u64 type.
> On 32 bit systems, unsigned long is a u32 and the mismatch between u32
> and u64 will break things for the high 32 bits.
>
> Fixes: 9a4c07aaa0f5 ("ice: add parser execution main loop")
> Signed-off-by: Dan Carpenter <dan.carpenter@...aro.org>
>
> [...]
Here is the summary with links:
- [net-next] ice: Fix a 32bit bug
https://git.kernel.org/netdev/net-next/c/0ce054f2b891
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