You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some BPF programs compiled on s390 fail to load, because s390
arch-specific linux headers contain float and double types.
Introduce support for such types to libbpf by representing them using
the new BTF_KIND_FLOAT.
Signed-off-by: Ilya Leoshkevich <[email protected]>
0 commit comments