sys-kernel/coreos-modules: Enable CONFIG_FTRACE_SYSCALLS

This config enables the syscall tracepoints which are mainly used by
different security and observability tools.

The config was moved to common, so it's removed from the AMD64 only
config.

Signed-off-by: Jon Doron <jond@wiz.io>
This commit is contained in:
Jon Doron 2025-06-29 08:55:18 +03:00
parent 1f4794f863
commit 4e23074749
3 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600))

View File

@ -41,7 +41,6 @@ CONFIG_EDAC_SBRIDGE=m
CONFIG_EDAC_X38=m
CONFIG_FB_VESA=y
CONFIG_FCOE_FNIC=m
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUNCTION_PROFILER=y
CONFIG_GART_IOMMU=y
CONFIG_GVE=m

View File

@ -209,6 +209,7 @@ CONFIG_FSCACHE=m
CONFIG_FSCACHE_STATS=y
CONFIG_FS_DAX=y
CONFIG_FS_ENCRYPTION=y
CONFIG_FTRACE_SYSCALLS=y
CONFIG_FUSE_FS=m
CONFIG_FUSE_DAX=y
CONFIG_FUSION=y