sync: latest libbpf changes from kernel

Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit:   303dcc25b5c782547eb13b9f29426de843dd6f34
Checkpoint bpf-next commit: 22541a9eeb0d968c133aaebd95fa59da3208e705
Baseline bpf commit:        6185266c5a853bb0f2a459e3ff594546f277609b
Checkpoint bpf commit:      22541a9eeb0d968c133aaebd95fa59da3208e705

Ilya Leoshkevich (3):
  bpf: Add BTF_KIND_FLOAT to uapi
  libbpf: Fix whitespace in btf_add_composite() comment
  libbpf: Add BTF_KIND_FLOAT support

 include/uapi/linux/btf.h |  5 ++--
 src/btf.c                | 51 +++++++++++++++++++++++++++++++++++++++-
 src/btf.h                |  6 +++++
 src/btf_dump.c           |  4 ++++
 src/libbpf.c             | 29 ++++++++++++++++++++++-
 src/libbpf.map           |  5 ++++
 src/libbpf_internal.h    |  2 ++
 7 files changed, 98 insertions(+), 4 deletions(-)

--
2.25.1
This commit is contained in:
Ilya Leoshkevich 2021-03-05 17:31:08 +01:00 committed by Andrii Nakryiko
parent 471e7c241d
commit 986962fade
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6185266c5a853bb0f2a459e3ff594546f277609b
22541a9eeb0d968c133aaebd95fa59da3208e705

View File

@ -1 +1 @@
303dcc25b5c782547eb13b9f29426de843dd6f34
22541a9eeb0d968c133aaebd95fa59da3208e705