Skip to content

Commit 4e23074

Browse files
committed
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>
1 parent 1f4794f commit 4e23074

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- ftrace syscalls also available in ARM64 builds. (Enables syscall tracepoints) ([flatcar/scripts#2600](https://github.com/flatcar/scripts/pull/2600))

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/amd64_defconfig-6.12

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ CONFIG_EDAC_SBRIDGE=m
4141
CONFIG_EDAC_X38=m
4242
CONFIG_FB_VESA=y
4343
CONFIG_FCOE_FNIC=m
44-
CONFIG_FTRACE_SYSCALLS=y
4544
CONFIG_FUNCTION_PROFILER=y
4645
CONFIG_GART_IOMMU=y
4746
CONFIG_GVE=m

sdk_container/src/third_party/coreos-overlay/sys-kernel/coreos-modules/files/commonconfig-6.12

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ CONFIG_FSCACHE=m
209209
CONFIG_FSCACHE_STATS=y
210210
CONFIG_FS_DAX=y
211211
CONFIG_FS_ENCRYPTION=y
212+
CONFIG_FTRACE_SYSCALLS=y
212213
CONFIG_FUSE_FS=m
213214
CONFIG_FUSE_DAX=y
214215
CONFIG_FUSION=y

0 commit comments

Comments
 (0)