[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<174675782750.3105310.13342921805980013362.git-patchwork-notify@kernel.org>
Date: Fri, 09 May 2025 02:30:27 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Nathan Chancellor <nathan@...nel.org>
Cc: manishc@...vell.com, andrew+netdev@...n.ch, davem@...emloft.net,
edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, kees@...nel.org,
nick.desaulniers+lkml@...il.com, morbo@...gle.com, justinstitt@...gle.com,
netdev@...r.kernel.org, linux-kernel@...r.kernel.org, llvm@...ts.linux.dev,
stable@...r.kernel.org
Subject: Re: [PATCH net] net: qede: Initialize qede_ll_ops with designated
initializer
Hello:
This patch was applied to netdev/net.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Wed, 07 May 2025 21:47:45 +0100 you wrote:
> After a recent change [1] in clang's randstruct implementation to
> randomize structures that only contain function pointers, there is an
> error because qede_ll_ops get randomized but does not use a designated
> initializer for the first member:
>
> drivers/net/ethernet/qlogic/qede/qede_main.c:206:2: error: a randomized struct can only be initialized with a designated initializer
> 206 | {
> | ^
>
> [...]
Here is the summary with links:
- [net] net: qede: Initialize qede_ll_ops with designated initializer
https://git.kernel.org/netdev/net/c/6b3ab7f2cbfa
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