Skip to content

Commit 341f1e1

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 341f1e1

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed
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.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)