Merge branch 'libbpf_autoload_knob'
authorAlexei Starovoitov <ast@kernel.org>
Sun, 28 Jun 2020 17:06:53 +0000 (10:06 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Sun, 28 Jun 2020 17:13:35 +0000 (10:13 -0700)
Andrii Nakryiko says:

====================
Add ability to turn off default auto-loading of each BPF program by libbpf on
BPF object load. This is the feature that allows BPF applications to have
optional functionality, which is only excercised on kernel that support
necessary features, while falling back to reduced/less performant
functionality, if kernel is outdated.
====================

Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>

Trivial merge