[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <164688601129.11305.324459189637319013.git-patchwork-notify@kernel.org>
Date: Thu, 10 Mar 2022 04:20:11 +0000
From: patchwork-bot+netdevbpf@...nel.org
To: Dimitris Michailidis <d.michailidis@...gible.com>
Cc: davem@...emloft.net, kuba@...nel.org, netdev@...r.kernel.org,
rdunlap@...radead.org
Subject: Re: [PATCH net-next 0/2] net/fungible: fix errors when
CONFIG_TLS_DEVICE=n
Hello:
This series was applied to netdev/net-next.git (master)
by Jakub Kicinski <kuba@...nel.org>:
On Tue, 8 Mar 2022 19:40:30 -0800 you wrote:
> This pair of patches fix compile errors in funeth when
> CONFIG_TLS_DEVICE=n. The errors are due to symbols that are not defined
> in this config but are used in code guarded by
> "if (IS_ENABLED(CONFIG_TLS_DEVICE) ..."
>
> One option is to place this code under preprocessor guards that will
> keep the compiler from looking at the code. The option adopted here is
> to define the offending symbols also when CONFIG_TLS_DEVICE=n.
>
> [...]
Here is the summary with links:
- [net-next,1/2] net/tls: Provide {__,}tls_driver_ctx() unconditionally
https://git.kernel.org/netdev/net-next/c/77f09e66f613
- [net-next,2/2] net/fungible: fix errors when CONFIG_TLS_DEVICE=n
https://git.kernel.org/netdev/net-next/c/b23f9239195a
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