sync: latest libbpf changes from kernel

Syncing latest libbpf commits from kernel repository.
Baseline bpf-next commit:   82e38a505c9868e784ec31e743fd8a9fa5ca1084
Checkpoint bpf-next commit: 1bba3b3d373dbafae891e7cb06b8c82c8d62aba1
Baseline bpf commit:        5bcf0dcbf9066348058b88a510c57f70f384c92c
Checkpoint bpf commit:      b867247555c4181bf84eb10b72b176862c29112d

Andrii Nakryiko (1):
  libbpf: handle nulled-out program in struct_ops correctly

Jose E. Marchesi (1):
  bpf_helpers.h: Define bpf_tail_call_static when building with GCC

Philo Lu (1):
  bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB args

 include/uapi/linux/bpf.h | 2 ++
 src/bpf_helpers.h        | 4 +++-
 src/libbpf.c             | 1 +
 3 files changed, 6 insertions(+), 1 deletion(-)

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
This commit is contained in:
Andrii Nakryiko
2024-04-29 17:17:37 -07:00
committed by Andrii Nakryiko
parent f28271ab72
commit 37b8e0eb2d
2 changed files with 2 additions and 2 deletions

View File

@@ -1 +1 @@
5bcf0dcbf9066348058b88a510c57f70f384c92c
b867247555c4181bf84eb10b72b176862c29112d

View File

@@ -1 +1 @@
82e38a505c9868e784ec31e743fd8a9fa5ca1084
1bba3b3d373dbafae891e7cb06b8c82c8d62aba1