Hello:
This patch was applied to netdev/net-next.git (main) by Jakub Kicinski kuba@kernel.org:
On Mon, 24 Jun 2024 13:55:39 +0800 you wrote:
It seems that there is no definition for config IP_GRE, and it is not a dependency of other configs, so remove it.
linux$ find -name Kconfig | xargs grep "IP_GRE" <-- nothing
There is a IPV6_GRE config defined in net/ipv6/Kconfig. It only depends on NET_IPGRE_DEMUX but not IP_GRE.
[...]
Here is the summary with links: - [net] selftests: net: remove unneeded IP_GRE config https://git.kernel.org/netdev/net-next/c/c4532232fa2a
You are awesome, thank you!