diff --git a/changelog/changes/2025-06-29-enable-ftrace-syscalls-on-arm.md b/changelog/changes/2025-06-29-enable-ftrace-syscalls-on-arm.md new file mode 100644 index 00000000000..5ea71e29038 --- /dev/null +++ b/changelog/changes/2025-06-29-enable-ftrace-syscalls-on-arm.md @@ -0,0 +1 @@ +- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600)) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 index c1f0251631b..a6eb3aeffcf 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12 @@ -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 diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 index 9274b4df7ed..32312c1cba9 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12 @@ -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