bpftool: fix output for skipping kernel config check
authorChethan Suresh <chethan.suresh@sony.com>
Mon, 9 Jan 2023 02:37:42 +0000 (08:07 +0530)
committerMartin KaFai Lau <martin.lau@kernel.org>
Wed, 11 Jan 2023 01:42:31 +0000 (17:42 -0800)
commit75514e4c661962cbbad869a1b5855dbce0f1aba2
treed88b245f81f7422aad732675b1ac24aee6b084d0
parent9cb61e50bf6bf54db712bba6cf20badca4383f96
bpftool: fix output for skipping kernel config check

When bpftool feature does not find kernel config
files under default path or wrong format,
do not output CONFIG_XYZ is not set.
Skip kernel config check and continue.

Signed-off-by: Chethan Suresh <chethan.suresh@sony.com>
Signed-off-by: Kenta Tada <Kenta.Tada@sony.com>
Acked-by: Quentin Monnet <quentin@isovalent.com>
Link: https://lore.kernel.org/r/20230109023742.29657-1-chethan.suresh@sony.com
Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>
tools/bpf/bpftool/feature.c