Skip to content

Commit e9ddcf4

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 <[email protected]>
1 parent 8d41832 commit e9ddcf4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

-1
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.6

+1
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
197197
CONFIG_FSCACHE=m
198198
CONFIG_FSCACHE_STATS=y
199199
CONFIG_FS_ENCRYPTION=y
200+
CONFIG_FTRACE_SYSCALLS=y
200201
CONFIG_FUSE_FS=m
201202
CONFIG_FUSION=y
202203
CONFIG_FUSION_CTL=m

0 commit comments

Comments
 (0)