From 476e158b07ea5f36f4475735330c1152ffe15acc Mon Sep 17 00:00:00 2001 From: Yonghong Song Date: Sat, 24 Aug 2019 10:46:18 -0700 Subject: [PATCH] sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: b753c5a7f99f390fc100de18647ce0dcacdceafc Checkpoint bpf-next commit: 0bb52b0dfc88a155688f492aba8e686147600278 Baseline bpf commit: 91b4db5313a2c793aabc2143efb8ed0cf0fdd097 Checkpoint bpf commit: 2c238177bd7f4b14bdf7447cc1cd9bb791f147e6 Andrii Nakryiko (1): libbpf: make libbpf.map source of truth for libbpf version Ivan Khoronzhuk (1): libbpf: use LFS (_FILE_OFFSET_BITS) instead of direct mmap2 syscall Magnus Karlsson (1): libbpf: add support for need_wakeup flag in AF_XDP part Peter Wu (1): bpf: sync bpf.h to tools/ Quentin Monnet (3): tools: bpf: synchronise BPF UAPI header with tools libbpf: refactor bpf_*_get_next_id() functions libbpf: add bpf_btf_get_next_id() to cycle through BTF objects Stanislav Fomichev (1): bpf: sync bpf.h to tools/ include/uapi/linux/bpf.h | 12 ++++++--- include/uapi/linux/if_xdp.h | 13 +++++++++ src/bpf.c | 24 ++++++++--------- src/bpf.h | 1 + src/libbpf.map | 5 ++++ src/xsk.c | 53 +++++++++++++------------------------ src/xsk.h | 6 +++++ 7 files changed, 64 insertions(+), 50 deletions(-) -- 2.17.1 --- BPF-CHECKPOINT-COMMIT | 2 +- CHECKPOINT-COMMIT | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BPF-CHECKPOINT-COMMIT b/BPF-CHECKPOINT-COMMIT index b27ad43..fadd9d6 100644 --- a/BPF-CHECKPOINT-COMMIT +++ b/BPF-CHECKPOINT-COMMIT @@ -1 +1 @@ -91b4db5313a2c793aabc2143efb8ed0cf0fdd097 +2c238177bd7f4b14bdf7447cc1cd9bb791f147e6 diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index 830d3c8..3118f51 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -b753c5a7f99f390fc100de18647ce0dcacdceafc +0bb52b0dfc88a155688f492aba8e686147600278