From a59a09bf34358f828a073502469eecf24252d06a Mon Sep 17 00:00:00 2001 From: Jon Doron Date: Sun, 29 Jun 2025 08:55:18 +0300 Subject: [PATCH] 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 --- changelog/changes/2025-06-29-enable-ftrace-syscalls-on-arm.md | 1 + .../sys-kernel/coreos-modules/files/amd64_defconfig-6.12 | 1 - .../sys-kernel/coreos-modules/files/commonconfig-6.12 | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changelog/changes/2025-06-29-enable-ftrace-syscalls-on-arm.md 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 0000000000..5ea71e2903 --- /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 c1f0251631..a6eb3aeffc 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 9274b4df7e..32312c1cba 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