Re: [PATCH bpf] bpftool: Remove redundant "HAVE" prefix from the large INSN limit check

From: Daniel Borkmann
Date: Mon Feb 03 2020 - 18:10:31 EST


On 2/2/20 12:02 PM, Michal Rostecki wrote:
"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: 2faef64aa6b3 ("bpftool: Add misc section and probe for large INSN limit")
Signed-off-by: Michal Rostecki <mrostecki@xxxxxxxxxxxx>

Applied, thanks!