From e66d297441b63541f4a9968a654fd314b6ab0db1 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 17 Apr 2020 13:31:50 -0700 Subject: [PATCH] sync: latest libbpf changes from kernel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 1a323ea5356edbb3073dc59d51b9e6b86908857d Checkpoint bpf-next commit: 2fcd80144b93ff90836a44f2054b4d82133d3a85 Baseline bpf commit: 94b18a87efdd1626a1e6aef87271af4a7c616d36 Checkpoint bpf commit: edadedf1c5b4e4404192a0a4c3c0c05e3b7672ab Andrey Ignatov (1): libbpf: Fix bpf_get_link_xdp_id flags handling Andrii Nakryiko (1): libbpf: Always specify expected_attach_type on program load if supported Jeremy Cline (1): libbpf: Initialize *nl_pid so gcc 10 is happy Toke Høiland-Jørgensen (1): libbpf: Fix type of old_fd in bpf_xdp_set_link_opts src/libbpf.c | 126 ++++++++++++++++++++++++++++++++------------------ src/libbpf.h | 2 +- src/netlink.c | 6 +-- 3 files changed, 86 insertions(+), 48 deletions(-) -- 2.24.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 585c399..b32364e 100644 --- a/BPF-CHECKPOINT-COMMIT +++ b/BPF-CHECKPOINT-COMMIT @@ -1 +1 @@ -94b18a87efdd1626a1e6aef87271af4a7c616d36 +edadedf1c5b4e4404192a0a4c3c0c05e3b7672ab diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index 3e67c72..230c012 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -1a323ea5356edbb3073dc59d51b9e6b86908857d +2fcd80144b93ff90836a44f2054b4d82133d3a85