]> git.baikalelectronics.ru Git - kernel.git/commit
bpftool: Remove redundant "HAVE" prefix from the large INSN limit check
authorMichal Rostecki <mrostecki@opensuse.org>
Sun, 2 Feb 2020 11:02:00 +0000 (12:02 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 3 Feb 2020 23:04:06 +0000 (00:04 +0100)
commit99066512d5d5e4daf791f957bd3526c084f396eb
tree933f5d0d214013e3225f81a54e940d919b002ff2
parent04f772d22fa4ec2e4509727635f6d102e550f50e
bpftool: Remove redundant "HAVE" prefix from the large INSN limit check

"HAVE" prefix is already applied by default to feature macros and before
this change, the large INSN limit macro had the incorrect name with
double "HAVE".

Fixes: 43c053118bb7 ("bpftool: Add misc section and probe for large INSN limit")
Signed-off-by: Michal Rostecki <mrostecki@opensuse.org>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Yonghong Song <yhs@fb.com>
Link: https://lore.kernel.org/bpf/20200202110200.31024-1-mrostecki@opensuse.org
tools/bpf/bpftool/feature.c