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
Adding support for kernel 4.18 is the most frequently requested feature because of older RedHat LTS versions. Adding support for 4.18 needs work on few fronts:
We need to switch from using ringbuffers to perf buffers.
We need to ensure we can pull BTF symbols in a productized way. (since BTF will not be present on 4.18)
There might be issues with reading the iovec structures.
The text was updated successfully, but these errors were encountered:
Recent RHEL 4.18 kernels are heavily backported and provide the necessary infrastructure required by Beyla. We have decided to provide supports only for these select RHEL kernels rather than vanilla 4.18, as it covers most people still on that kernel version.
Adding support for kernel 4.18 is the most frequently requested feature because of older RedHat LTS versions. Adding support for 4.18 needs work on few fronts:
The text was updated successfully, but these errors were encountered: