[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <164550601022.6244.4584908530321869685.git-patchwork-notify@kernel.org>
Date: Tue, 22 Feb 2022 05:00:10 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Juhee Kang <claudiajkang@...il.com>
Cc: netdev@...r.kernel.org, davem@...emloft.net, kuba@...nel.org,
eric.dumazet@...il.com, ennoerlangen@...il.com,
george.mccollister@...il.com, olteanv@...il.com,
marco.wenzel@...berle.de
Subject: Re: [PATCH net-next] net: hsr: fix hsr build error when lockdep is not
enabled
Hello:
This patch was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Sun, 20 Feb 2022 15:32:50 +0000 you wrote:
> In hsr, lockdep_is_held() is needed for rcu_dereference_bh_check().
> But if lockdep is not enabled, lockdep_is_held() causes a build error:
>
> ERROR: modpost: "lockdep_is_held" [net/hsr/hsr.ko] undefined!
>
> Thus, this patch solved by adding lockdep_hsr_is_held(). This helper
> function calls the lockdep_is_held() when lockdep is enabled, and returns 1
> if not defined.
>
> [...]
Here is the summary with links:
- [net-next] net: hsr: fix hsr build error when lockdep is not enabled
https://git.kernel.org/netdev/net-next/c/a0b92e0514bb
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