sync with latest libbpf repo

sync with latest libbpf repo, added newer ringbuf_*
helper functions and new csum_level() helper.

Signed-off-by: Yonghong Song <yhs@fb.com>
diff --git a/introspection/bps.c b/introspection/bps.c
index 97868f7..7330d81 100644
--- a/introspection/bps.c
+++ b/introspection/bps.c
@@ -75,6 +75,7 @@
   [BPF_MAP_TYPE_SK_STORAGE] = "sk_storage",
   [BPF_MAP_TYPE_DEVMAP_HASH] = "devmap_hash",
   [BPF_MAP_TYPE_STRUCT_OPS] = "struct_ops",
+  [BPF_MAP_TYPE_RINGBUF] = "ringbuf",
 };
 
 #define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))