Skip to content

Commit

Permalink
include/kernel-selftests-bpf: remove non-existent IP_GRE
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Philip Li <[email protected]>
  • Loading branch information
Yujie-Liu authored and rli9 committed Jun 26, 2024
1 parent e6254fe commit f9de173
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/kernel-selftests-bpf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f9de173

Please sign in to comment.