From f9de1738e099d485b6198d2a6eb07f49ed1dcf94 Mon Sep 17 00:00:00 2001 From: Yujie Liu Date: Wed, 26 Jun 2024 10:26:21 +0800 Subject: [PATCH] include/kernel-selftests-bpf: remove non-existent IP_GRE This IP_GRE config doesn't exist. linux$ find -name Kconfig | xargs grep "IP_GRE" <-- nothing == fix issue == LKP WARN miss config CONFIG_IP_GRE= of net/config Link: https://lore.kernel.org/all/171933062871.13323.17119507002483608528.git-patchwork-notify@kernel.org/ Signed-off-by: Yujie Liu Signed-off-by: Philip Li --- include/kernel-selftests-bpf | 1 - 1 file changed, 1 deletion(-) diff --git a/include/kernel-selftests-bpf b/include/kernel-selftests-bpf index 22e88e836..ba332cf92 100644 --- a/include/kernel-selftests-bpf +++ b/include/kernel-selftests-bpf @@ -311,7 +311,6 @@ need_kconfig: - IP6_NF_NAT: m - IP6_NF_RAW: m - IP_DCCP -- IP_GRE: m - IP_NF_IPTABLES: m - IP_NF_NAT: m - IP_NF_RAW: m