From 7267270f5fccae7bc50fea2dcd6e2dd86f1ac4aa Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Wed, 26 Aug 2020 22:32:45 -0700 Subject: [PATCH] sync: latest libbpf changes from kernel Syncing latest libbpf commits from kernel repository. Baseline bpf-next commit: 0fcdfffe80346d015b920228203d0269284d8b13 Checkpoint bpf-next commit: 2e80be60c465a4f8559327340eaf40845dd7797a Baseline bpf commit: 7787b6fc938e16aa418613c4a765c1dbb268ed9f Checkpoint bpf commit: 7787b6fc938e16aa418613c4a765c1dbb268ed9f Alex Gartrell (1): libbpf: Fix unintentional success return code in bpf_object__load Andrii Nakryiko (1): libbpf: Fix compilation warnings for 64-bit printf args Jiri Olsa (1): bpf: Add d_path helper KP Singh (3): bpf: Generalize bpf_sk_storage bpf: Implement bpf_local_storage for inodes bpf: Allow local storage to be used from LSM programs include/uapi/linux/bpf.h | 69 +++++++++++++++++++++++++++++++++++++--- src/libbpf.c | 10 +++--- src/libbpf_probes.c | 5 +-- 3 files changed, 73 insertions(+), 11 deletions(-) -- 2.24.1 --- CHECKPOINT-COMMIT | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHECKPOINT-COMMIT b/CHECKPOINT-COMMIT index e4af8a6..6dc3aa0 100644 --- a/CHECKPOINT-COMMIT +++ b/CHECKPOINT-COMMIT @@ -1 +1 @@ -0fcdfffe80346d015b920228203d0269284d8b13 +2e80be60c465a4f8559327340eaf40845dd7797a