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
I don't see why backporting BTF for FLOAT shouldn't be done. The kernel has float vars, so it's more valid to emit them into BTF instead of faking them as INTs. libbpf supports FLOATs too. Just make sure to run libbpf that knows about it. There could be weird combinations of older libbpf and older kernel that don't know about FLOAT, but it's better to have a clear err on unrecognized FLOAT.
Extended Description
Is it OK to merge the following revision(s) to the 12.0 branch?
The text was updated successfully, but these errors were encountered: