[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<171654363130.13276.9385730381130942587.git-patchwork-notify@kernel.org>
Date: Fri, 24 May 2024 09:40:31 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Matt Jan <zoo868e@...il.com>
Cc: kuba@...nel.org, davem@...emloft.net, edumazet@...gle.com,
linux-kernel@...r.kernel.org, matt_jan@...ndmicro.com,
netdev@...r.kernel.org, pabeni@...hat.com
Subject: Re: [PATCH v2] connector: Fix invalid conversion in cn_proc.h
Hello:
This patch was applied to netdev/net.git (main)
by David S. Miller <davem@...emloft.net>:
On Tue, 14 May 2024 12:10:46 +0800 you wrote:
> The implicit conversion from unsigned int to enum
> proc_cn_event is invalid, so explicitly cast it
> for compilation in a C++ compiler.
> /usr/include/linux/cn_proc.h: In function 'proc_cn_event valid_event(proc_cn_event)':
> /usr/include/linux/cn_proc.h:72:17: error: invalid conversion from 'unsigned int' to 'proc_cn_event' [-fpermissive]
> 72 | ev_type &= PROC_EVENT_ALL;
> | ^
> | |
> | unsigned int
>
> [...]
Here is the summary with links:
- [v2] connector: Fix invalid conversion in cn_proc.h
https://git.kernel.org/netdev/net/c/06e785aeb9ea
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