]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'selftests/bpf: BTF-based kernel data display'
authorAlexei Starovoitov <ast@kernel.org>
Tue, 29 Sep 2020 18:10:49 +0000 (11:10 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Tue, 29 Sep 2020 18:10:49 +0000 (11:10 -0700)
commit4621e11679cf384cf95fcda95442e24b6b05bafd
tree3f29be202a46a6602d3ff5c65a02ed9cbdb4d5b4
parent89e8eef9a3cfb861e56cb36d5df6473675787f9a
parent8be5d1baf9cd51f65057f43e333ed332c2063c0e
Merge branch 'selftests/bpf: BTF-based kernel data display'

Alan Maguire says:

====================
Resolve issues in bpf selftests introduced with BTF-based kernel data
display selftests; these are

- a warning introduced in snprintf_btf.c; and
- compilation failures with old kernels vmlinux.h
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>