diff options
author | 2020-08-21 15:56:53 -0700 | |
---|---|---|
committer | 2020-08-24 14:50:00 -0700 | |
commit | f872e4bc47f100ccbbe9469cd12e5ac78e4b6eda (patch) | |
tree | 52992b015c1b760af63ef5cdcb524b142de11f46 /scripts/bpf_helpers_doc.py | |
parent | libbpf: Avoid false unuinitialized variable warning in bpf_core_apply_relo (diff) | |
download | linux-dev-f872e4bc47f100ccbbe9469cd12e5ac78e4b6eda.tar.xz linux-dev-f872e4bc47f100ccbbe9469cd12e5ac78e4b6eda.zip |
libbpf: Fix type compatibility check copy-paste error
Fix copy-paste error in types compatibility check. Local type is accidentally
used instead of target type for the very first type check strictness check.
This can result in potentially less strict candidate comparison. Fix the
error.
Fixes: 3fc32f40c402 ("libbpf: Implement type-based CO-RE relocations support")
Signed-off-by: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20200821225653.2180782-1-andriin@fb.com
Diffstat (limited to 'scripts/bpf_helpers_doc.py')
0 files changed, 0 insertions, 0 deletions