lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <169174442445.10902.2590537294686225131.git-patchwork-notify@kernel.org> Date: Fri, 11 Aug 2023 09:00:24 +0000 From: patchwork-bot+netdevbpf@...nel.org To: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org> Cc: iyappan@...amperecomputing.com, keyur@...amperecomputing.com, quan@...amperecomputing.com, davem@...emloft.net, edumazet@...gle.com, kuba@...nel.org, pabeni@...hat.com, netdev@...r.kernel.org, linux-kernel@...r.kernel.org, andi.shyti@...nel.org Subject: Re: [PATCH net-next 1/2] net/xgene: fix Wvoid-pointer-to-enum-cast warning Hello: This series was applied to netdev/net-next.git (main) by David S. Miller <davem@...emloft.net>: On Thu, 10 Aug 2023 12:39:22 +0200 you wrote: > 'enet_id' is an enum, thus cast of pointer on 64-bit compile test with > W=1 causes: > > xgene_enet_main.c:2044:20: error: cast to smaller integer type 'enum xgene_enet_id' from 'const void *' [-Werror,-Wvoid-pointer-to-enum-cast] > > Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@...aro.org> > > [...] Here is the summary with links: - [net-next,1/2] net/xgene: fix Wvoid-pointer-to-enum-cast warning https://git.kernel.org/netdev/net-next/c/c5b0c34fae1e - [net-next,2/2] net/marvell: fix Wvoid-pointer-to-enum-cast warning https://git.kernel.org/netdev/net-next/c/e5cd429e7928 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