sync: latest libbpf changes from kernel

Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit:   a34efe503bc55c5732e328e5191ad549eb899f31
Checkpoint bpf-next commit: e967a20a8fabc6442a78e2e2059e63a4bb6aed08
Baseline bpf commit:        f7abc4c8df8c7930d0b9c56d9abee9a1fca635e9
Checkpoint bpf commit:      819d11507f6637731947836e6308f5966d64cf9d

Andrii Nakryiko (2):
  libbpf: Avoid reading past ELF data section end when copying license
  libbpf: Rework feature-probing APIs

 src/libbpf.c        |   5 +-
 src/libbpf.h        |  52 +++++++++-
 src/libbpf.map      |   3 +
 src/libbpf_probes.c | 235 ++++++++++++++++++++++++++++++++++----------
 4 files changed, 240 insertions(+), 55 deletions(-)

--
2.30.2
This commit is contained in:
Andrii Nakryiko 2021-12-17 16:28:21 -08:00 committed by Andrii Nakryiko
parent 168cf9b8ae
commit 96268bf0c2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
f7abc4c8df8c7930d0b9c56d9abee9a1fca635e9
819d11507f6637731947836e6308f5966d64cf9d

View File

@ -1 +1 @@
a34efe503bc55c5732e328e5191ad549eb899f31
e967a20a8fabc6442a78e2e2059e63a4bb6aed08