[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id:
<175503362750.2827924.13612421553345530740.git-patchwork-notify@kernel.org>
Date: Tue, 12 Aug 2025 21:20:27 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Eric Dumazet <edumazet@...gle.com>
Cc: davem@...emloft.net, kuba@...nel.org, pabeni@...hat.com, horms@...nel.org,
netdev@...r.kernel.org, eric.dumazet@...il.com, courmisch@...il.com
Subject: Re: [PATCH net-next] phonet: add __rcu annotations
Hello:
This patch was applied to netdev/net-next.git (main)
by Jakub Kicinski <kuba@...nel.org>:
On Mon, 11 Aug 2025 14:52:52 +0000 you wrote:
> Removes following sparse errors.
>
> make C=2 net/phonet/socket.o net/phonet/af_phonet.o
> CHECK net/phonet/socket.c
> net/phonet/socket.c:619:14: error: incompatible types in comparison expression (different address spaces):
> net/phonet/socket.c:619:14: struct sock [noderef] __rcu *
> net/phonet/socket.c:619:14: struct sock *
> net/phonet/socket.c:642:17: error: incompatible types in comparison expression (different address spaces):
> net/phonet/socket.c:642:17: struct sock [noderef] __rcu *
> net/phonet/socket.c:642:17: struct sock *
> net/phonet/socket.c:658:17: error: incompatible types in comparison expression (different address spaces):
> net/phonet/socket.c:658:17: struct sock [noderef] __rcu *
> net/phonet/socket.c:658:17: struct sock *
> net/phonet/socket.c:677:25: error: incompatible types in comparison expression (different address spaces):
> net/phonet/socket.c:677:25: struct sock [noderef] __rcu *
> net/phonet/socket.c:677:25: struct sock *
> net/phonet/socket.c:726:21: warning: context imbalance in 'pn_res_seq_start' - wrong count at exit
> net/phonet/socket.c:741:13: warning: context imbalance in 'pn_res_seq_stop' - wrong count at exit
> CHECK net/phonet/af_phonet.c
> net/phonet/af_phonet.c:35:14: error: incompatible types in comparison expression (different address spaces):
> net/phonet/af_phonet.c:35:14: struct phonet_protocol const [noderef] __rcu *
> net/phonet/af_phonet.c:35:14: struct phonet_protocol const *
> net/phonet/af_phonet.c:474:17: error: incompatible types in comparison expression (different address spaces):
> net/phonet/af_phonet.c:474:17: struct phonet_protocol const [noderef] __rcu *
> net/phonet/af_phonet.c:474:17: struct phonet_protocol const *
> net/phonet/af_phonet.c:486:9: error: incompatible types in comparison expression (different address spaces):
> net/phonet/af_phonet.c:486:9: struct phonet_protocol const [noderef] __rcu *
> net/phonet/af_phonet.c:486:9: struct phonet_protocol const *
>
> [...]
Here is the summary with links:
- [net-next] phonet: add __rcu annotations
https://git.kernel.org/netdev/net-next/c/86e3d52bd3e9
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