On Mon, 24 Jun 2024 13:55:39 +0800 Yujie Liu 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. > > Fixes: 04fe7c5029cb ("selftests: fill in some missing configs for net") > Reported-by: kernel test robot <lkp@xxxxxxxxx> > Signed-off-by: Yujie Liu <yujie.liu@xxxxxxxxx> Patch makes sense, that said it's harmless so I'd suggest net-next. Acked-by: Jakub Kicinski <kuba@xxxxxxxxxx>