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
On the arm64 images there is a missing config which does not produce the syscalls tracepoints CONFIG_FTRACE_SYSCALLS.
(It does exist on the amd64 config, so the issue is for the arm64 images only)
Impact
These tracepoints are used by different security and observability tools, with the lack of these tracepoints they fail to operate the way they should.
(Mainly used as a BPF hook on the tracepoint)
Environment and steps to reproduce
Arm64 machines with one of flatcar kernels
Check that all the syscall tracepoints exist
ls -l /sys/kernel/tracing/events/syscalls/
Should list each syscall tracepoint (enter and exit for each one)
Expected behavior
The syscall tracepoints should be compiled and available (check /sys/kernel/tracing/events/syscalls/)
The text was updated successfully, but these errors were encountered:
Description
On the arm64 images there is a missing config which does not produce the syscalls tracepoints CONFIG_FTRACE_SYSCALLS.
(It does exist on the amd64 config, so the issue is for the arm64 images only)
Impact
These tracepoints are used by different security and observability tools, with the lack of these tracepoints they fail to operate the way they should.
(Mainly used as a BPF hook on the tracepoint)
Environment and steps to reproduce
Arm64 machines with one of flatcar kernels
Check that all the syscall tracepoints exist
Should list each syscall tracepoint (enter and exit for each one)
Expected behavior
The syscall tracepoints should be compiled and available (check /sys/kernel/tracing/events/syscalls/)
The text was updated successfully, but these errors were encountered: